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 and 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 and Description |
---|---|
void |
XMLStreamWriter2.copyEventFromReader(XMLStreamReader2 r,
boolean preserveEventData)
Method that essentially copies
event that the specified reader has just read.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected XMLStreamReader2 |
Stax2EventReaderImpl.mReader |
Modifier and Type | Method and Description |
---|---|
static XMLStreamReader2 |
Stax2ReaderAdapter.wrapIfNecessary(XMLStreamReader sr)
Method that should be used to add dynamic support for
XMLStreamReader2 . |
Modifier and Type | Method and Description |
---|---|
void |
Stax2WriterImpl.copyEventFromReader(XMLStreamReader2 sr,
boolean preserveEventData) |
void |
Stax2WriterAdapter.copyEventFromReader(XMLStreamReader2 sr,
boolean preserveEventData) |
Constructor and Description |
---|
Stax2EventReaderImpl(XMLEventAllocator a,
XMLStreamReader2 r) |
Modifier and Type | Class and Description |
---|---|
class |
DOMWrappingReader
This is an adapter class that presents a DOM document as if it was
a regular
XMLStreamReader . |
Modifier and Type | Method and Description |
---|---|
void |
DOMWrappingWriter.copyEventFromReader(XMLStreamReader2 r,
boolean preserveEventData) |
Modifier and Type | Class and Description |
---|---|
class |
StreamReader2Delegate |
Modifier and Type | Field and Description |
---|---|
protected XMLStreamReader2 |
StreamReader2Delegate.mDelegate2 |
Modifier and Type | Method and Description |
---|---|
void |
StreamWriter2Delegate.copyEventFromReader(XMLStreamReader2 r,
boolean preserveEventData) |
Constructor and Description |
---|
StreamReader2Delegate(XMLStreamReader2 sr) |
Copyright © 2015 fasterxml.com. All Rights Reserved.