Uses of Class
org.apache.xalan.xsltc.compiler.AttributeValue

Packages that use AttributeValue
org.apache.xalan.xsltc.compiler   
 

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

Subclasses of AttributeValue in org.apache.xalan.xsltc.compiler
(package private)  class AttributeValueTemplate
           
(package private)  class SimpleAttributeValue
           
 

Fields in org.apache.xalan.xsltc.compiler declared as AttributeValue
private  AttributeValue Sort._caseOrder
           
private  AttributeValue Sort._dataType
           
private  AttributeValue XslAttribute._name
           
private  AttributeValue ProcessingInstruction._name
           
private  AttributeValue Sort._order
           
private  AttributeValue LiteralAttribute._value
           
 

Methods in org.apache.xalan.xsltc.compiler that return AttributeValue
static AttributeValue AttributeValue.create(SyntaxTreeNode parent, java.lang.String text, Parser parser)
           
 AttributeValue XslAttribute.getName()
          Returns the name of the attribute
 AttributeValue LiteralAttribute.getValue()
          Return the value of the attribute