org.apache.maven.scm.providers.cvslib.settings.io.xpp3
public class CvsXpp3Reader extends Object
Version: $Revision$ $Date$
Method Summary | |
---|---|
boolean | getAddDefaultEntities()
Method getAddDefaultEntities |
boolean | getBooleanValue(String s, String attribute, XmlPullParser parser)
Method getBooleanValue
|
char | getCharacterValue(String s, String attribute, XmlPullParser parser)
Method getCharacterValue
|
Date | getDateValue(String s, String attribute, XmlPullParser parser)
Method getDateValue
|
double | getDoubleValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getDoubleValue
|
float | getFloatValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getFloatValue
|
int | getIntegerValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getIntegerValue
|
long | getLongValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getLongValue
|
String | getRequiredAttributeValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getRequiredAttributeValue
|
short | getShortValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getShortValue
|
String | getTrimmedValue(String s)
Method getTrimmedValue
|
Settings | read(Reader reader, boolean strict)
Method read
|
Settings | read(Reader reader)
Method read
|
void | setAddDefaultEntities(boolean addDefaultEntities)
Returns the state of the "add default entities" flag.
|
Parameters: s parser attribute
Parameters: s parser attribute
Parameters: s parser attribute
Parameters: s strict parser attribute
Parameters: s strict parser attribute
Parameters: s strict parser attribute
Parameters: s strict parser attribute
Parameters: s strict parser attribute
Parameters: s strict parser attribute
Parameters: s
Parameters: reader strict
Parameters: reader
Parameters: addDefaultEntities