Uses of Interface
org.apache.axiom.om.util.StAXParserConfiguration

Packages that use StAXParserConfiguration
org.apache.axiom.om.util   
 

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

Fields in org.apache.axiom.om.util declared as StAXParserConfiguration
static StAXParserConfiguration StAXParserConfiguration.DEFAULT
          The default configuration.
static StAXParserConfiguration StAXParserConfiguration.NON_COALESCING
          Configuration that sets up the parser in non coalescing mode.
static StAXParserConfiguration StAXParserConfiguration.SOAP
          Configuration suitable for SOAP messages.
static StAXParserConfiguration StAXParserConfiguration.STANDALONE
          Configuration that forces the parser to process the XML document as standalone.
 

Methods in org.apache.axiom.om.util with parameters of type StAXParserConfiguration
static XMLStreamReader StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration, InputStream in)
           
static XMLStreamReader StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration, InputStream in, String encoding)
           
static XMLStreamReader StAXUtils.createXMLStreamReader(StAXParserConfiguration configuration, Reader in)
           
static XMLInputFactory StAXUtils.getXMLInputFactory(StAXParserConfiguration configuration)
          Get a cached XMLInputFactory instance using the specified configuration and the default cache policy.
static XMLInputFactory StAXUtils.getXMLInputFactory(StAXParserConfiguration configuration, boolean factoryPerClassLoaderPolicy)
          Get a cached XMLInputFactory instance using the specified configuration and cache policy.
 



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