|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject
org.apache.fop.render.afp.extensions.AFPElement
public class AFPElement
This class extends the org.apache.fop.extensions.ExtensionObj class. The object faciliates extraction of elements from formatted objects based on the static list as defined in the AFPElementMapping implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode |
---|
FONode.FONodeIterator |
Field Summary |
---|
Fields inherited from class org.apache.fop.fo.FONode |
---|
FO_URI, FOX_URI, locator, log, parent, siblings |
Constructor Summary | |
---|---|
AFPElement(FONode parent,
java.lang.String name)
Constructs an AFP object (called by Maker). |
Method Summary | |
---|---|
protected void |
startOfNode()
Called after processNode() is called. |
Methods inherited from class org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject |
---|
addCharacters, endOfNode, getExtensionAttachment, getLocalName, getNamespaceURI, getNormalNamespacePrefix, processNode, validateChildNode |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFPElement(FONode parent, java.lang.String name)
parent
- the parent formatting objectname
- the name of the afp elementMethod Detail |
---|
protected void startOfNode() throws FOPException
startOfNode
in class FONode
FOPException
- if there's a problem during processing
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |