|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMNodeList | |
---|---|
org.vectomatic.dom.svg | Wrapper classes representing the bulk of libgwtsvg public API. |
Uses of OMNodeList in org.vectomatic.dom.svg |
---|
Methods in org.vectomatic.dom.svg that return OMNodeList | ||
---|---|---|
|
OMNode.getChildNodes()
A OMNodeList that contains all children of this node. |
|
|
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. |
|
|
OMElement.getElementsByTagName(String name)
Returns a OMNodeList of all descendant OMElements
with a given tag name, in document order. |
|
|
OMDocument.getElementsByTagNameNS(String namespaceURI,
String localName)
Returns a OMNodeList of all the OMElements with a
given local name and namespace URI in document order. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |