Package | Description |
---|---|
org.apache.axiom.om.util | |
org.apache.axiom.util.stax.dialect |
Contains classes to handle differences between StAX implementations.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.stream.XMLInputFactory |
StAXParserConfiguration.configure(javax.xml.stream.XMLInputFactory factory,
StAXDialect dialect)
Apply the configuration to the given factory.
|
javax.xml.stream.XMLOutputFactory |
StAXWriterConfiguration.configure(javax.xml.stream.XMLOutputFactory factory,
StAXDialect dialect)
Apply the configuration to the given factory.
|
Modifier and Type | Method and Description |
---|---|
static StAXDialect |
StAXDialectDetector.getDialect(Class implementationClass)
Detect the dialect of a given StAX implementation.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.