test
Class TestAsyncReader
java.lang.Object
test.TestAsyncReader
- All Implemented Interfaces:
- XMLStreamConstants
public class TestAsyncReader
- extends Object
- implements XMLStreamConstants
Simple helper test class for checking how stream reader handles xml
documents.
Fields inherited from interface javax.xml.stream.XMLStreamConstants |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAsyncReader
public TestAsyncReader()
test
protected int test(File file)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012 Fasterxml.com. All Rights Reserved.