fop 0.91beta

org.apache.fop.fo.extensions.svg
Class SVGObj

java.lang.Object
  |
  +--org.apache.fop.fo.FONode
        |
        +--org.apache.fop.fo.XMLObj
              |
              +--org.apache.fop.fo.extensions.svg.SVGObj
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
SVGElement

public class SVGObj
extends XMLObj

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


Fields inherited from class org.apache.fop.fo.XMLObj
doc, element, name
 
Fields inherited from class org.apache.fop.fo.FONode
FO_URI, locator, log, parent
 
Constructor Summary
SVGObj(FONode parent)
          Constructs an SVG object (called by Maker).
 
Method Summary
 java.lang.String getNamespaceURI()
           
 java.lang.String getNormalNamespacePrefix()
           
 
Methods inherited from class org.apache.fop.fo.XMLObj
addCharacters, addChildNode, addElement, buildTopLevel, createBasicDocument, getDimension, getDOMDocument, getLocalName, processNode, validateChildNode
 
Methods inherited from class org.apache.fop.fo.FONode
attributeError, attributeWarning, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContextInfo, getExtensionAttachment, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGObj

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

getNamespaceURI

public java.lang.String getNamespaceURI()
Overrides:
getNamespaceURI in class FONode
See Also:
FONode.getNamespaceURI()

getNormalNamespacePrefix

public java.lang.String getNormalNamespacePrefix()
Overrides:
getNormalNamespacePrefix in class FONode
See Also:
FONode.getNormalNamespacePrefix()

fop 0.91beta

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