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

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

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

Classes in org.apache.axiom.om.impl that implement OMXMLStreamReader
 class OMStAXWrapper
          XMLStreamReader implementation that generates events from a given Axiom tree.
 

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-2011 The Apache Software Foundation. All Rights Reserved.