@JsType(isNative=true, name="SVGElementInstance", namespace="<global>") public class SVGElementInstance extends Object
Constructor and Description |
---|
SVGElementInstance() |
Modifier and Type | Method and Description |
---|---|
SVGElementInstanceList |
getChildNodes() |
SVGElement<?> |
getCorrespondingElement() |
SVGUseElement |
getCorrespondingUseElement() |
SVGElementInstance |
getFirstChild() |
SVGElementInstance |
getLastChild() |
SVGElementInstance |
getNextSibling() |
SVGElementInstance |
getParentNode() |
SVGElementInstance |
getPreviousSibling() |
@JsProperty(name="correspondingElement") public SVGElement<?> getCorrespondingElement()
@JsProperty(name="correspondingUseElement") public SVGUseElement getCorrespondingUseElement()
@JsProperty(name="parentNode") public SVGElementInstance getParentNode()
@JsProperty(name="childNodes") public SVGElementInstanceList getChildNodes()
@JsProperty(name="firstChild") public SVGElementInstance getFirstChild()
@JsProperty(name="lastChild") public SVGElementInstance getLastChild()
@JsProperty(name="previousSibling") public SVGElementInstance getPreviousSibling()
@JsProperty(name="nextSibling") public SVGElementInstance getNextSibling()
Copyright © 2018 Xalys. All rights reserved.