org.codehaus.plexus.util.xml
Class Xpp3DomBuilder
java.lang.Object
org.codehaus.plexus.util.xml.Xpp3DomBuilder
public class Xpp3DomBuilder
- extends Object
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Xpp3DomBuilder
public Xpp3DomBuilder()
build
public static Xpp3Dom build(Reader reader)
throws XmlPullParserException,
IOException
- Throws:
XmlPullParserException
IOException
build
public static Xpp3Dom build(InputStream is,
String encoding)
throws XmlPullParserException,
IOException
- Throws:
XmlPullParserException
IOException
build
public static Xpp3Dom build(InputStream is,
String encoding,
boolean trim)
throws XmlPullParserException,
IOException
- Throws:
XmlPullParserException
IOException
build
public static Xpp3Dom build(Reader reader,
boolean trim)
throws XmlPullParserException,
IOException
- Throws:
XmlPullParserException
IOException
build
public static Xpp3Dom build(XmlPullParser parser)
throws XmlPullParserException,
IOException
- Throws:
XmlPullParserException
IOException
build
public static Xpp3Dom build(XmlPullParser parser,
boolean trim)
throws XmlPullParserException,
IOException
- Throws:
XmlPullParserException
IOException
Copyright © 2008-2011. All Rights Reserved.