Example usage for com.google.gwt.dom.client NodeList subclass-usage

List of usage examples for com.google.gwt.dom.client NodeList subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client NodeList subclass-usage.

Usage

From source file com.cgxlib.xq.client.js.JsNodeArray.java

/**
 * A Lightweight JSO class easily handle a node list.
 */
public class JsNodeArray extends NodeList<Element> {

    protected JsNodeArray() {