fop 0.92beta

org.apache.fop.render.ps.extensions
Class PSSetupCodeElement

java.lang.Object
  |
  +--org.apache.fop.fo.FONode
        |
        +--org.apache.fop.render.ps.extensions.AbstractPSExtensionObject
              |
              +--org.apache.fop.render.ps.extensions.PSSetupCodeElement
All Implemented Interfaces:
java.lang.Cloneable

public class PSSetupCodeElement
extends AbstractPSExtensionObject

Extension element for fox:ps-setup-code.


Fields inherited from class org.apache.fop.fo.FONode
FO_URI, locator, log, parent
 
Constructor Summary
PSSetupCodeElement(FONode parent)
          Main constructor
 
Method Summary
 java.lang.String getLocalName()
          Returns the local name (i.e. without namespace prefix) of the node
protected  void startOfNode()
          Called after processNode() is called.
 
Methods inherited from class org.apache.fop.render.ps.extensions.AbstractPSExtensionObject
addCharacters, endOfNode, getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix, processNode, validateChildNode
 
Methods inherited from class org.apache.fop.fo.FONode
addChildNode, attributeError, attributeWarning, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, tooManyNodesError, tooManyNodesError, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSSetupCodeElement

public PSSetupCodeElement(FONode parent)
Main constructor
Parameters:
parent - parent FO node
Method Detail

startOfNode

protected void startOfNode()
                    throws FOPException
Description copied from class: FONode
Called after processNode() is called. Subclasses can do additional processing.
Overrides:
startOfNode in class FONode
See Also:
FONode.startOfNode()

getLocalName

public java.lang.String getLocalName()
Description copied from class: FONode
Returns the local name (i.e. without namespace prefix) of the node
Overrides:
getLocalName in class FONode
See Also:
FONode.getLocalName()

fop 0.92beta

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