Package org.codehaus.plexus.util.xml
Class Xpp3DomBuilder
java.lang.Object
org.codehaus.plexus.util.xml.Xpp3DomBuilder
- Version:
- $Id$
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Input location builder interface, to be implemented to choose how to store data. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Xpp3Dom
build
(InputStream is, String encoding) static Xpp3Dom
build
(InputStream is, String encoding, boolean trim) static Xpp3Dom
static Xpp3Dom
static Xpp3Dom
build
(Reader reader, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) static Xpp3Dom
build
(Reader reader, Xpp3DomBuilder.InputLocationBuilder locationBuilder) static Xpp3Dom
build
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) static Xpp3Dom
build
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim) static Xpp3Dom
build
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder)
-
Constructor Details
-
Xpp3DomBuilder
public Xpp3DomBuilder()
-
-
Method Details
-
build
public static Xpp3Dom build(Reader reader) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-
build
public static Xpp3Dom build(Reader reader, Xpp3DomBuilder.InputLocationBuilder locationBuilder) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
- Since:
- 3.2.0
-
build
public static Xpp3Dom build(InputStream is, String encoding) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-
build
public static Xpp3Dom build(InputStream is, String encoding, boolean trim) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-
build
public static Xpp3Dom build(Reader reader, boolean trim) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-
build
public static Xpp3Dom build(Reader reader, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
- Since:
- 3.2.0
-
build
public static Xpp3Dom build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-
build
public static Xpp3Dom build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
-
build
public static Xpp3Dom build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException - Throws:
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
- Since:
- 3.2.0
-