Uses of Class
org.verapdf.xmp.impl.XMPNode
Packages that use XMPNode
-
Uses of XMPNode in org.verapdf.xmp.impl
Methods in org.verapdf.xmp.impl that return XMPNodeModifier and TypeMethodDescriptionXMPNode.findChildByName(String expr) XMPNode.findQualifierByName(String expr) XMPNode.getChild(int index) protected XMPNodeVeraPDFXMPNode.getOriginalNode()XMPNode.getParent()XMPNode.getQualifier(int index) XMPMetaImpl.getRoot()VeraPDFExtensionSchemaDefinition.getXmpNode()VeraPDFExtensionSchemaProperty.getXmpNode()Methods in org.verapdf.xmp.impl with parameters of type XMPNodeModifier and TypeMethodDescriptionvoidAdds a node as child to this node.voidAdds 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 voidSets the parent node, this is solely done byaddChild(...)andaddQualifier().Constructors in org.verapdf.xmp.impl with parameters of type XMPNode