Uses of Class
org.springframework.xml.sax.AbstractXmlReader

Packages that use AbstractXmlReader
org.springframework.xml.stream Provides classes that help with StAX: the Streaming API for XML. 
 

Uses of AbstractXmlReader in org.springframework.xml.stream
 

Subclasses of AbstractXmlReader in org.springframework.xml.stream
 class AbstractStaxXmlReader
          Abstract base class for SAX XMLReader implementations that use StAX as a basis.
 class StaxEventXmlReader
          SAX XMLReader that reads from a StAX XMLEventReader.
 class StaxStreamXmlReader
          SAX XMLReader that reads from a StAX XMLStreamReader.
 



Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.