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