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 set properties to do the string interning.
|
XMLStreamReaderFactory.Zephyr |
XMLStreamReaderFactory implementation for SJSXP/JAXP RI. |
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.