fop 0.95

org.apache.fop.render.afp.extensions
Class AFPPageSetupElement

java.lang.Object
  extended by org.apache.fop.fo.FONode
      extended by org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject
          extended by org.apache.fop.render.afp.extensions.AFPPageSetupElement
All Implemented Interfaces:
java.lang.Cloneable

public class AFPPageSetupElement
extends AbstractAFPExtensionObject

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


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.fo.FONode
FO_URI, FOX_URI, locator, log, parent, siblings
 
Constructor Summary
AFPPageSetupElement(FONode parent)
          Main constructor
 
Method Summary
protected  void startOfNode()
          Called after processNode() is called.
 
Methods inherited from class org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject
addCharacters, endOfNode, getExtensionAttachment, getLocalName, getNamespaceURI, getNormalNamespacePrefix, processNode, validateChildNode
 
Methods inherited from class org.apache.fop.fo.FONode
addChildNode, attachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFPPageSetupElement

public AFPPageSetupElement(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

fop 0.95

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