Uses of Class
org.codehaus.plexus.util.xml.Xpp3Dom
Packages that use Xpp3Dom
-
Uses of Xpp3Dom in org.codehaus.plexus.util.xml
Fields in org.codehaus.plexus.util.xml declared as Xpp3DomModifier and TypeFieldDescriptionprivate static final Xpp3Dom[]
Xpp3Dom.EMPTY_DOM_ARRAY
protected Xpp3Dom
Xpp3Dom.parent
Fields in org.codehaus.plexus.util.xml with type parameters of type Xpp3DomMethods 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
(XmlPullParser parser) static Xpp3Dom
Xpp3DomBuilder.build
(XmlPullParser parser, boolean trim) static Xpp3Dom
Xpp3DomBuilder.build
(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.static Xpp3Dom
Xpp3DomUtils.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive) Merge two DOMs, with one having dominance in the case of collision.static Xpp3Dom
Xpp3DomUtils.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 that return types with arguments of type Xpp3DomMethods in org.codehaus.plexus.util.xml with parameters of type Xpp3DomModifier and TypeMethodDescriptionvoid
private static void
Xpp3Dom.mergeIntoXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive, Boolean childMergeOverride) Merges one DOM into another, given a specific algorithm and possible override points for that algorithm.private static void
Xpp3DomUtils.mergeIntoXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive, Boolean childMergeOverride) Merges one DOM into another, given a specific algorithm and possible override points for that algorithm.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.static Xpp3Dom
Xpp3DomUtils.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive) Merge two DOMs, with one having dominance in the case of collision.static Xpp3Dom
Xpp3DomUtils.mergeXpp3Dom
(Xpp3Dom dominant, Xpp3Dom recessive, Boolean childMergeOverride) Merge two DOMs, with one having dominance in the case of collision.void
static void
Xpp3DomWriter.write
(PrintWriter writer, Xpp3Dom dom) static void
static void
static void
void
Xpp3DomUtils.writeToSerializer
(String namespace, XmlSerializer serializer, Xpp3Dom dom) Constructors in org.codehaus.plexus.util.xml with parameters of type Xpp3Dom