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 |
---|---|
XMLInputFactory |
StAXParserConfiguration.configure(XMLInputFactory factory,
StAXDialect dialect)
Apply the configuration to the given factory.
|
XMLOutputFactory |
StAXWriterConfiguration.configure(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.
|
static StAXDialect |
StAXDialectDetector.getDialect(XMLInputFactory factory)
Detect the StAX dialect of a given
XMLInputFactory instance. |
static StAXDialect |
StAXDialectDetector.getDialect(XMLOutputFactory factory)
Detect the StAX dialect of a given
XMLOutputFactory instance. |
Copyright ? The Apache Software Foundation. All Rights Reserved.