org.codehaus.plexus.util.xml

Class Xpp3DomBuilder


public class Xpp3DomBuilder
extends java.lang.Object

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

Field Summary

private static boolean
DEFAULT_TRIM

Method Summary

static Xpp3Dom
build(InputStream is, String encoding)
static Xpp3Dom
build(InputStream is, String encoding, boolean trim)
static Xpp3Dom
build(Reader reader)
static Xpp3Dom
build(Reader reader, boolean trim)
static Xpp3Dom
build(XmlPullParser parser)
static Xpp3Dom
build(XmlPullParser parser, boolean trim)

Field Details

DEFAULT_TRIM

private static final boolean DEFAULT_TRIM
Field Value:
true

Method Details

build

public static Xpp3Dom build(InputStream is,
                            String encoding)
            throws XmlPullParserException,
                   IOException

build

public static Xpp3Dom build(InputStream is,
                            String encoding,
                            boolean trim)
            throws XmlPullParserException,
                   IOException

build

public static Xpp3Dom build(Reader reader)
            throws XmlPullParserException,
                   IOException

build

public static Xpp3Dom build(Reader reader,
                            boolean trim)
            throws XmlPullParserException,
                   IOException

build

public static Xpp3Dom build(XmlPullParser parser)
            throws XmlPullParserException,
                   IOException

build

public static Xpp3Dom build(XmlPullParser parser,
                            boolean trim)
            throws XmlPullParserException,
                   IOException