Class EndEvent


  • public class EndEvent
    extends StaxEvent
    Created with IntelliJ IDEA. User: ceki Date: 7/2/13 Time: 4:07 PM To change this template use File | Settings | File Templates.
    • Constructor Summary

      Constructors 
      Constructor Description
      EndEvent​(java.lang.String name, javax.xml.stream.Location location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • EndEvent

        public EndEvent​(java.lang.String name,
                        javax.xml.stream.Location location)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object