Class StandardStaxDriver

  • All Implemented Interfaces:
    HierarchicalStreamDriver

    public class StandardStaxDriver
    extends StaxDriver
    A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).

    In contrast to XMLInputFactory.newFactory() or XMLOutputFactory.newFactory() this implementation will ignore any implementations provided with the system properties javax.xml.stream.XMLInputFactory and javax.xml.stream.XMLOutputFactory, all implementations configured in lib/stax.properties or registered with the Service API.

    Since:
    1.4.5