Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
<T extends OMNode> |
OMNode.getChildNodes()
A
OMNodeList that contains all children of this node. |
<T extends OMElement> |
OMDocument.getElementsByTagName(String tagname)
Returns a
OMNodeList of all the OMElements in
document order with a given tag name and are contained in the
document. |
<T extends OMElement> |
OMElement.getElementsByTagName(String name)
Returns a
OMNodeList of all descendant OMElements
with a given tag name, in document order. |
<T extends OMElement> |
OMDocument.getElementsByTagNameNS(String namespaceURI,
String localName)
Returns a
OMNodeList of all the OMElements with a
given local name and namespace URI in document order. |
<T extends OMElement> |
OMElement.getElementsByTagNameNS(String namespaceURI,
String localName)
Returns a
OMNodeList of all the descendant
OMElements with a given local name and namespace URI in
document order. |
Copyright © 2018. All Rights Reserved.