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
implements java.lang.Cloneable

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
 
Method Summary
 java.lang.Object clone()
           
 
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
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException


Copyright © 2000 Apache XML Project. All Rights Reserved.