Package org.apache.fop.fo.extensions
Class ExtensionElementMapping
java.lang.Object
org.apache.fop.fo.ElementMapping
org.apache.fop.fo.extensions.ExtensionElementMapping
Element mapping for FOP's proprietary extension to XSL-FO.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.fop.fo.ElementMapping
ElementMapping.Maker -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe standard XML prefix for elements and attributes in this namespace.static final StringThe FOP extension namespace URIFields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInitialize the data structures.booleanisAttributeProperty(org.apache.xmlgraphics.util.QName attributeName) Indicates whether a particular attribute of the namespace is a property, i.e.Methods inherited from class org.apache.fop.fo.ElementMapping
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getTable
-
Field Details
-
URI
The FOP extension namespace URI- See Also:
-
STANDARD_PREFIX
The standard XML prefix for elements and attributes in this namespace.- See Also:
-
-
Constructor Details
-
ExtensionElementMapping
public ExtensionElementMapping()Constructor.
-
-
Method Details
-
initialize
protected void initialize()Initialize the data structures.- Specified by:
initializein classElementMapping
-
getStandardPrefix
- Overrides:
getStandardPrefixin classElementMapping- Returns:
- the standard namespace prefix for this namespace or null if it is not known.
-
isAttributeProperty
public boolean isAttributeProperty(org.apache.xmlgraphics.util.QName attributeName) Indicates whether a particular attribute of the namespace is a property, i.e. the attribute value should be converted to a property value.- Overrides:
isAttributePropertyin classElementMapping- Parameters:
attributeName- the attribute name- Returns:
- true if the attribute should be converted to a property
-