org.apache.maven.doxia.site.decoration.io.xpp3

Class DecorationXpp3Reader

public class DecorationXpp3Reader extends Object

Class DecorationXpp3Reader.

Version: $Revision$ $Date$

Method Summary
booleangetAddDefaultEntities()
Method getAddDefaultEntities
booleangetBooleanValue(String s, String attribute, XmlPullParser parser)
Method getBooleanValue
chargetCharacterValue(String s, String attribute, XmlPullParser parser)
Method getCharacterValue
DategetDateValue(String s, String attribute, XmlPullParser parser)
Method getDateValue
doublegetDoubleValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getDoubleValue
floatgetFloatValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getFloatValue
intgetIntegerValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getIntegerValue
longgetLongValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getLongValue
StringgetRequiredAttributeValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getRequiredAttributeValue
shortgetShortValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getShortValue
StringgetTrimmedValue(String s)
Method getTrimmedValue
DecorationModelread(Reader reader, boolean strict)
Method read
DecorationModelread(Reader reader)
Method read
voidsetAddDefaultEntities(boolean addDefaultEntities)
Returns the state of the "add default entities" flag.

Method Detail

getAddDefaultEntities

public boolean getAddDefaultEntities()
Method getAddDefaultEntities

getBooleanValue

public boolean getBooleanValue(String s, String attribute, XmlPullParser parser)
Method getBooleanValue

Parameters: s parser attribute

getCharacterValue

public char getCharacterValue(String s, String attribute, XmlPullParser parser)
Method getCharacterValue

Parameters: s parser attribute

getDateValue

public Date getDateValue(String s, String attribute, XmlPullParser parser)
Method getDateValue

Parameters: s parser attribute

getDoubleValue

public double getDoubleValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getDoubleValue

Parameters: s strict parser attribute

getFloatValue

public float getFloatValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getFloatValue

Parameters: s strict parser attribute

getIntegerValue

public int getIntegerValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getIntegerValue

Parameters: s strict parser attribute

getLongValue

public long getLongValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getLongValue

Parameters: s strict parser attribute

getRequiredAttributeValue

public String getRequiredAttributeValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getRequiredAttributeValue

Parameters: s strict parser attribute

getShortValue

public short getShortValue(String s, String attribute, XmlPullParser parser, boolean strict)
Method getShortValue

Parameters: s strict parser attribute

getTrimmedValue

public String getTrimmedValue(String s)
Method getTrimmedValue

Parameters: s

read

public DecorationModel read(Reader reader, boolean strict)
Method read

Parameters: reader strict

read

public DecorationModel read(Reader reader)
Method read

Parameters: reader

setAddDefaultEntities

public void setAddDefaultEntities(boolean addDefaultEntities)
Returns the state of the "add default entities" flag.

Parameters: addDefaultEntities

Copyright © {inceptionYear}-2007 null. All Rights Reserved.