org.apache.maven.shared.utils.xml
Class Xpp3DomBuilder
java.lang.Object
  
org.apache.maven.shared.utils.xml.Xpp3DomBuilder
public class Xpp3DomBuilder
- extends Object
 
- Author:
 
  - Kristian Rosenvold
 
 
 
| 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(@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–2014 The Apache Software Foundation. All rights reserved.