com.bea.xml.stream
Class ReaderToWriter
java.lang.Object
com.bea.xml.stream.ReaderToWriter
- Direct Known Subclasses:
- XMLWriterBase
- public class ReaderToWriter
- extends Object
Automatically write a reader.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderToWriter
public ReaderToWriter()
ReaderToWriter
public ReaderToWriter(XMLStreamWriter xmlw)
setStreamWriter
public void setStreamWriter(XMLStreamWriter xmlw)
write
public void write(XMLStreamReader xmlr)
throws XMLStreamException
- Throws:
XMLStreamException
writeAll
public XMLStreamWriter writeAll(XMLStreamReader xmlr)
throws XMLStreamException
- Throws:
XMLStreamException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2004 . All Rights Reserved.