Home | History | Annotate | Download | only in impl

Lines Matching refs:childNode

910 		XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel);
915 childNode.setValue(valueNode != null ? valueNode.getNodeValue() : "");
919 childNode.getOptions().setURI(true);
924 childNode.getOptions().setStruct(true);
947 addQualifierNode(childNode, "rdf:resource", attribute.getNodeValue());
954 childNode, attribute.getNodeName(), attribute.getNodeValue());
958 addQualifierNode (childNode, XML_LANG, attribute.getNodeValue());
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false);