Uses of Class
org.apache.xalan.xsltc.runtime.AttributeList

Packages that use AttributeList
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.dom   
 

Uses of AttributeList in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as AttributeList
protected  AttributeList SyntaxTreeNode._attributes
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type AttributeList
protected  void SyntaxTreeNode.setAttributes(AttributeList attributes)
          Set the attributes for this SyntaxTreeNode.
 

Uses of AttributeList in org.apache.xalan.xsltc.dom
 

Fields in org.apache.xalan.xsltc.dom declared as AttributeList
private  AttributeList AdaptiveResultTreeImpl._attributes