Example usage for org.w3c.dom NodeList interface-usage

List of usage examples for org.w3c.dom NodeList interface-usage

Introduction

In this page you can find the example usage for org.w3c.dom NodeList interface-usage.

Usage

From source file org.apache.struts2.views.xslt.SimpleNodeList.java

public class SimpleNodeList implements NodeList {

    private Log log = LogFactory.getLog(SimpleNodeList.class);

    private List<Node> nodes;

From source file org.akrogen.tkui.css.swt.dom.SWTElement.java

/**
 * w3c Element which wrap SWT widget.
 * 
 * @version 1.0.0
 * @author <a href="mailto:angelo.zerr@gmail.com">Angelo ZERR</a>
 * 

From source file com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollection.java

/**
 * An array of elements. Used for the element arrays returned by <tt>document.all</tt>,
 * <tt>document.all.tags('x')</tt>, <tt>document.forms</tt>, <tt>window.frames</tt>, etc.
 * Note that this class must not be used for collections that can be modified, for example
 * <tt>map.areas</tt> and <tt>select.options</tt>.
 * <br>

From source file org.apache.axis.message.MessageElement.java

/**
 * MessageElement is the base type of nodes of the SOAP message parse tree.
 *
 * Note: it was made Serializable to help users of Apache SOAP who had
 * exploited the serializability of the DOM tree to migrate to Axis.
 * @todo implement the NodeList methods properly, with tests.