Package de.trantor.xml.pullparser.event

Interface Summary
ParseEvent Abstract class to be implemented by all xml nodes (ProcessingInstruction, TextEvent, StartTag, EndTag...).
 

Class Summary
Attribute  
EndDocument the END_DOCUMENT event
EndTag A class for events indicating the end of an element
ProcessingInstruction A class for events indicating processing instructions
StartTag A class for events indicating the start of a new element
TextEvent A class for events indicating character data like "normal" text or ignorable whitespace.