Uses of Interface
org.apache.axiom.util.stax.dialect.StAXDialect
Packages that use StAXDialect
Package
Description
Contains classes to handle differences between StAX implementations.
-
Uses of StAXDialect in org.apache.axiom.om.util
Methods in org.apache.axiom.om.util with parameters of type StAXDialectModifier and TypeMethodDescriptionStAXParserConfiguration.configure
(XMLInputFactory factory, StAXDialect dialect) Apply the configuration to the given factory.StAXWriterConfiguration.configure
(XMLOutputFactory factory, StAXDialect dialect) Deprecated.Apply the configuration to the given factory. -
Uses of StAXDialect in org.apache.axiom.util.stax.dialect
Methods in org.apache.axiom.util.stax.dialect that return StAXDialectModifier and TypeMethodDescriptionstatic 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 givenXMLInputFactory
instance.static StAXDialect
StAXDialectDetector.getDialect
(XMLOutputFactory factory) Detect the StAX dialect of a givenXMLOutputFactory
instance.