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

java.lang.Object
  extended by RhiDocument_1

public final class RhiDocument_1
extends Object

Test of Core Level 1 (unextended).


Constructor Summary
RhiDocument_1()
           
 
Method Summary
 void before()
           
 void createAttribute()
           
 void createComment()
           
 void createDocumentFragment()
           
 void createElement()
           
 void createTextNode()
           
 void doctype()
           
 void documentElement()
           
 void getElementsByTagName()
           
 void implementation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhiDocument_1

public RhiDocument_1()
Method Detail

before

public void before()

createAttribute

public void createAttribute()

createComment

public void createComment()

createDocumentFragment

public void createDocumentFragment()

createElement

public void createElement()

createTextNode

public void createTextNode()

doctype

public void doctype()

documentElement

public void documentElement()

implementation

public void implementation()

getElementsByTagName

public void getElementsByTagName()