examples.xml
Class DomEcho02.AdapterNode

java.lang.Object
  extended byexamples.xml.DomEcho02.AdapterNode
Enclosing class:
DomEcho02

public class DomEcho02.AdapterNode
extends java.lang.Object


Constructor Summary
DomEcho02.AdapterNode(org.w3c.dom.Node node)
           
 
Method Summary
 DomEcho02.AdapterNode child(int searchIndex)
           
 int childCount()
           
 int index(DomEcho02.AdapterNode child)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomEcho02.AdapterNode

public DomEcho02.AdapterNode(org.w3c.dom.Node node)
Method Detail

toString

public java.lang.String toString()

index

public int index(DomEcho02.AdapterNode child)

child

public DomEcho02.AdapterNode child(int searchIndex)

childCount

public int childCount()