Uses of Class
com.adobe.xmp.impl.XMPNode
-
Packages that use XMPNode Package Description com.adobe.xmp.impl Package containing the xmpcore implementation. -
-
Uses of XMPNode in com.adobe.xmp.impl
Methods in com.adobe.xmp.impl that return XMPNode Modifier and Type Method Description XMPNodeXMPNode. findChildByName(String expr)XMPNodeXMPNode. findQualifierByName(String expr)XMPNodeXMPNode. getChild(int index)XMPNodeXMPNode. getParent()XMPNodeXMPNode. getQualifier(int index)XMPNodeXMPMetaImpl. getRoot()Methods in com.adobe.xmp.impl with parameters of type XMPNode Modifier and Type Method Description voidXMPNode. addChild(int index, XMPNode node)Adds a node as child to this node.voidXMPNode. addChild(XMPNode node)Adds a node as child to this node.voidXMPNode. addQualifier(XMPNode qualNode)Appends a qualifier to the qualifier list and sets respective options.voidXMPNode. cloneSubtree(XMPNode destination)Performs a deep clone of the complete subtree (children and qualifier )into and add it to the destination node.voidXMPNode. removeChild(XMPNode node)Removes a child node.voidXMPNode. removeQualifier(XMPNode qualNode)Removes one qualifier node and fixes the options.voidXMPNode. replaceChild(int index, XMPNode node)Replaces a node with another one.protected voidXMPNode. setParent(XMPNode parent)Sets the parent node, this is solely done byaddChild(...)andaddQualifier().Constructors in com.adobe.xmp.impl with parameters of type XMPNode Constructor Description XMPMetaImpl(XMPNode tree)Constructor for a cloned metadata tree.
-