test
Class RunStreamWriter

java.lang.Object
  extended by test.RunStreamWriter

public class RunStreamWriter
extends Object

Simple non-automated manual test code for outputting namespace-aware XML documents.


Method Summary
protected  XMLOutputFactory getFactory()
           
static void main(String[] args)
           
protected  void test()
           
protected  void writeContents(XMLStreamWriter sw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

protected XMLOutputFactory getFactory()
                               throws Exception
Throws:
Exception

test

protected void test()
             throws Exception
Throws:
Exception

writeContents

protected void writeContents(XMLStreamWriter sw)
                      throws XMLStreamException
Throws:
XMLStreamException

main

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


Copyright © 2012 Fasterxml.com. All Rights Reserved.