Package org.loboevolution.html.dom.svg
Interface SVGDocument
public interface SVGDocument
SVGDocument interface.
-
Method Details
-
getTitle
String getTitle()getTitle.
- Returns:
- a
String
object.
-
getReferrer
String getReferrer()getReferrer.
- Returns:
- a
String
object.
-
getDomain
String getDomain()getDomain.
- Returns:
- a
String
object.
-
getURL
String getURL()getURL.
- Returns:
- a
String
object.
-
getRootElement
SVGSVGElement getRootElement()getRootElement.
- Returns:
- a
SVGSVGElement
object.
-