|
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.PDFDictionaryElement
org.apache.fop.render.pdf.extensions.PDFPageElement
public class PDFPageElement
Extension element for pdf:page.
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_PAGE_NUMBERS
|
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFDictionaryElement |
---|
ATT_ID |
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. |
void |
startOfNode()
Called after processNode() is called. |
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFDictionaryElement |
---|
addChildNode, endOfNode, getDictionaryExtension, getLocalName, instantiateExtensionAttachment |
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryElement |
---|
characters, getExtension |
Methods inherited from class org.apache.fop.render.pdf.extensions.AbstractPDFExtensionElement |
---|
getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix |
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_PAGE_NUMBERS
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 PDFDictionaryElement
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 attributespublic void startOfNode() throws FOPException
FONode
startOfNode
in class PDFDictionaryElement
FOPException
- if there's a problem during processing
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |