Home | History | Annotate | Download | only in impl

Lines Matching defs:addChildNode

259 					addChildNode(xmp, xmpParent, attribute, attribute.getNodeValue(), isTopLevel);
495 XMPNode newCompound = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel);
620 XMPNode newChild = addChildNode (xmp, xmpParent, xmlNode, null, isTopLevel);
699 XMPNode newStruct = addChildNode (xmp, xmpParent, xmlNode, "", isTopLevel);
908 // ! The schema is found, created if necessary, by addChildNode.
910 XMPNode childNode = addChildNode(xmp, xmpParent, xmlNode, "", isTopLevel);
962 addChildNode (xmp, childNode, attribute, attribute.getNodeValue(), false);
986 private static XMPNode addChildNode(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlNode,