org.apache.fop.render.ps.extensions

Class PSCommentBeforeElement

Implemented Interfaces:
Cloneable

public class PSCommentBeforeElement
extends AbstractPSCommentElement

Comment before element

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.fop.fo.FONode

FONode.FONodeIterator

Field Summary

protected static String
ELEMENT

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

PSCommentBeforeElement(FONode parent)
Main constructor

Method Summary

String
getLocalName()
protected ExtensionAttachment
instantiateExtensionAttachment()

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

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

Field Details

ELEMENT

protected static final String ELEMENT

Constructor Details

PSCommentBeforeElement

public PSCommentBeforeElement(FONode parent)
Main constructor
Parameters:
parent - parent node

Method Details

getLocalName

public String getLocalName()
Overrides:
getLocalName in interface FONode
Returns:
local name

instantiateExtensionAttachment

protected ExtensionAttachment instantiateExtensionAttachment()
Overrides:
instantiateExtensionAttachment in interface AbstractPSExtensionElement
Returns:
instance of its extension attachment object

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