org.switchboard.browser
Class SBNode

java.lang.Object
  extended by org.switchboard.browser.SBNode

public class SBNode
extends Object


Constructor Summary
SBNode(Node n)
           
 
Method Summary
 SBNode getChild(int i)
           
 int getChildCount()
           
 String getType()
           
 Nodes query(String query)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SBNode

public SBNode(Node n)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getType

public String getType()

getChild

public SBNode getChild(int i)

getChildCount

public int getChildCount()

query

public Nodes query(String query)