public class Xpp3DomBuilder
extends java.lang.Object
Constructor | Description |
---|---|
Xpp3DomBuilder() |
Modifier and Type | Method | Description |
---|---|---|
static Xpp3Dom |
build(java.io.InputStream is,
java.lang.String encoding) |
|
static Xpp3Dom |
build(java.io.InputStream is,
java.lang.String encoding,
boolean trim) |
|
static Xpp3Dom |
build(java.io.Reader reader) |
|
static Xpp3Dom |
build(java.io.Reader reader,
boolean trim) |
public static Xpp3Dom build(@WillClose @Nonnull java.io.Reader reader) throws XmlPullParserException
reader
- Reader
XmlPullParserException
- in case of an error.public static Xpp3Dom build(@WillClose java.io.InputStream is, @Nonnull java.lang.String encoding) throws XmlPullParserException
is
- InputStream
encoding
- The encoding.XmlPullParserException
- in case of an error.public static Xpp3Dom build(@WillClose java.io.InputStream is, @Nonnull java.lang.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 java.io.Reader reader, boolean trim) throws XmlPullParserException
reader
- Reader
trim
- true/false.XmlPullParserException
- in case of an error.Copyright © 2018. All rights reserved.