Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CHILDREN_COMBINATION_APPEND - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_MERGE - Static variable in interface org.apache.maven.api.xml.XmlNode
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
- clone() - Method in interface org.apache.maven.api.xml.XmlNode
D
- DEFAULT_CHILDREN_COMBINATION_MODE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
This default mode for combining children DOMs during merge means that where element names match, the process will try to merge the element data, rather than putting the dominant and recessive elements (which share the same element name) as siblings in the resulting DOM.
- DEFAULT_SELF_COMBINATION_MODE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
This default mode for combining a DOM node during merge means that where element names match, the process will try to merge the element attributes and values, rather than overriding the recessive element completely with the dominant one.
G
- getAttribute(String) - Method in interface org.apache.maven.api.xml.XmlNode
- getAttributes() - Method in interface org.apache.maven.api.xml.XmlNode
- getChild(String) - Method in interface org.apache.maven.api.xml.XmlNode
- getChildren() - Method in interface org.apache.maven.api.xml.XmlNode
- getInputLocation() - Method in interface org.apache.maven.api.xml.XmlNode
- getName() - Method in interface org.apache.maven.api.xml.XmlNode
- getValue() - Method in interface org.apache.maven.api.xml.XmlNode
I
- ID_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
In case of complex XML structures, combining can be done based on id.
K
- KEYS_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
-
In case of complex XML structures, combining can be done based on keys.
M
- merge(XmlNode) - Method in interface org.apache.maven.api.xml.XmlNode
- merge(XmlNode, Boolean) - Method in interface org.apache.maven.api.xml.XmlNode
- merge(XmlNode, XmlNode) - Static method in interface org.apache.maven.api.xml.XmlNode
-
Merge recessive into dominant and return either
dominant
with merged information or a clone ofrecessive
ifdominant
isnull
. - merge(XmlNode, XmlNode, Boolean) - Static method in interface org.apache.maven.api.xml.XmlNode
O
- org.apache.maven.api.xml - package org.apache.maven.api.xml
S
- SELF_COMBINATION_MERGE - Static variable in interface org.apache.maven.api.xml.XmlNode
- SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.XmlNode
- SELF_COMBINATION_OVERRIDE - Static variable in interface org.apache.maven.api.xml.XmlNode
- SELF_COMBINATION_REMOVE - Static variable in interface org.apache.maven.api.xml.XmlNode
X
- XmlNode - Interface in org.apache.maven.api.xml
-
An immutable xml node.
All Classes and Interfaces|All Packages|Constant Field Values