public class Xpp3DomBuilder extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Xpp3DomBuilder.InputLocationBuilder
Input location builder interface, to be implemented to choose how to store data.
|
Constructor and Description |
---|
Xpp3DomBuilder() |
Modifier and Type | Method and Description |
---|---|
static Xpp3Dom |
build(InputStream is,
String encoding) |
static Xpp3Dom |
build(InputStream is,
String encoding,
boolean trim) |
static Xpp3Dom |
build(Reader reader) |
static Xpp3Dom |
build(Reader reader,
boolean trim) |
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) |
public static Xpp3Dom build(Reader reader) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(Reader reader, Xpp3DomBuilder.InputLocationBuilder locationBuilder) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(InputStream is, String encoding) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(InputStream is, String encoding, boolean trim) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(Reader reader, boolean trim) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(Reader reader, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
public static Xpp3Dom build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim) throws org.codehaus.plexus.util.xml.pull.XmlPullParserException, IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
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
org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.