|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ msxml2 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp.msxml2
Class DOMNodeList

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ msxml2 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.msxml2.DOMNodeList