org.utgenome.gwt.utgb.client.util.xml
Class NodeListImpl

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.util.xml.NodeListImpl
All Implemented Interfaces:
com.google.gwt.xml.client.NodeList

public class NodeListImpl
extends Object
implements com.google.gwt.xml.client.NodeList

Author:
ssksn

Constructor Summary
NodeListImpl()
           
 
Method Summary
 void add(com.google.gwt.xml.client.Node node)
           
 int getLength()
           
 com.google.gwt.xml.client.Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListImpl

public NodeListImpl()
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface com.google.gwt.xml.client.NodeList

item

public com.google.gwt.xml.client.Node item(int index)
Specified by:
item in interface com.google.gwt.xml.client.NodeList

add

public void add(com.google.gwt.xml.client.Node node)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.