Uses of Class
org.apache.xml.utils.ObjectStack
-
Packages that use ObjectStack Package Description org.apache.xalan.transformer In charge of run-time transformations and the production of result trees.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 Modifier and Type Method Description 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 Constructor Description ObjectStack(ObjectStack v)
Copy constructor for ObjectStack
-