examples.xml
Class DomEcho.AdapterNode

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

public class DomEcho.AdapterNode
extends java.lang.Object


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

Constructor Detail

DomEcho.AdapterNode

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

toString

public java.lang.String toString()

content

public java.lang.String content()

index

public int index(DomEcho.AdapterNode child)

child

public DomEcho.AdapterNode child(int searchIndex)

childCount

public int childCount()