fop 1.0

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

java.lang.Object
  extended by org.apache.fop.fo.FONode
      extended by org.apache.fop.render.ps.extensions.AbstractPSExtensionObject
          extended by org.apache.fop.render.ps.extensions.PSPageSetupCodeElement
All Implemented Interfaces:
java.lang.Cloneable

public class PSPageSetupCodeElement
extends AbstractPSExtensionObject

Extension element for fox:ps-page-setup-code.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode
FONode.FONodeIterator, FONode.GatherContextInfoFunction
 
Field Summary
protected static java.lang.String ELEMENT
          The element name
 
Fields inherited from class org.apache.fop.fo.FONode
FO_URI, FOX_URI, locator, log, parent, siblings
 
Constructor Summary
PSPageSetupCodeElement(FONode parent)
          Main constructor
 
Method Summary
 java.lang.String getLocalName()
          Returns the local name (i.e.
protected  void startOfNode()
          Called after processNode() is called.
 
Methods inherited from class org.apache.fop.render.ps.extensions.AbstractPSExtensionObject
characters, endOfNode, getExtensionAttachment, getNamespaceURI, getNormalNamespacePrefix, processNode, validateChildNode
 
Methods inherited from class org.apache.fop.fo.FONode
addCharacters, addChildNode, attachSiblings, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, errorText, finalizeNode, gatherContextInfo, getBuilderContext, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getContextInfoAlt, getFOEventHandler, getFOValidationEventProducer, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, nodesOutOfOrderError, removeChild, setLocator, tooManyNodesError, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT

protected static final java.lang.String ELEMENT
The element name

See Also:
Constant Field Values
Constructor Detail

PSPageSetupCodeElement

public PSPageSetupCodeElement(FONode parent)
Main constructor

Parameters:
parent - parent FO node
Method Detail

startOfNode

protected void startOfNode()
                    throws FOPException
Called after processNode() is called. Subclasses can do additional processing.

Overrides:
startOfNode in class FONode
Throws:
FOPException - if there's a problem during processing

getLocalName

public java.lang.String getLocalName()
Returns the local name (i.e. without namespace prefix) of the node

Specified by:
getLocalName in class FONode
Returns:
the local name of this node

fop 1.0

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