net.sf.latexdraw.parsers.svg
Class SVGNodeList

java.lang.Object
  extended by net.sf.latexdraw.parsers.svg.SVGNodeList
All Implemented Interfaces:
org.w3c.dom.NodeList

public class SVGNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList

Defines an SVG node list.

This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

LaTeXDraw is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

09/16/07

Version:
3.0
Author:
Arnaud BLOUIN

Field Summary
protected  java.util.List<SVGElement> nodes
          The nodes of the list.
 
Constructor Summary
SVGNodeList()
          The constructor by default.
 
Method Summary
 int getLength()
           
 java.util.List<SVGElement> getNodes()
           
 SVGElement item(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodes

protected java.util.List<SVGElement> nodes
The nodes of the list. @since 0.1

Constructor Detail

SVGNodeList

public SVGNodeList()
The constructor by default.

Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList

item

public SVGElement item(int index)
Specified by:
item in interface org.w3c.dom.NodeList

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getNodes

public java.util.List<SVGElement> getNodes()
Returns:
the nodes.
Since:
0.1