org.apache.maven.shared.utils.xml
Class Xpp3DomBuilder

java.lang.Object
  extended by org.apache.maven.shared.utils.xml.Xpp3DomBuilder

public class Xpp3DomBuilder
extends Object

Author:
Kristian Rosenvold

Constructor Summary
Xpp3DomBuilder()
           
 
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)
           
 
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(@WillClose@Nonnull
                            Reader reader)
                     throws XmlPullParserException
Throws:
XmlPullParserException

build

public static Xpp3Dom build(@WillClose
                            InputStream is,
                            @Nonnull
                            String encoding)
                     throws XmlPullParserException
Throws:
XmlPullParserException

build

public static Xpp3Dom build(@WillClose
                            InputStream is,
                            @Nonnull
                            String encoding,
                            boolean trim)
                     throws XmlPullParserException
Throws:
XmlPullParserException

build

public static Xpp3Dom build(@WillClose
                            Reader reader,
                            boolean trim)
                     throws XmlPullParserException
Throws:
XmlPullParserException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.