public class MavenXpp3ReaderEx extends Object
| Constructor and Description | 
|---|
| MavenXpp3ReaderEx() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | getAddDefaultEntities()Returns the state of the "add default entities" flag. | 
| Model | read(InputStream in,
        boolean strict,
        InputSource source)Method read. | 
| Model | read(Reader reader,
        boolean strict,
        InputSource source) | 
| void | setAddDefaultEntities(boolean addDefaultEntities)Sets the state of the "add default entities" flag. | 
public MavenXpp3ReaderEx()
public boolean getAddDefaultEntities()
public Model read(Reader reader, boolean strict, InputSource source) throws IOException, XmlPullParserException
reader - source - strict - IOExceptionXmlPullParserExceptionReaderFactory.newXmlReader(java.io.InputStream)public Model read(InputStream in, boolean strict, InputSource source) throws IOException, XmlPullParserException
in - source - strict - IOExceptionXmlPullParserExceptionpublic void setAddDefaultEntities(boolean addDefaultEntities)
addDefaultEntities - Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.