Interface | Description |
---|---|
XMLStreamReaderFactory.RecycleAware |
Interface that can be implemented by
XMLStreamReader to
be notified when it's recycled. |
XMLStreamWriterFactory.RecycleAware |
Interface that can be implemented by
XMLStreamWriter to
be notified when it's recycled. |
Class | Description |
---|---|
XMLStreamReaderFactory |
Factory for
XMLStreamReader . |
XMLStreamReaderFactory.Default |
Default
XMLStreamReaderFactory implementation
that can work with any XMLInputFactory . |
XMLStreamReaderFactory.NoLock |
Similar to
XMLStreamReaderFactory.Default but doesn't do any synchronization. |
XMLStreamReaderFactory.Woodstox |
Handles Woodstox's XIF, but sets properties to do the string interning, sets various limits, ...
|
XMLStreamWriterFactory |
Factory for
XMLStreamWriter . |
XMLStreamWriterFactory.Default |
Default
XMLStreamWriterFactory implementation
that can work with any XMLOutputFactory . |
XMLStreamWriterFactory.NoLock |
For
XMLOutputFactory is thread safe. |
XMLStreamWriterFactory.Zephyr |
XMLStreamWriterFactory implementation for Sun's StaX implementation. |
Copyright © 2015 Oracle Corporation. All rights reserved.