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

Packages that use Context2
org.apache.xml.utils Implementation of Xalan utility classes. 
 

Uses of Context2 in org.apache.xml.utils
 

Fields in org.apache.xml.utils declared as Context2
private  Context2 Context2.child
           
private  Context2 NamespaceSupport2.currentContext
           
private  Context2 Context2.parent
           
 

Methods in org.apache.xml.utils that return Context2
(package private)  Context2 Context2.getChild()
           
(package private)  Context2 Context2.getParent()
           
 

Methods in org.apache.xml.utils with parameters of type Context2
(package private)  void Context2.setParent(Context2 parent)
          (Re)set the parent of this Namespace context.
 

Constructors in org.apache.xml.utils with parameters of type Context2
Context2(Context2 parent)
          Create a new Namespace context.