Class PCLElementMapping
- java.lang.Object
-
- org.apache.fop.fo.ElementMapping
-
- org.apache.fop.render.pcl.extensions.PCLElementMapping
-
public class PCLElementMapping extends ElementMapping
PCL-specific extensions for Apache FOP.
-
-
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
NAMESPACE
The namespace used for PCL extensionsstatic java.lang.String
NAMESPACE_PREFIX
The usual namespace prefix used for PCL extensionsstatic org.apache.xmlgraphics.util.QName
PCL_DUPLEX_MODE
The extension attribute for the PCL duplex modestatic org.apache.xmlgraphics.util.QName
PCL_OUTPUT_BIN
The extension attribute for the PCL output binstatic org.apache.xmlgraphics.util.QName
PCL_PAPER_SOURCE
The extension attribute for the PCL paper source-
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
-
-
Constructor Summary
Constructors Constructor Description PCLElementMapping()
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
The namespace used for PCL extensions- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX
public static final java.lang.String NAMESPACE_PREFIX
The usual namespace prefix used for PCL extensions- See Also:
- Constant Field Values
-
PCL_PAPER_SOURCE
public static final org.apache.xmlgraphics.util.QName PCL_PAPER_SOURCE
The extension attribute for the PCL paper source
-
PCL_OUTPUT_BIN
public static final org.apache.xmlgraphics.util.QName PCL_OUTPUT_BIN
The extension attribute for the PCL output bin
-
PCL_DUPLEX_MODE
public static final org.apache.xmlgraphics.util.QName PCL_DUPLEX_MODE
The extension attribute for the PCL duplex mode
-
-
Method Detail
-
initialize
protected void initialize()
Initializes the set of maker objects associated with this ElementMapping- Specified by:
initialize
in classElementMapping
-
-