Uses of Interface
org.apache.axiom.om.OMXMLStreamReader

Packages that use OMXMLStreamReader
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.util   
 

Uses of OMXMLStreamReader in org.apache.axiom.om.impl.dom
 

Classes in org.apache.axiom.om.impl.dom that implement OMXMLStreamReader
 class DOMStAXWrapper
          This is exactly the same as org.apache.axiom.om.impl.llom.OMStAXWrapper.
 

Uses of OMXMLStreamReader in org.apache.axiom.om.impl.llom
 

Classes in org.apache.axiom.om.impl.llom that implement OMXMLStreamReader
 class OMStAXWrapper
          Note - This class also implements the streaming constants interface to get access to the StAX constants
 

Uses of OMXMLStreamReader in org.apache.axiom.om.util
 

Classes in org.apache.axiom.om.util that implement OMXMLStreamReader
 class OMXMLStreamReaderValidator
          There are several places in the code where events are passed from a source to a consumer using XMLStreamReader events.
 

Constructors in org.apache.axiom.om.util with parameters of type OMXMLStreamReader
OMXMLStreamReaderValidator(OMXMLStreamReader delegate, boolean throwExceptions)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.