Hello,

I noticed that since 2.10 Xerces-J will ship and register
implementations for StAX Event classes. I can see that this is a first
step to provide a full StAX Parser/Serializer. But until then I wonder
what can be done with those events?

It currently creates the situation that the default
XMLInput/OutputFactories are configured to use the Oracle defaults and
the Event Factory uses the Xerces brand. Is this really the best idea
to register one without the other?


> "%JAVA_1_8_HOME%\bin\java" -cp 
> target\java-xml-test-0.0.1-SNAPSHOT.jar;.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar
>  net.eckenfels.test.xml.XMLInfoMain

XMLInputFactory   = com.sun.xml.internal.stream.XMLInputFactoryImpl
   Java Runtime Environment/1.8.0_31 @ 1.8.0_31
javax.xml.stream.allocator               = null
javax.xml.stream.isCoalescing            = false
javax.xml.stream.isNamespaceAware        = true
javax.xml.stream.isReplacingEntityReferences = true
javax.xml.stream.isSupportingExternalEntities = true
javax.xml.stream.isValidating            = false
javax.xml.stream.reporter                = null
javax.xml.stream.resolver                = null
javax.xml.stream.supportDTD              = true

XMLEventFactory = org.apache.xerces.stax.XMLEventFactoryImpl
    null/null @ null

SAXParserFactory  = org.apache.xerces.jaxp.SAXParserFactoryImpl
    null/null @ null
isNamespaceAware                         = false
isValidating                             = false
isXIncludeAware                          = false
http://javax.xml.XMLConstants/feature/secure-processing = false

DocumentBuilderF  = org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
    null/null @ null

Xerces: Xerces-J 2.11.0 org.apache.xerces.impl.Version
     null/null @ null

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to