|
fop 0.93 | ||||||||||
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
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.
Field Summary |
Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
Constructor Summary | |
AFPElement(FONode parent,
java.lang.String name)
Constructs an AFP object (called by Maker). |
Method Summary | |
java.lang.String |
getNamespaceURI()
|
java.lang.String |
getNormalNamespacePrefix()
|
protected void |
startOfNode()
Called after processNode() is called. |
Methods inherited from class org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject |
addCharacters, endOfNode, getExtensionAttachment, getLocalName, 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 |
public java.lang.String getNamespaceURI()
getNamespaceURI
in class AbstractAFPExtensionObject
FONode.getNamespaceURI()
public java.lang.String getNormalNamespacePrefix()
getNormalNamespacePrefix
in class AbstractAFPExtensionObject
FONode.getNormalNamespacePrefix()
protected void startOfNode() throws FOPException
FONode
startOfNode
in class FONode
FOPException
- if there's a problem during processingFONode.startOfNode()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |