Package org.apache.xalan.transformer
Class QueuedEvents
java.lang.Object
org.apache.xalan.transformer.QueuedEvents
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
FieldsModifier and TypeFieldDescriptionboolean
Queued start elementboolean
Flag indicating that an event is endedboolean
Flag indicating that an event is pending. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_docPending
public boolean m_docPendingQueued start element -
m_elemIsPending
public boolean m_elemIsPendingFlag indicating that an event is pending. Public for fast access by ElemForEach. -
m_elemIsEnded
public boolean m_elemIsEndedFlag indicating that an event is ended
-
-
Constructor Details
-
QueuedEvents
public QueuedEvents()
-
-
Method Details
-
reset
public void reset()Push document event and re-initialize events
-