textbender.a.b.rhinohideDemo._.core
Class RhiNode_1

java.lang.Object
  extended by RhiNode_1

public final class RhiNode_1
extends Object

Test of Core Level 1 (unextended).


Constructor Summary
RhiNode_1()
           
 
Method Summary
 void attributes()
           
 void before()
           
 void childNodes()
           
 void cloneNode()
           
 void firstLastChild()
           
 void nodeName()
           
 void nodeType()
           
 void nodeValue()
           
 void ownerDocument()
           
 void parentNode()
           
 void removeChild()
           
 void siblings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhiNode_1

public RhiNode_1()
Method Detail

before

public void before()

attributes

public void attributes()

childNodes

public void childNodes()

cloneNode

public void cloneNode()

firstLastChild

public void firstLastChild()

nodeName

public void nodeName()

nodeType

public void nodeType()

nodeValue

public void nodeValue()

ownerDocument

public void ownerDocument()

parentNode

public void parentNode()

removeChild

public void removeChild()

siblings

public void siblings()