|
fop 2.2 | |||||||||
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
org.apache.fop.render.pdf.extensions.PDFCollectionEntryElement
org.apache.fop.render.pdf.extensions.PDFReferenceElement
public class PDFReferenceElement
Extension element for pdf:reference.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode |
---|
FONode.FONodeIterator, FONode.GatherContextInfoFunction |
Field Summary | |
---|---|
static java.lang.String |
ATT_REFID
|
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryElement |
---|
ATT_KEY |
Fields inherited from class org.apache.fop.render.pdf.extensions.AbstractPDFExtensionElement |
---|
attachment |
Fields inherited from class org.apache.fop.fo.FONode |
---|
FO_URI, FOX_URI, locator, log, parent, siblings |
Method Summary | |
---|---|
void |
processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList propertyList)
Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element. |
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryElement |
---|
characters, endOfNode, getExtension, getLocalName, startOfNode |
Methods inherited from class org.apache.fop.render.pdf.extensions.AbstractPDFExtensionElement |
---|
getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix, instantiateExtensionAttachment |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATT_REFID
Method Detail |
---|
public void processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList) throws FOPException
FONode
processNode
in class PDFCollectionEntryElement
elementName
- element name (e.g., "fo:block")locator
- Locator object (ignored by default)attlist
- Collection of attributes passed to us from the parser.propertyList
- the property list of the parent node
FOPException
- for errors or inconsistencies in the attributes
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |