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
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 |
namespaceURI
public final static String namespaceURI
title
String title
SVGDocumentImpl
public SVGDocumentImpl()
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)
to Class java.lang.String
to Class java.lang.String