| 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 | 
|---|---|
LocationInfo | 
XMLStreamReader2.getLocationInfo()  | 
| Modifier and Type | Class and Description | 
|---|---|
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 | Method and Description | 
|---|---|
LocationInfo | 
Stax2ReaderImpl.getLocationInfo()
Location information is always accessible, for this reader. 
 | 
LocationInfo | 
Stax2ReaderAdapter.getLocationInfo()
Location information is always accessible, for this reader. 
 | 
| 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 | 
|---|---|
LocationInfo | 
DOMWrappingReader.getLocationInfo()
Location information is always accessible, for this reader. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocationInfo | 
StreamReader2Delegate.getLocationInfo()  | 
Copyright © 2015 fasterxml.com. All Rights Reserved.