Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.store
Class DomImpl.ElementsByTagNameNodeList  view DomImpl.ElementsByTagNameNodeList download DomImpl.ElementsByTagNameNodeList.java

java.lang.Object
  extended byorg.apache.xmlbeans.impl.store.DomImpl.ElementsNodeList
      extended byorg.apache.xmlbeans.impl.store.DomImpl.ElementsByTagNameNodeList
All Implemented Interfaces:
org.w3c.dom.NodeList
Enclosing class:
DomImpl

private static class DomImpl.ElementsByTagNameNodeList
extends DomImpl.ElementsNodeList


Field Summary
private  java.lang.String _name
           
 
Constructor Summary
(package private) DomImpl.ElementsByTagNameNodeList(DomImpl.Dom root, java.lang.String name)
           
 
Method Summary
 int getLength()
          The number of nodes in the list.
 org.w3c.dom.Node item(int i)
          Returns the indexth item in the collection.
protected  boolean match(DomImpl.Dom element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

private java.lang.String _name
Constructor Detail

DomImpl.ElementsByTagNameNodeList

DomImpl.ElementsByTagNameNodeList(DomImpl.Dom root,
                                  java.lang.String name)
Method Detail

match

protected boolean match(DomImpl.Dom element)
Specified by:
match in class DomImpl.ElementsNodeList

getLength

public int getLength()
Description copied from interface: org.w3c.dom.NodeList
The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.

Specified by:
getLength in interface org.w3c.dom.NodeList

item

public org.w3c.dom.Node item(int i)
Description copied from interface: org.w3c.dom.NodeList
Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.

Specified by:
item in interface org.w3c.dom.NodeList