SVGDocument in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
name | type | description |
---|---|---|
attributes | NamedNodeMap | (read only) [from Node] |
childNodes | NodeList | (read only) [from Node] |
doctype | DocumentType | (read only) [from Document] |
documentElement | Element | (read only) [from Document] |
domain | String | (read only) |
firstChild | Node | (read only) [from Node] |
implementation | DOMImplementation | (read only) [from Document] |
lastChild | Node | (read only) [from Node] |
localName | String | (read only) [from Node] |
namespaceURI | String | (read only) [from Node] |
nextSibling | Node | (read only) [from Node] |
nodeName | String | (read only) [from Node] |
nodeType | Number | (read only) [from Node] |
nodeValue | String | [from Node] |
ownerDocument | Document | (read only) [from Node] |
parentNode | Node | (read only) [from Node] |
prefix | String | [from Node] |
previousSibling | Node | (read only) [from Node] |
referrer | String | (read only) |
rootElement | SVGSVGElement | (read only) |
title | String | (read only) |
URL | String | (read only) |
Instance Methods
Methods that return an SVGDocument
name | of object | description |
---|---|---|
getSVGDocument() | GetSVGDocument |