Class EventFactoryImpl


  • public final class EventFactoryImpl
    extends org.codehaus.stax2.ri.Stax2EventFactoryImpl
    Simple event factory implementation, mostly based on the reference implementation included in Stax2 API jar.
    • Field Summary

      • Fields inherited from class org.codehaus.stax2.ri.Stax2EventFactoryImpl

        mLocation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.xml.namespace.QName createQName​(java.lang.String nsURI, java.lang.String localName)  
      protected javax.xml.namespace.QName createQName​(java.lang.String nsURI, java.lang.String localName, java.lang.String prefix)  
      • Methods inherited from class org.codehaus.stax2.ri.Stax2EventFactoryImpl

        createAttribute, createAttribute, createAttribute, createCData, createCharacters, createComment, createDTD, createDTD, createDTD, createEndDocument, createEndElement, createEndElement, createEndElement, createEntityReference, createIgnorableSpace, createNamespace, createNamespace, createProcessingInstruction, createSpace, createStartDocument, createStartDocument, createStartDocument, createStartDocument, createStartElement, createStartElement, createStartElement, createStartElement, createStartElement, setLocation
      • Methods inherited from class javax.xml.stream.XMLEventFactory

        newDefaultFactory, newFactory, newFactory, newInstance, newInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventFactoryImpl

        public EventFactoryImpl()
    • Method Detail

      • createQName

        protected javax.xml.namespace.QName createQName​(java.lang.String nsURI,
                                                        java.lang.String localName)
        Specified by:
        createQName in class org.codehaus.stax2.ri.Stax2EventFactoryImpl
      • createQName

        protected javax.xml.namespace.QName createQName​(java.lang.String nsURI,
                                                        java.lang.String localName,
                                                        java.lang.String prefix)
        Specified by:
        createQName in class org.codehaus.stax2.ri.Stax2EventFactoryImpl