org.apache.fop.render.afp.extensions
Class AFPElementMapping
java.lang.Object
|
+--org.apache.fop.fo.ElementMapping
|
+--org.apache.fop.render.afp.extensions.AFPElementMapping
- public class AFPElementMapping
- extends ElementMapping
AFPElementMapping object provides the ability to extract information
from the formatted object that reside in the afp namespace. This is used
for custom AFP extensions not supported by the FO schema. Examples include
adding overlays or indexing a document using the tag logical element
structured field.
Method Summary |
protected void |
initialize()
Private static synchronized method to set up the element and atribute
HashMaps, this defines what elements and attributes are extracted. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE
public static final java.lang.String PAGE
PAGE_GROUP
public static final java.lang.String PAGE_GROUP
TAG_LOGICAL_ELEMENT
public static final java.lang.String TAG_LOGICAL_ELEMENT
INCLUDE_PAGE_OVERLAY
public static final java.lang.String INCLUDE_PAGE_OVERLAY
INCLUDE_PAGE_SEGMENT
public static final java.lang.String INCLUDE_PAGE_SEGMENT
NAMESPACE
public static final java.lang.String NAMESPACE
- The namespace used for AFP extensions
NAMESPACE_PREFIX
public static final java.lang.String NAMESPACE_PREFIX
- The usual namespace prefix used for AFP extensions
AFPElementMapping
public AFPElementMapping()
- Main constructor
initialize
protected void initialize()
- Private static synchronized method to set up the element and atribute
HashMaps, this defines what elements and attributes are extracted.
- Overrides:
initialize
in class ElementMapping
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.