Nux 1.6

nux.xom.sandbox
Class SchemaValidatingBuilderTest

java.lang.Object
  extended by nux.xom.sandbox.SchemaValidatingBuilderTest

public class SchemaValidatingBuilderTest
extends Object

Quick'n dirty test for BuilderFactory.getW3CBuilder().

Example usage:

 ant download-testdata
 java nux.xom.sandbox.SchemaValidatingBuilderTest ../nux-testdata/xsts/Tests/Datatypes
 

Author:
whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $

Field Summary
protected static boolean FAIL_FAST
           
 
Constructor Summary
SchemaValidatingBuilderTest()
           
 
Method Summary
protected static boolean bogus(File xmlFile)
           
protected static boolean contains(String x, String y)
           
protected static boolean endsWith(String x, String y)
           
protected static Builder getBuilder()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAIL_FAST

protected static final boolean FAIL_FAST
Constructor Detail

SchemaValidatingBuilderTest

public SchemaValidatingBuilderTest()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

bogus

protected static boolean bogus(File xmlFile)

endsWith

protected static boolean endsWith(String x,
                                  String y)

contains

protected static boolean contains(String x,
                                  String y)

getBuilder

protected static Builder getBuilder()

Nux 1.6