Package org.apache.xalan.transformer
Class QueuedEvents
- java.lang.Object
-
- org.apache.xalan.transformer.QueuedEvents
-
public abstract class QueuedEvents extends java.lang.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
Fields Modifier and Type Field Description boolean
m_docPending
Queued start elementboolean
m_elemIsEnded
Flag indicating that an event is endedboolean
m_elemIsPending
Flag indicating that an event is pending.
-
Constructor Summary
Constructors Constructor Description QueuedEvents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
Push document event and re-initialize events
-