Uses of Class
org.codehaus.plexus.util.xml.Xpp3Dom
Packages that use Xpp3Dom
-
Uses of Xpp3Dom in org.codehaus.plexus.util.xml
Methods in org.codehaus.plexus.util.xml that return Xpp3DomModifier and TypeMethodDescriptionstatic Xpp3Dom
Xpp3DomBuilder.build
(InputStream is, String encoding) static Xpp3Dom
Xpp3DomBuilder.build
(InputStream is, String encoding, boolean trim) static Xpp3Dom
static Xpp3Dom
static Xpp3Dom
Xpp3DomBuilder.build
(Reader reader, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) static Xpp3Dom
Xpp3DomBuilder.build
(Reader reader, Xpp3DomBuilder.InputLocationBuilder locationBuilder) static Xpp3Dom
Xpp3DomBuilder.build
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) static Xpp3Dom
Xpp3DomBuilder.build
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim) static Xpp3Dom
Xpp3DomBuilder.build
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) Xpp3Dom.getChild
(int i) Xpp3Dom[]
Xpp3Dom.getChildren()
Xpp3Dom[]
Xpp3Dom.getChildren
(String name) Xpp3Dom.getParent()
static Xpp3Dom
Xpp3Dom.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive) Merge two DOMs, with one having dominance in the case of collision.static Xpp3Dom
Xpp3Dom.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive, Boolean childMergeOverride) Merge two DOMs, with one having dominance in the case of collision.Methods in org.codehaus.plexus.util.xml with parameters of type Xpp3DomModifier and TypeMethodDescriptionvoid
static Xpp3Dom
Xpp3Dom.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive) Merge two DOMs, with one having dominance in the case of collision.static Xpp3Dom
Xpp3Dom.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive, Boolean childMergeOverride) Merge two DOMs, with one having dominance in the case of collision.void
Xpp3Dom.removeChild
(Xpp3Dom child) void
Constructors in org.codehaus.plexus.util.xml with parameters of type Xpp3Dom