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