public class MavenXpp3ReaderEx extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | MavenXpp3ReaderEx.ContentTransformer | 
| Modifier and Type | Field and Description | 
|---|---|
| MavenXpp3ReaderEx.ContentTransformer | contentTransformerField contentTransformer. | 
| Constructor and Description | 
|---|
| MavenXpp3ReaderEx() | 
| MavenXpp3ReaderEx(MavenXpp3ReaderEx.ContentTransformer contentTransformer) | 
| 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 final MavenXpp3ReaderEx.ContentTransformer contentTransformer
public MavenXpp3ReaderEx()
public MavenXpp3ReaderEx(MavenXpp3ReaderEx.ContentTransformer contentTransformer)
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–2018 The Apache Software Foundation. All rights reserved.