Uses of Class
net.sf.latexdraw.parsers.svg.SVGNodeList

Packages that use SVGNodeList
net.sf.latexdraw.parsers.svg   
 

Uses of SVGNodeList in net.sf.latexdraw.parsers.svg
 

Fields in net.sf.latexdraw.parsers.svg declared as SVGNodeList
protected  SVGNodeList SVGElement.children
          The children of this element.
 

Methods in net.sf.latexdraw.parsers.svg that return SVGNodeList
 SVGNodeList SVGElement.getChildren(java.lang.String nodeName)
          Allow to get a set of children having the name 'nodeName'