org.cyberneko.pull.event
Class BoundedEvent

java.lang.Object
  extended by org.cyberneko.pull.XMLEvent
      extended by org.cyberneko.pull.event.BoundedEvent
Direct Known Subclasses:
CDATAEvent, DocumentEvent, ElementEvent, GeneralEntityEvent, PrefixMappingEvent

public abstract class BoundedEvent
extends XMLEvent

A bounded event. Any event that has a start and end is "bounded". For example, element events are bounded such that there exists a start-element and and end-element event.

Version:
$Id$
Author:
Andy Clark

Field Summary
 boolean start
          True if this is the start of the boundary.
 
Fields inherited from class org.cyberneko.pull.XMLEvent
augs, CDATA, CHARACTERS, COMMENT, DOCTYPE_DECL, DOCUMENT, ELEMENT, GENERAL_ENTITY, next, PREFIX_MAPPING, PROCESSING_INSTRUCTION, TEXT_DECL, type
 
Constructor Summary
protected BoundedEvent(short type)
          Constructs a bounded event of the specified type.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public boolean start
True if this is the start of the boundary.

Constructor Detail

BoundedEvent

protected BoundedEvent(short type)
Constructs a bounded event of the specified type.



(C) Copyright 2002-2004, Andy Clark. All rights reserved.