Package org.apache.fop.fo.properties
Class XMLLangShorthandParser
- java.lang.Object
-
- org.apache.fop.fo.properties.GenericShorthandParser
-
- org.apache.fop.fo.properties.XMLLangShorthandParser
-
- All Implemented Interfaces:
ShorthandParser
public class XMLLangShorthandParser extends GenericShorthandParser
A parser for the xml:lang property.
-
-
Field Summary
Fields Modifier and Type Field Description private static char
HYPHEN_MINUS
-
Constructor Summary
Constructors Constructor Description XMLLangShorthandParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
-
Methods inherited from class org.apache.fop.fo.properties.GenericShorthandParser
convertValueForProperty, getElement
-
-
-
-
Field Detail
-
HYPHEN_MINUS
private static final char HYPHEN_MINUS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValueForProperty
public Property getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) throws PropertyException
- Specified by:
getValueForProperty
in interfaceShorthandParser
- Overrides:
getValueForProperty
in classGenericShorthandParser
- Parameters:
propId
- the property ID in the Constants interfaceproperty
- from which value is obtainedmaker
- Maker object for the PropertypropertyList
- list of properties- Returns:
- Property object corresponding to propName
- Throws:
PropertyException
- in case a property exception occurs
-
-