Class PSExtensionElementMapping
- java.lang.Object
-
- org.apache.fop.fo.ElementMapping
-
- org.apache.fop.render.ps.extensions.PSExtensionElementMapping
-
public class PSExtensionElementMapping extends ElementMapping
This class provides the element mapping for the PostScript-specific extensions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
PSExtensionElementMapping.PSCommentAfterMaker
(package private) static class
PSExtensionElementMapping.PSCommentBeforeMaker
(package private) static class
PSExtensionElementMapping.PSPageSetupCodeMaker
(package private) static class
PSExtensionElementMapping.PSPageTrailerCodeBeforeMaker
(package private) static class
PSExtensionElementMapping.PSSetPageDeviceMaker
(package private) static class
PSExtensionElementMapping.PSSetupCodeMaker
-
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
NAMESPACE
Namespace for the extension-
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
-
-
Constructor Summary
Constructors Constructor Description PSExtensionElementMapping()
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize()
Initializes the set of maker objects associated with this ElementMapping-
Methods inherited from class org.apache.fop.fo.ElementMapping
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getStandardPrefix, getTable, isAttributeProperty
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
Namespace for the extension- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
protected void initialize()
Initializes the set of maker objects associated with this ElementMapping- Specified by:
initialize
in classElementMapping
-
-