BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xml.utils.BoolStack

Packages that use BoolStack
weblogic.apache.xalan.serialize   
 

Uses of BoolStack in weblogic.apache.xalan.serialize
 

Fields in weblogic.apache.xalan.serialize declared as BoolStack
protected  BoolStack SerializerToXML.m_elemStack
          A stack of Boolean objects that tell if the given element has children.
protected  BoolStack SerializerToXML.m_disableOutputEscapingStates
          Stack to keep track of disabling output escaping.
protected  BoolStack SerializerToXML.m_cdataSectionStates
          True will be pushed, if characters should be in CDATA section blocks.
protected  BoolStack SerializerToXML.m_preserves
          Stack to keep track of whether or not we need to preserve whitespace.
 

Methods in weblogic.apache.xalan.serialize with parameters of type BoolStack
protected  void SerializerToXML.pushState(java.lang.String namespaceURI, java.lang.String localName, java.util.Vector qnames, BoolStack state)
          Push a boolean state based on if the name of the element is found in the list of qnames.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

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