Index

C D G I K M O S 
All Classes and Interfaces|All Packages|Constant Field Values

C

CHILDREN_COMBINATION_APPEND - Static variable in interface org.apache.maven.api.xml.Dom
 
CHILDREN_COMBINATION_MERGE - Static variable in interface org.apache.maven.api.xml.Dom
 
CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.Dom
 
clone() - Method in interface org.apache.maven.api.xml.Dom
 

D

DEFAULT_CHILDREN_COMBINATION_MODE - Static variable in interface org.apache.maven.api.xml.Dom
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.Dom
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.
Dom - Interface in org.apache.maven.api.xml
An immutable xml node.

G

getAttribute(String) - Method in interface org.apache.maven.api.xml.Dom
 
getAttributes() - Method in interface org.apache.maven.api.xml.Dom
 
getChild(String) - Method in interface org.apache.maven.api.xml.Dom
 
getChildren() - Method in interface org.apache.maven.api.xml.Dom
 
getInputLocation() - Method in interface org.apache.maven.api.xml.Dom
 
getName() - Method in interface org.apache.maven.api.xml.Dom
 
getValue() - Method in interface org.apache.maven.api.xml.Dom
 

I

ID_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.Dom
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.Dom
In case of complex XML structures, combining can be done based on keys.

M

merge(Dom) - Method in interface org.apache.maven.api.xml.Dom
 
merge(Dom, Boolean) - Method in interface org.apache.maven.api.xml.Dom
 
merge(Dom, Dom) - Static method in interface org.apache.maven.api.xml.Dom
Merge recessive into dominant and return either dominant with merged information or a clone of recessive if dominant is null.
merge(Dom, Dom, Boolean) - Static method in interface org.apache.maven.api.xml.Dom
 

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.Dom
 
SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in interface org.apache.maven.api.xml.Dom
 
SELF_COMBINATION_OVERRIDE - Static variable in interface org.apache.maven.api.xml.Dom
 
SELF_COMBINATION_REMOVE - Static variable in interface org.apache.maven.api.xml.Dom
 
C D G I K M O S 
All Classes and Interfaces|All Packages|Constant Field Values