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

Quick Search    Search Deep

com.tripi.asp.msxml2
Class DOMNodeList  view DOMNodeList download DOMNodeList.java

java.lang.Object
  extended bycom.tripi.asp.msxml2.DOMNodeList

public class DOMNodeList
extends java.lang.Object

This class implements msxml2.DOMNodeList. Contributed by Jim Horner <jhorner@arinbe.com>


Field Summary
private  java.util.Vector children
           
(package private)  org.apache.log4j.Category DBG
          Debugging category.
 
Constructor Summary
DOMNodeList()
           
 
Method Summary
 void AppendNode(DOMNode node)
          ASP-Accessible function
 DOMNode Item(int index)
          ASP-Accessible function
 java.util.Collection Items()
           
 int Length()
          ASP-Accessible function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DBG

org.apache.log4j.Category DBG
Debugging category.


children

private java.util.Vector children
Constructor Detail

DOMNodeList

public DOMNodeList()
Method Detail

Item

public DOMNode Item(int index)
ASP-Accessible function


AppendNode

public void AppendNode(DOMNode node)
ASP-Accessible function


Length

public int Length()
ASP-Accessible function


Items

public java.util.Collection Items()