org.apache.xalan.transformer

Class QueuedEvents

public abstract class QueuedEvents extends Object

This class acts as a base for ResultTreeHandler, and keeps queud stack events. In truth, we don't need a stack, so I may change this down the line a bit.
Field Summary
booleanm_docPending
Queued start element
booleanm_elemIsEnded
Flag indicating that an event is ended
booleanm_elemIsPending
Flag indicating that an event is pending.
Method Summary
voidreset()
Push document event and re-initialize events

Field Detail

m_docPending

public boolean m_docPending
Queued start element

m_elemIsEnded

public boolean m_elemIsEnded
Flag indicating that an event is ended

m_elemIsPending

public boolean m_elemIsPending
Flag indicating that an event is pending. Public for fast access by ElemForEach.

Method Detail

reset

public void reset()
Push document event and re-initialize events
Copyright B) 2006 Apache XML Project. All Rights Reserved.