org.apache.fop.fo.extensions.svg

Class SVGObj

Implemented Interfaces:
Cloneable, ContentHandlerFactory.ObjectBuiltListener, EventListener
Known Direct Subclasses:
SVGElement

public class SVGObj
extends XMLObj

Class for SVG element objects. This aids in the construction of the SVG Document.

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.XMLObj

doc, element, name

Fields inherited from class org.apache.fop.fo.FONode

FOX_URI, FO_URI, locator, log, parent, siblings

Constructor Summary

SVGObj(FONode parent)
Constructs an SVG object (called by Maker).

Method Summary

String
getNamespaceURI()
String
getNormalNamespacePrefix()

Methods inherited from class org.apache.fop.fo.XMLObj

addCharacters, addChildNode, addElement, buildTopLevel, createBasicDocument, getDOMDocument, getDimension, getIntrinsicAlignmentAdjust, getLocalName, notifyObjectBuilt, processNode, 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, warningText

Constructor Details

SVGObj

public SVGObj(FONode parent)
Constructs an SVG object (called by Maker).
Parameters:
parent - the parent formatting object

Method Details

getNamespaceURI

public String getNamespaceURI()
Overrides:
getNamespaceURI in interface FONode

getNormalNamespacePrefix

public String getNormalNamespacePrefix()
Overrides:
getNormalNamespacePrefix in interface FONode

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