Uses of Class
org.vectomatic.dom.svg.OMNodeList

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
<T extends OMNode>
OMNodeList<T>
OMNode.getChildNodes()
          A OMNodeList that contains all children of this node.
<T extends OMElement>
OMNodeList<T>
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>
OMNodeList<T>
OMElement.getElementsByTagName(String name)
          Returns a OMNodeList of all descendant OMElements with a given tag name, in document order.
<T extends OMElement>
OMNodeList<T>
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>
OMNodeList<T>
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 © 2012. All Rights Reserved.