Uses of Class
org.apache.xml.utils.ObjectStack

Packages that use ObjectStack
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. TransformerImpl implements the Transformer interface, and is the core representation of the transformation execution. For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or none. The Transformer works with SerializationHandler to forward the SAX-like events produced by the transformation to the appropriate output ContentHandler. To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed concurrently in separate threads. 
org.apache.xml.utils Implementation of Xalan utility classes. 
 

Uses of ObjectStack in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that return ObjectStack
 ObjectStack TransformerImpl.getCurrentTemplateElements()
          Get the count of how many elements are active.
 

Uses of ObjectStack in org.apache.xml.utils
 

Constructors in org.apache.xml.utils with parameters of type ObjectStack
ObjectStack(ObjectStack v)
          Copy constructor for ObjectStack
 



Copyright © 2006 Apache XML Project. All Rights Reserved.