Searched refs:typeNode (Results 1 – 1 of 1) sorted by relevance
521 XMLNode typeNode = node.getChildren().get(0); in parseUrn() local522 if (typeNode.getChildren().size() != 1) { in parseUrn()525 if (!TextUtils.equals(typeNode.getTag(), TAG_TYPE)) { in parseUrn()526 throw new ParsingException("Unexpected tag for Type: " + typeNode.getTag()); in parseUrn()529 XMLNode ddfNameNode = typeNode.getChildren().get(0); in parseUrn()