org.w3c.dom.svg

Interface SVGDocument

public interface SVGDocument extends Document, DocumentEvent

Method Summary
StringgetDomain()
StringgetReferrer()
SVGSVGElementgetRootElement()
StringgetTitle()
StringgetURL()

Method Detail

getDomain

public String getDomain()

getReferrer

public String getReferrer()

getRootElement

public SVGSVGElement getRootElement()

getTitle

public String getTitle()

getURL

public String getURL()