org.apache.fop.render.ps.extensions

Class AbstractPSCommentElement

Implemented Interfaces:
Cloneable
Known Direct Subclasses:
PSCommentAfterElement, PSCommentBeforeElement

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

Field Summary

Fields inherited from class org.apache.fop.render.ps.extensions.AbstractPSExtensionElement

attachment

Fields inherited from class org.apache.fop.fo.FONode

FOX_URI, FO_URI, locator, log, parent, siblings

Constructor Summary

AbstractPSCommentElement(FONode parent)
Default constructor

Method Summary

protected void
startOfNode()

Methods inherited from class org.apache.fop.render.ps.extensions.AbstractPSExtensionElement

addCharacters, endOfNode, getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix, instantiateExtensionAttachment, validateChildNode

Methods inherited from class org.apache.fop.fo.FONode

addCharacters, addChildNode, attachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getExtensionAttachment, getFOEventHandler, getLocalName, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNamespaceURI, getNodeString, getNormalNamespacePrefix, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, processNode, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, validateChildNode, validateChildNode, warningText

Constructor Details

AbstractPSCommentElement

public AbstractPSCommentElement(FONode parent)
Default constructor
Parameters:
parent - parent of this node

Method Details

startOfNode

protected void startOfNode()
            throws FOPException
Overrides:
startOfNode in interface FONode
Throws:
FOPException - if there's a problem during processing

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.