public class Xpp3DomBuilder extends Object
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(XmlPullParser parser) |
static Xpp3Dom |
build(XmlPullParser parser,
boolean trim) |
public static Xpp3Dom build(Reader reader) throws XmlPullParserException, IOException
XmlPullParserException
IOException
public static Xpp3Dom build(InputStream is, String encoding) throws XmlPullParserException, IOException
XmlPullParserException
IOException
public static Xpp3Dom build(InputStream is, String encoding, boolean trim) throws XmlPullParserException, IOException
XmlPullParserException
IOException
public static Xpp3Dom build(Reader reader, boolean trim) throws XmlPullParserException, IOException
XmlPullParserException
IOException
public static Xpp3Dom build(XmlPullParser parser) throws XmlPullParserException, IOException
XmlPullParserException
IOException
public static Xpp3Dom build(XmlPullParser parser, boolean trim) throws XmlPullParserException, IOException
XmlPullParserException
IOException
Copyright © 2001-2014 Codehaus. All Rights Reserved.