BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.transformer
Class QueuedSAXEvent

java.lang.Object
  |
  +--weblogic.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.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.


Field Summary
 boolean isEnded
          Flag indicating that an event is ended
 boolean isPending
          Flag indicating that an event is pending
protected  org.xml.sax.ContentHandler m_contentHandler
          Instance of ContentHandler
protected  boolean m_isTransformClient
          Flag indicating that the ContentHandler is a TransformerClient, so we need to save the transform state of the queue.
protected  TraceManager m_traceManager
          Instance of TraceManager
protected  TransformerImpl m_transformer
          Instance of Transformer
 
Constructor Summary
QueuedSAXEvent(int type)
          Constructor QueuedSAXEvent
 
Method Summary
protected  void fireGenerateEvent(int type, java.lang.String name, org.xml.sax.Attributes attrs)
          Fire a Generate Event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_traceManager

protected TraceManager m_traceManager
Instance of TraceManager

m_transformer

protected TransformerImpl m_transformer
Instance of Transformer

m_contentHandler

protected org.xml.sax.ContentHandler m_contentHandler
Instance of ContentHandler

m_isTransformClient

protected boolean m_isTransformClient
Flag indicating that the ContentHandler is a TransformerClient, so we need to save the transform state of the queue.

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

fireGenerateEvent

protected void fireGenerateEvent(int type,
                                 java.lang.String name,
                                 org.xml.sax.Attributes attrs)
Fire a Generate Event

Parameters:
type - Event type
name - Element name
attrs - Attributes for the element

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.