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:
java.lang.Cloneable
- Direct Known Subclasses:
PSCommentAfterElement
,PSCommentBeforeElement
,PSPageTrailerCodeBeforeElement
public abstract class AbstractPSCommentElement extends AbstractPSExtensionElement
Base postscript commment element class
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode
FONode.FONodeIterator, FONode.GatherContextInfoFunction
-
-
Field Summary
-
Fields inherited from class org.apache.fop.render.ps.extensions.AbstractPSExtensionElement
attachment
-
Fields inherited from class org.apache.fop.fo.FONode
FO_URI, FOX_URI, locator, log, nodeChangeBarList, parent, siblings, startOfNodeChangeBarList
-
-
Constructor Summary
Constructors Constructor Description AbstractPSCommentElement(FONode parent)
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
startOfNode()
Called after processNode() is called.-
Methods inherited from class org.apache.fop.render.ps.extensions.AbstractPSExtensionElement
characters, endOfNode, getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix, instantiateExtensionAttachment, validateChildNode
-
Methods inherited from class org.apache.fop.fo.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 Detail
-
AbstractPSCommentElement
public AbstractPSCommentElement(FONode parent)
Default constructor- Parameters:
parent
- parent of this node- See Also:
FONode(FONode)
-
-
Method Detail
-
startOfNode
public void startOfNode() throws FOPException
Description copied from class:FONode
Called after processNode() is called. Subclasses can do additional processing.- Overrides:
startOfNode
in classFONode
- Throws:
FOPException
- if there's a problem during processing- See Also:
FONode.startOfNode()
-
-