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) |
public static Xpp3Dom build(@WillClose @Nonnull Reader reader) throws XmlPullParserException
XmlPullParserException
public static Xpp3Dom build(@WillClose InputStream is, @Nonnull String encoding) throws XmlPullParserException
XmlPullParserException
public static Xpp3Dom build(@WillClose InputStream is, @Nonnull String encoding, boolean trim) throws XmlPullParserException
XmlPullParserException
public static Xpp3Dom build(@WillClose Reader reader, boolean trim) throws XmlPullParserException
XmlPullParserException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.