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