de.trantor.xml.pullparser.event
Class EndDocument

java.lang.Object
  |
  +--de.trantor.xml.pullparser.event.EndDocument

public class EndDocument
extends java.lang.Object
implements ParseEvent

the END_DOCUMENT event


Fields inherited from interface de.trantor.xml.pullparser.event.ParseEvent
CHARACTERS, COMMENT, END_DOCUMENT, END_TAG, IGNORABLE_WHITESPACE, PROCESSING_INSTRUCTION, START_TAG
 
Constructor Summary
EndDocument()
           
 
Method Summary
 int getType()
          returns END_DOCUMENT
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndDocument

public EndDocument()
Method Detail

getType

public int getType()
returns END_DOCUMENT
Specified by:
getType in interface ParseEvent