test
Class TestBase64Reader

java.lang.Object
  extended by test.TestBase64Reader
All Implemented Interfaces:
XMLStreamConstants

public class TestBase64Reader
extends Object
implements XMLStreamConstants

Simple helper test class for checking how stream reader handles xml documents.


Field Summary
 
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
 
Constructor Summary
TestBase64Reader()
           
 
Method Summary
static void main(String[] args)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBase64Reader

public TestBase64Reader()
Method Detail

test

public void test()
          throws XMLStreamException
Throws:
XMLStreamException

main

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


Copyright © 2012 Fasterxml.com. All Rights Reserved.