Class AbstractPSCommentElement
java.lang.Object
org.apache.fop.fo.FONode
org.apache.fop.render.ps.extensions.AbstractPSExtensionElement
org.apache.fop.render.ps.extensions.AbstractPSCommentElement
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
PSCommentAfterElement, PSCommentBeforeElement, PSPageTrailerCodeBeforeElement
Base postscript commment element class
-
Nested Class Summary
Nested classes/interfaces inherited from class FONode
FONode.FONodeIterator, FONode.GatherContextInfoFunction -
Field Summary
Fields inherited from class AbstractPSExtensionElement
attachmentFields inherited from class FONode
FO_URI, FOX_URI, locator, log, nodeChangeBarList, parent, siblings, startOfNodeChangeBarList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPSExtensionElement
characters, endOfNode, getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix, instantiateExtensionAttachment, validateChildNodeMethods inherited from class FONode
addCharacters, addChildNode, attachSiblings, bind, canHaveMarkers, charIterator, clone, clone, collectDelimitedTextRanges, collectDelimitedTextRanges, createPropertyList, decorateWithContextInfo, errorText, finalizeNode, gatherContextInfo, getBuilderContext, getChangeBarList, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getContextInfoAlt, getFOEventHandler, getFOValidationEventProducer, getLocalName, 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, processNode, removeChild, setLocator, setStructureTreeElement, tooManyNodesError, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
-
Constructor Details
-
AbstractPSCommentElement
Default constructor- Parameters:
parent- parent of this node- See Also:
-
-
Method Details
-
startOfNode
Description copied from class:FONodeCalled after processNode() is called. Subclasses can do additional processing.- Overrides:
startOfNodein classFONode- Throws:
FOPException- if there's a problem during processing- See Also:
-