org.apache.fop.render.ps.extensions
Class PSSetPageDeviceElement
- Cloneable
public class PSSetPageDeviceElement
Extension element for ps:ps-setpagedevice.
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 |
ELEMENT
protected static final String ELEMENT
PSSetPageDeviceElement
protected PSSetPageDeviceElement(FONode parent)
Main constructor
processNode
public void processNode(String elementName,
Locator locator,
Attributes attlist,
PropertyList propertyList)
throws FOPException
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
- processNode in interface FONode
elementName
- element name (e.g., "fo:block")locator
- Locator object (ignored by default)attlist
- Collection of attributes passed to us from the parser.propertyList
- property list
startOfNode
protected void startOfNode()
throws FOPException
Called after processNode() is called. Subclasses can do additional processing.
- startOfNode in interface FONode
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.