Home » Xerces-J-src.2.9.1 » dom » util » [javadoc | source]
dom.util
public class: Assertion [javadoc | source]
java.lang.Object
   dom.util.Assertion
A simple Assertion class (a hack really ;-) to report the source line number where an assertion fails.
Method from dom.util.Assertion Summary:
assert,   assert,   equals,   getSourceLocation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from dom.util.Assertion Detail:
 public static boolean assert(boolean result) 
 public static boolean assert(boolean result,
    String error) 
 public static boolean equals(String s1,
    String s2) 
 public static String getSourceLocation()