Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addChild(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- attributes - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
B
- build(InputStream, String) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(InputStream, String) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(InputStream, String, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(InputStream, String, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader, boolean, XmlNodeBuilder.InputLocationBuilder) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader, boolean, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(Reader, XmlNodeBuilder.InputLocationBuilder) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(Reader, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(XmlPullParser) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(XmlPullParser) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(XmlPullParser, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(XmlPullParser, boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- build(XmlPullParser, boolean, XmlNodeBuilder.InputLocationBuilder) - Static method in class org.apache.maven.internal.xml.XmlNodeBuilder
- build(XmlPullParser, boolean, Xpp3DomBuilder.InputLocationBuilder) - Static method in class org.codehaus.plexus.util.xml.Xpp3DomBuilder
C
- children - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
- CHILDREN_COMBINATION_APPEND - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- CHILDREN_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- CHILDREN_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- clone() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
D
- DEFAULT_CHILDREN_COMBINATION_MODE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
-
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 class org.codehaus.plexus.util.xml.Xpp3Dom
-
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.
E
- equals(Object) - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- equals(Object) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
G
- getAttribute(String) - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getAttribute(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getAttributeNames() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getAttributes() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getChild(int) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getChild(String) - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getChild(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getChildCount() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getChildCount() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getChildren() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getChildren() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getChildren(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getDom() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getInputLocation() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getInputLocation() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getName() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getName() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getParent() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- getValue() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- getValue() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
H
- hashCode() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- hashCode() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
I
- isEmpty(String) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
- isNotEmpty(String) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
L
- location - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
M
- MavenXmlException - Exception in org.apache.maven.internal.xml
- MavenXmlException() - Constructor for exception org.apache.maven.internal.xml.MavenXmlException
- MavenXmlException(String) - Constructor for exception org.apache.maven.internal.xml.MavenXmlException
- MavenXmlException(String, Throwable) - Constructor for exception org.apache.maven.internal.xml.MavenXmlException
- MavenXmlException(String, Throwable, boolean, boolean) - Constructor for exception org.apache.maven.internal.xml.MavenXmlException
- MavenXmlException(Throwable) - Constructor for exception org.apache.maven.internal.xml.MavenXmlException
- merge(XmlNode, Boolean) - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- merge(XmlNode, XmlNode) - Static method in class org.apache.maven.internal.xml.XmlNodeImpl
-
Merge two DOMs, with one having dominance in the case of collision.
- merge(XmlNode, XmlNode, Boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeImpl
-
Merges one DOM into another, given a specific algorithm and possible override points for that algorithm.
- mergeXpp3Dom(Xpp3Dom, Xpp3Dom) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
-
Merge two DOMs, with one having dominance in the case of collision.
- mergeXpp3Dom(Xpp3Dom, Xpp3Dom, Boolean) - Static method in class org.codehaus.plexus.util.xml.Xpp3Dom
-
Merge two DOMs, with one having dominance in the case of collision.
N
- name - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
O
- org.apache.maven.internal.xml - package org.apache.maven.internal.xml
-
Contains implementation of the
XmlNode
interface and related classes. - org.codehaus.plexus.util.xml - package org.codehaus.plexus.util.xml
-
Contains modified versions of the
Xpp3Dom
andXpp3DomBuilder
classes.
R
- removeAttribute(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- removeChild(int) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- removeChild(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- replace(Object, Object) - Method in interface org.codehaus.plexus.util.xml.Xpp3Dom.ChildrenTracking
S
- SELF_COMBINATION_MERGE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- SELF_COMBINATION_MODE_ATTRIBUTE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- SELF_COMBINATION_OVERRIDE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- SELF_COMBINATION_REMOVE - Static variable in class org.codehaus.plexus.util.xml.Xpp3Dom
- setAttribute(String, String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
-
Set the attribute value
- setChildrenTracking(Xpp3Dom.ChildrenTracking) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- setInputLocation(Object) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- setParent(Xpp3Dom) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- setValue(String) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
T
- toInputLocation(XmlPullParser) - Method in interface org.apache.maven.internal.xml.XmlNodeBuilder.InputLocationBuilder
- toInputLocation(XmlPullParser) - Method in interface org.codehaus.plexus.util.xml.Xpp3DomBuilder.InputLocationBuilder
- toPlexusConfiguration(XmlNode) - Static method in class org.apache.maven.internal.xml.XmlPlexusConfiguration
- toString() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- toString() - Method in class org.apache.maven.internal.xml.XmlPlexusConfiguration
- toString() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
- toUnescapedString() - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- toUnescapedString() - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
V
- value - Variable in class org.apache.maven.internal.xml.XmlNodeImpl
W
- write(PrintWriter, XmlNode) - Static method in class org.apache.maven.internal.xml.XmlNodeWriter
- write(Writer, XmlNode) - Static method in class org.apache.maven.internal.xml.XmlNodeWriter
- write(XMLWriter, XmlNode) - Static method in class org.apache.maven.internal.xml.XmlNodeWriter
- write(XMLWriter, XmlNode, boolean) - Static method in class org.apache.maven.internal.xml.XmlNodeWriter
- writeToSerializer(String, XmlSerializer) - Method in class org.apache.maven.internal.xml.XmlNodeImpl
- writeToSerializer(String, XmlSerializer) - Method in class org.codehaus.plexus.util.xml.Xpp3Dom
X
- XmlNodeBuilder - Class in org.apache.maven.internal.xml
- XmlNodeBuilder() - Constructor for class org.apache.maven.internal.xml.XmlNodeBuilder
- XmlNodeBuilder.InputLocationBuilder - Interface in org.apache.maven.internal.xml
-
Input location builder interface, to be implemented to choose how to store data.
- XmlNodeImpl - Class in org.apache.maven.internal.xml
-
NOTE: remove all the util code in here when separated, this class should be pure data.
- XmlNodeImpl(String) - Constructor for class org.apache.maven.internal.xml.XmlNodeImpl
- XmlNodeImpl(String, String) - Constructor for class org.apache.maven.internal.xml.XmlNodeImpl
- XmlNodeImpl(String, String, Map<String, String>, List<XmlNode>, Object) - Constructor for class org.apache.maven.internal.xml.XmlNodeImpl
- XmlNodeImpl(XmlNode, String) - Constructor for class org.apache.maven.internal.xml.XmlNodeImpl
- XmlNodeWriter - Class in org.apache.maven.internal.xml
- XmlNodeWriter() - Constructor for class org.apache.maven.internal.xml.XmlNodeWriter
- XmlPlexusConfiguration - Class in org.apache.maven.internal.xml
- XmlPlexusConfiguration(XmlNode) - Constructor for class org.apache.maven.internal.xml.XmlPlexusConfiguration
- Xpp3Dom - Class in org.codehaus.plexus.util.xml
-
NOTE: remove all the util code in here when separated, this class should be pure data.
- Xpp3Dom(String) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
- Xpp3Dom(String, Object) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
- Xpp3Dom(XmlNode) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
- Xpp3Dom(XmlNode, Xpp3Dom) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
- Xpp3Dom(XmlNode, Xpp3Dom.ChildrenTracking) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
- Xpp3Dom(Xpp3Dom) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
-
Copy constructor.
- Xpp3Dom(Xpp3Dom, String) - Constructor for class org.codehaus.plexus.util.xml.Xpp3Dom
-
Copy constructor with alternative name.
- Xpp3Dom.ChildrenTracking - Interface in org.codehaus.plexus.util.xml
- Xpp3DomBuilder - Class in org.codehaus.plexus.util.xml
- Xpp3DomBuilder() - Constructor for class org.codehaus.plexus.util.xml.Xpp3DomBuilder
- Xpp3DomBuilder.InputLocationBuilder - Interface in org.codehaus.plexus.util.xml
-
Input location builder interface, to be implemented to choose how to store data.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form