Class PDFCatalogElement
java.lang.Object
org.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.PDFCatalogElement
- All Implemented Interfaces:
Cloneable
Extension element for pdf:catalog.
-
Nested Class Summary
Nested classes/interfaces inherited from class FONode
FONode.FONodeIterator, FONode.GatherContextInfoFunction -
Field Summary
Fields inherited from class PDFDictionaryElement
ATT_IDFields inherited from class PDFCollectionEntryElement
ATT_KEYFields inherited from class AbstractPDFExtensionElement
attachmentFields inherited from class FONode
FO_URI, FOX_URI, locator, log, nodeChangeBarList, parent, siblings, startOfNodeChangeBarList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PDFDictionaryElement
addChildNode, endOfNode, getDictionaryExtension, getLocalName, instantiateExtensionAttachment, processNodeMethods inherited from class PDFCollectionEntryElement
characters, getExtensionMethods inherited from class AbstractPDFExtensionElement
getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefixMethods inherited from class FONode
addCharacters, attachSiblings, bind, canHaveMarkers, charIterator, clone, clone, collectDelimitedTextRanges, collectDelimitedTextRanges, createPropertyList, decorateWithContextInfo, errorText, finalizeNode, gatherContextInfo, getBuilderContext, getChangeBarList, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getContextInfoAlt, getFOEventHandler, getFOValidationEventProducer, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodePrefix, getNodeString, getParent, getRoot, getStructureTreeElement, getUserAgent, inMarker, invalidChildError, invalidChildError, invalidPropertyValueError, isBidiRangeBlockItem, isChangeBarElement, isDelimitedTextRangeBoundary, missingChildElementError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, nodesOutOfOrderError, notSupportedChildError, removeChild, setLocator, setStructureTreeElement, tooManyNodesError, tooManyNodesError, tooManyNodesError, validateChildNode, validateChildNode, warningText
-
Constructor Details
-
PDFCatalogElement
PDFCatalogElement(FONode parent)
-
-
Method Details
-
startOfNode
Description copied from class:FONodeCalled after processNode() is called. Subclasses can do additional processing.- Overrides:
startOfNodein classPDFDictionaryElement- Throws:
FOPException- if there's a problem during processing
-