Save This Page
Home » Xerces-J-src.2.9.1 » dom » range » [javadoc | source]
dom.range
public class: Test [javadoc | source]
java.lang.Object
   dom.range.Test
This RangeTest tests all of the cases delineated as examples in the DOM Level 2 Range specification, and a few others.

These do not by any means completely test the API and corner cases.
Field Summary
static final  boolean DEBUG     
static final  String[] tests     
static final  String[] deleteResult     
static final  String[] extractResult     
static final  String INSERT     
static final  String[] insertResult     
static final  String SURROUND     
static final  String[] surroundResult     
static final  String[] rangeDelete     
static final  String[] rangeDeleteResult     
static final  String INSERT2     
static final  String INSERTED_TEXT     
static final  String[] rangeInsertResult     
 StringBuffer sb     
 boolean canonical     
Constructor:
 public Test(String arg) 
Method from dom.range.Test Summary:
main,   normalize,   performTest,   print,   sortAttributes,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from dom.range.Test Detail:
 public static  void main(String[] args) 
 protected String normalize(String s) 
    Normalizes the given string.
 public boolean performTest(String arg) 
 public String print(Node node) 
    Prints the specified node, recursively.
 protected Attr[] sortAttributes(NamedNodeMap attrs) 
    Returns a sorted list of attributes.
 String toString(Node node)