Uses of Interface
org.codehaus.stax2.LocationInfo

Packages that use LocationInfo
org.codehaus.stax2   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
org.codehaus.stax2.util   
 

Uses of LocationInfo in org.codehaus.stax2
 

Methods in org.codehaus.stax2 that return LocationInfo
 LocationInfo XMLStreamReader2.getLocationInfo()
           
 

Uses of LocationInfo in org.codehaus.stax2.ri
 

Classes in org.codehaus.stax2.ri that implement LocationInfo
 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.
 

Methods in org.codehaus.stax2.ri that return LocationInfo
 LocationInfo Stax2ReaderImpl.getLocationInfo()
          Location information is always accessible, for this reader.
 LocationInfo Stax2ReaderAdapter.getLocationInfo()
          Location information is always accessible, for this reader.
 

Uses of LocationInfo in org.codehaus.stax2.ri.dom
 

Classes in org.codehaus.stax2.ri.dom that implement LocationInfo
 class DOMWrappingReader
          This is an adapter class that presents a DOM document as if it was a regular XMLStreamReader.
 

Methods in org.codehaus.stax2.ri.dom that return LocationInfo
 LocationInfo DOMWrappingReader.getLocationInfo()
          Location information is always accessible, for this reader.
 

Uses of LocationInfo in org.codehaus.stax2.util
 

Methods in org.codehaus.stax2.util that return LocationInfo
 LocationInfo StreamReader2Delegate.getLocationInfo()
           
 



Copyright © 2011 Codehaus. All Rights Reserved.