org.apache.fop.dom.svg
Class SVGDocumentImpl

org.apache.fop.dom.NodeImpl
  |
  +--org.apache.fop.dom.ElementImpl
        |
        +--org.apache.fop.dom.svg.SVGDocumentImpl

public class SVGDocumentImpl
extends ElementImpl
implements SVGDocument


Field Summary
 final static StringnamespaceURI
           
 (package private) Stringtitle
           

Constructor Summary
SVGDocumentImpl()
           

Method Summary
 AttrcreateAttribute(String str)
           
 AttrcreateAttributeNS(String namespaceURI, String qualifiedName)
           
 CDATASectioncreateCDATASection(String str)
           
 CommentcreateComment(String str)
           
 DocumentFragmentcreateDocumentFragment()
           
 ElementcreateElement(String str)
           
 ElementcreateElementNS(String namespaceURI, String qualifiedName)
           
 EntityReferencecreateEntityReference(String str)
           
 EventcreateEvent(String eventType)
           
 ProcessingInstructioncreateProcessingInstruction(String s1, String s2)
           
 TextcreateTextNode(String str)
           
 DocumentTypegetDoctype()
           
 ElementgetDocumentElement()
           
 StringgetDomain()
           
 ElementgetElementById(String elementId)
           
 DOMImplementationgetImplementation()
           
 StringgetNamespaceURI()
           
 StringgetReferrer()
           
 SVGSVGElementgetRootElement()
           
 StringgetTitle()
           
 StringgetURL()
           
 NodeimportNode(Node importedNode, boolean deep)
           
 voidsetTitle(String title)
           

Methods inherited from class org.apache.fop.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS

Methods inherited from class org.apache.fop.dom.NodeImpl
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTagName, hasChildNodes, insertBefore, isSupported, normalize, removeChild, setNodeValue, setPrefix, supports

Field Detail

namespaceURI

public final static String namespaceURI

title

String title
Constructor Detail

SVGDocumentImpl

public SVGDocumentImpl()
Method Detail

createAttribute

public Attr createAttribute(String str)

createAttributeNS

public Attr createAttributeNS(String namespaceURI, String qualifiedName)
throws DOMException

createCDATASection

public CDATASection createCDATASection(String str)

createComment

public Comment createComment(String str)

createDocumentFragment

public DocumentFragment createDocumentFragment()

createElement

public Element createElement(String str)

createElementNS

public Element createElementNS(String namespaceURI, String qualifiedName)

createEntityReference

public EntityReference createEntityReference(String str)

createEvent

public Event createEvent(String eventType)
throws DOMException

createProcessingInstruction

public ProcessingInstruction createProcessingInstruction(String s1, String s2)

createTextNode

public Text createTextNode(String str)

getDoctype

public DocumentType getDoctype()

getDocumentElement

public Element getDocumentElement()

getDomain

public String getDomain()

getElementById

public Element getElementById(String elementId)

getImplementation

public DOMImplementation getImplementation()

getNamespaceURI

public String getNamespaceURI()

getReferrer

public String getReferrer()

getRootElement

public SVGSVGElement getRootElement()

getTitle

public String getTitle()

getURL

public String getURL()

importNode

public Node importNode(Node importedNode, boolean deep)

setTitle

public void setTitle(String title)

Association Links

to Class java.lang.String

to Class java.lang.String