Package | Description |
---|---|
org.codehaus.stax2 | |
org.codehaus.stax2.ri |
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
|
org.codehaus.stax2.ri.dom | |
org.codehaus.stax2.util |
Modifier and Type | Method | Description |
---|---|---|
abstract XMLStreamReader2 |
XMLInputFactory2.createXMLStreamReader(File f) |
Convenience factory method that allows for parsing a document
stored in the specified file.
|
abstract XMLStreamReader2 |
XMLInputFactory2.createXMLStreamReader(URL src) |
Factory method that allows for parsing a document accessible via
specified URL.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XMLStreamWriter2.copyEventFromReader(XMLStreamReader2 r,
boolean preserveEventData) |
Method that essentially copies
event that the specified reader has just read.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Stax2FilteredStreamReader |
Simple straight-forward implementation of a filtering stream reader,
which can fully adapt Stax2 stream reader
(
XMLStreamReader2 ). |
class |
Stax2ReaderAdapter |
This adapter implements parts of
XMLStreamReader2 , the
extended stream reader defined by Stax2 extension, by wrapping
a vanilla Stax 1.0 XMLStreamReader implementation. |
class |
Stax2ReaderImpl |
This is a partial base implementation of
XMLStreamReader2 ,
the extended stream reader that is part of Stax2. |
Modifier and Type | Field | Description |
---|---|---|
protected XMLStreamReader2 |
Stax2EventReaderImpl.mReader |
Modifier and Type | Method | Description |
---|---|---|
static XMLStreamReader2 |
Stax2ReaderAdapter.wrapIfNecessary(XMLStreamReader sr) |
Method that should be used to add dynamic support for
XMLStreamReader2 . |
Modifier and Type | Method | Description |
---|---|---|
void |
Stax2WriterAdapter.copyEventFromReader(XMLStreamReader2 sr,
boolean preserveEventData) |
|
void |
Stax2WriterImpl.copyEventFromReader(XMLStreamReader2 sr,
boolean preserveEventData) |
Constructor | Description |
---|---|
Stax2EventReaderImpl(XMLEventAllocator a,
XMLStreamReader2 r) |
Modifier and Type | Class | Description |
---|---|---|
class |
DOMWrappingReader |
This is an adapter class that presents a DOM document as if it was
a regular
XMLStreamReader . |
Modifier and Type | Method | Description |
---|---|---|
void |
DOMWrappingWriter.copyEventFromReader(XMLStreamReader2 r,
boolean preserveEventData) |
Modifier and Type | Class | Description |
---|---|---|
class |
StreamReader2Delegate |
Modifier and Type | Field | Description |
---|---|---|
protected XMLStreamReader2 |
StreamReader2Delegate._delegate2 |
Modifier and Type | Method | Description |
---|---|---|
void |
StreamWriter2Delegate.copyEventFromReader(XMLStreamReader2 r,
boolean preserveEventData) |
Constructor | Description |
---|---|
StreamReader2Delegate(XMLStreamReader2 sr) |
Copyright © 2019 fasterxml.com. All rights reserved.