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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java149 protected XMLAttributeDecl fAttributeDecl = new XMLAttributeDecl(); field in class:DTDGrammar
172 getAttributeDecl(attDefIndex, fAttributeDecl);
174 if (fAttributeDecl.name.rawname == attributeDeclName
175 || attributeDeclName.equals(fAttributeDecl.name.rawname) ) {
391 fAttributeDecl.setValues( fQName, fSimpleType, false );
393 setAttributeDecl(elementIndex, fCurrentAttributeIndex, fAttributeDecl);
578 if (getAttributeDecl(elDeclIdx, fAttributeDecl)
579 && fAttributeDecl.simpleType.type != XMLSimpleType.TYPE_CDATA){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java274 protected final XMLAttributeDecl fAttributeDecl = new XMLAttributeDecl(); field in class:DTDGrammar
389 getAttributeDecl(attDefIndex, fAttributeDecl);
391 if (fAttributeDecl.name.rawname == attributeDeclName
392 || attributeDeclName.equals(fAttributeDecl.name.rawname) ) {
698 fAttributeDecl.setValues( fQName, fSimpleType, false );
700 setAttributeDecl(elementIndex, fCurrentAttributeIndex, fAttributeDecl);
1381 if (getAttributeDecl(elDeclIdx, fAttributeDecl)
1382 && fAttributeDecl.simpleType.type != XMLSimpleType.TYPE_CDATA){

Completed in 404 milliseconds