Class XMLParserEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class XMLParserEvent
    extends java.util.EventObject
    XML parser event.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLParserEvent​(java.lang.Object src)  
      XMLParserEvent​(java.lang.Object src, java.lang.Exception parseException)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getParseException()  
      void setParseException​(java.lang.Exception parseException)  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • XMLParserEvent

        public XMLParserEvent​(java.lang.Object src)
      • XMLParserEvent

        public XMLParserEvent​(java.lang.Object src,
                              java.lang.Exception parseException)
    • Method Detail

      • getParseException

        public java.lang.Exception getParseException()
      • setParseException

        public void setParseException​(java.lang.Exception parseException)