| Package | Description |
|---|---|
| com.adobe.xmp.impl |
Package containing the xmpcore implementation.
|
| Modifier and Type | Method and Description |
|---|---|
XMPNode |
XMPNode.findChildByName(String expr) |
XMPNode |
XMPNode.findQualifierByName(String expr) |
XMPNode |
XMPNode.getChild(int index) |
XMPNode |
XMPNode.getParent() |
XMPNode |
XMPNode.getQualifier(int index) |
XMPNode |
XMPMetaImpl.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMPNode.addChild(int index,
XMPNode node)
Adds a node as child to this node.
|
void |
XMPNode.addChild(XMPNode node)
Adds a node as child to this node.
|
void |
XMPNode.addQualifier(XMPNode qualNode)
Appends a qualifier to the qualifier list and sets respective options.
|
void |
XMPNode.cloneSubtree(XMPNode destination)
Performs a deep clone of the complete subtree (children and
qualifier )into and add it to the destination node.
|
void |
XMPNode.removeChild(XMPNode node)
Removes a child node.
|
void |
XMPNode.removeQualifier(XMPNode qualNode)
Removes one qualifier node and fixes the options.
|
void |
XMPNode.replaceChild(int index,
XMPNode node)
Replaces a node with another one.
|
protected void |
XMPNode.setParent(XMPNode parent)
Sets the parent node, this is solely done by
addChild(...)
and addQualifier(). |
| Constructor and Description |
|---|
XMPMetaImpl(XMPNode tree)
Constructor for a cloned metadata tree.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.