Searched refs:AttributeValueTemplate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAttributeValue.java38 result = new AttributeValueTemplate(text, parser, parent);
41 result = new AttributeValueTemplate(text, parser, parent);
H A DXslElement.java52 private AttributeValueTemplate _name;
53 private AttributeValueTemplate _namespace;
120 _namespace = new AttributeValueTemplate(namespace, parser, this);
139 _namespace = new AttributeValueTemplate(namespace, parser, this);
144 new AttributeValueTemplate(namespace, parser, this);
147 _name = new AttributeValueTemplate(name, parser, this);
H A DNumber.java81 private AttributeValueTemplate _lang = null;
82 private AttributeValueTemplate _format = null;
83 private AttributeValueTemplate _letterValue = null;
84 private AttributeValueTemplate _groupingSeparator = null;
85 private AttributeValueTemplate _groupingSize = null;
162 _format = new AttributeValueTemplate(value, parser, this);
166 _lang = new AttributeValueTemplate(value, parser, this);
170 _letterValue = new AttributeValueTemplate(value, parser, this);
174 _groupingSeparator = new AttributeValueTemplate(value, parser, this);
178 _groupingSize = new AttributeValueTemplate(valu
[all...]
H A DAttributeValueTemplate.java21 * $Id: AttributeValueTemplate.java,v 1.2.4.1 2005/09/01 10:26:57 pvedula Exp $
47 final class AttributeValueTemplate extends AttributeValue { class in inherits:AttributeValue
55 public AttributeValueTemplate(String value, Parser parser, method in class:AttributeValueTemplate
H A DXslAttribute.java59 private AttributeValueTemplate _namespace = null;
131 _namespace = new AttributeValueTemplate(namespace, parser, this);
138 _namespace = new AttributeValueTemplate(namespace, parser, this);
H A DLiteralElement.java469 if (attrName instanceof AttributeValueTemplate) {

Completed in 32 milliseconds