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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLiteralElement.java52 private Vector _attributeElements = null; field in class:LiteralElement
171 if (_attributeElements == null) {
172 _attributeElements = new Vector(2);
174 _attributeElements.add(attribute);
181 if (_attributeElements == null) {
182 _attributeElements = new Vector(2);
184 _attributeElements.insertElementAt(attribute,0);
193 if (_attributeElements != null) {
194 final int count = _attributeElements.size();
197 (SyntaxTreeNode)_attributeElements
[all...]

Completed in 43 milliseconds