Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.codehaus.plexus.util.xml.Xpp3DomBuilder
public class Xpp3DomBuilder
extends java.lang.Object
Method Summary | |
static Xpp3Dom |
|
static Xpp3Dom |
|
static Xpp3Dom |
|
static Xpp3Dom |
|
static Xpp3Dom |
|
static Xpp3Dom |
|
public static Xpp3Dom build(InputStream is, String encoding) throws XmlPullParserException, IOException
public static Xpp3Dom build(InputStream is, String encoding, boolean trim) throws XmlPullParserException, IOException
public static Xpp3Dom build(Reader reader, boolean trim) throws XmlPullParserException, IOException
public static Xpp3Dom build(XmlPullParser parser, boolean trim) throws XmlPullParserException, IOException