public class Xpp3DomBuilder extends Object
Constructor and Description |
---|
Xpp3DomBuilder() |
public static Xpp3Dom build(@WillClose@Nonnull Reader reader) throws XmlPullParserException
reader
- Reader
XmlPullParserException
- in case of an error.public static Xpp3Dom build(@WillClose InputStream is, @Nonnull String encoding) throws XmlPullParserException
is
- InputStream
encoding
- The encoding.XmlPullParserException
- in case of an error.public static Xpp3Dom build(@WillClose InputStream is, @Nonnull String encoding, boolean trim) throws XmlPullParserException
is
- InputStream
encoding
- The encoding.trim
- true/false.XmlPullParserException
- in case of an error.public static Xpp3Dom build(@WillClose Reader reader, boolean trim) throws XmlPullParserException
reader
- Reader
trim
- true/false.XmlPullParserException
- in case of an error.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.