List of usage examples for com.google.gwt.xml.client NodeList interface-usage
From source file client.net.sf.saxon.ce.dom.DOMNodeList.java
/** * This class wraps a list of nodes as a DOM NodeList */ public final class DOMNodeList implements com.google.gwt.xml.client.NodeList { private List<Node> sequence;
From source file client.net.sf.saxon.ce.xmldom.NodeListImpl.java
/** * This class implements the NodeList interface using the underlying * JavaScriptObject's implementation. */ class NodeListImpl extends DomItemXml implements NodeList {
From source file org.utgenome.gwt.utgb.client.util.xml.NodeListImpl.java
/** * @author ssksn * */ public class NodeListImpl implements NodeList {