org.apache.xalan.transformer
Class QueuedSAXEvent

java.lang.Object
  |
  +--org.apache.xalan.transformer.QueuedSAXEvent
Direct Known Subclasses:
QueuedStartDocument, QueuedStartElement

public abstract class QueuedSAXEvent
extends java.lang.Object

Acts as a base class for queued SAX events.


Field Summary
 boolean isEnded
          Flag indicating that an event is ended
 boolean isPending
          Flag indicating that an event is pending
 
Constructor Summary
QueuedSAXEvent(int type)
          Constructor QueuedSAXEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isPending

public boolean isPending
Flag indicating that an event is pending

isEnded

public boolean isEnded
Flag indicating that an event is ended
Constructor Detail

QueuedSAXEvent

public QueuedSAXEvent(int type)
Constructor QueuedSAXEvent
Parameters:
type - Type of SAX event


Copyright � 2000 Apache XML Project. All Rights Reserved.