Interface XMLEvent

    • Method Detail

      • getEventType

        int getEventType()
      • getSchemaType

        QName getSchemaType()
      • isAttribute

        boolean isAttribute()
      • isCharacters

        boolean isCharacters()
      • isEndDocument

        boolean isEndDocument()
      • isEndElement

        boolean isEndElement()
      • isEntityReference

        boolean isEntityReference()
      • isNamespace

        boolean isNamespace()
      • isProcessingInstruction

        boolean isProcessingInstruction()
      • isStartDocument

        boolean isStartDocument()
      • isStartElement

        boolean isStartElement()