Package org.apache.fop.fo.extensions
Class OldExtensionElementMapping
- java.lang.Object
-
- org.apache.fop.fo.ElementMapping
-
- org.apache.fop.fo.extensions.OldExtensionElementMapping
-
public class OldExtensionElementMapping extends ElementMapping
Element mapping for the old FOP extension namespace.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.fop.fo.ElementMapping
ElementMapping.Maker
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
URI
The old FOP extension namespace URI (FOP 0.20.5 and earlier)-
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
-
-
Constructor Summary
Constructors Constructor Description OldExtensionElementMapping()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize()
Initialize the data structures.-
Methods inherited from class org.apache.fop.fo.ElementMapping
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getStandardPrefix, getTable, isAttributeProperty
-
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
The old FOP extension namespace URI (FOP 0.20.5 and earlier)- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
protected void initialize()
Initialize the data structures.- Specified by:
initialize
in classElementMapping
-
-