|
fop 2.1 | |||||||||
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.pdf.extensions.AbstractPDFExtensionElement
public abstract class AbstractPDFExtensionElement
Base class for the PDF-specific extension elements.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode |
---|
FONode.FONodeIterator, FONode.GatherContextInfoFunction |
Field Summary | |
---|---|
protected PDFExtensionAttachment |
attachment
Extension attachment. |
Fields inherited from class org.apache.fop.fo.FONode |
---|
FO_URI, FOX_URI, locator, log, parent, siblings |
Constructor Summary | |
---|---|
AbstractPDFExtensionElement(FONode parent)
Default constructor |
Method Summary | |
---|---|
ExtensionAttachment |
getExtensionAttachment()
Returns the extension attachment. |
java.lang.String |
getNamespaceURI()
Returns the namespace URI for this node |
java.lang.String |
getNormalNamespacePrefix()
Returns the normally used namespace prefix for this node |
protected ExtensionAttachment |
instantiateExtensionAttachment()
Instantiates extension attachment object. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PDFExtensionAttachment attachment
Constructor Detail |
---|
public AbstractPDFExtensionElement(FONode parent)
parent
- parent of this nodeFONode.FONode(FONode)
Method Detail |
---|
public java.lang.String getNamespaceURI()
getNamespaceURI
in class FONode
public java.lang.String getNormalNamespacePrefix()
getNormalNamespacePrefix
in class FONode
public ExtensionAttachment getExtensionAttachment()
getExtensionAttachment
in class FONode
FONode.getExtensionAttachment()
protected ExtensionAttachment instantiateExtensionAttachment()
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |