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