org.codehaus.plexus.util.xml
Class Xpp3DomBuilder

java.lang.Object
  extended by org.codehaus.plexus.util.xml.Xpp3DomBuilder

public class Xpp3DomBuilder
extends java.lang.Object

Version:
$Id: Xpp3DomBuilder.java 2983 2006-01-06 06:50:07Z brett $

Constructor Summary
Xpp3DomBuilder()
           
 
Method Summary
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)
           
static Xpp3Dom build(XmlPullParser parser)
           
static Xpp3Dom build(XmlPullParser parser, boolean trim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpp3DomBuilder

public Xpp3DomBuilder()
Method Detail

build

public static Xpp3Dom build(java.io.Reader reader)
                     throws XmlPullParserException,
                            java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

build

public static Xpp3Dom build(java.io.InputStream is,
                            java.lang.String encoding)
                     throws XmlPullParserException,
                            java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

build

public static Xpp3Dom build(java.io.InputStream is,
                            java.lang.String encoding,
                            boolean trim)
                     throws XmlPullParserException,
                            java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

build

public static Xpp3Dom build(java.io.Reader reader,
                            boolean trim)
                     throws XmlPullParserException,
                            java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

build

public static Xpp3Dom build(XmlPullParser parser)
                     throws XmlPullParserException,
                            java.io.IOException
Throws:
XmlPullParserException
java.io.IOException

build

public static Xpp3Dom build(XmlPullParser parser,
                            boolean trim)
                     throws XmlPullParserException,
                            java.io.IOException
Throws:
XmlPullParserException
java.io.IOException


Copyright 2001-2006 Codehaus. All Rights Reserved.