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 ClassesModifier and TypeClassDescription(package private) static class(package private) static classNested classes/interfaces inherited from class 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 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 ElementMapping
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getTable
-
Field Details
-
URI
-
STANDARD_PREFIX
The standard XML prefix for elements and attributes in this namespace.- See Also:
-
PROPERTY_ATTRIBUTES
-
-
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
-