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