org.apache.ws.commons.schema.docpath
Class TestSaxWalkerOverDom

java.lang.Object
  extended by org.apache.ws.commons.schema.docpath.TestSaxWalkerOverDom

public class TestSaxWalkerOverDom
extends Object

Reads the src/test/resources/test_schema.xsd file as an XML document and confirms the correct events are triggered.


Constructor Summary
TestSaxWalkerOverDom()
           
 
Method Summary
 void testChildren()
           
 void testGrandchildren()
           
 void testRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSaxWalkerOverDom

public TestSaxWalkerOverDom()
Method Detail

testRoot

public void testRoot()
              throws Exception
Throws:
Exception

testChildren

public void testChildren()
                  throws Exception
Throws:
Exception

testGrandchildren

public void testGrandchildren()
                       throws Exception
Throws:
Exception


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.