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