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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java166 public int getAttributeDeclIndex(int elementDeclIndex, String attributeDeclName) { argument
174 if (fAttributeDecl.name.rawname == attributeDeclName
175 || attributeDeclName.equals(fAttributeDecl.name.rawname) ) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java383 public int getAttributeDeclIndex(int elementDeclIndex, String attributeDeclName) { argument
391 if (fAttributeDecl.name.rawname == attributeDeclName
392 || attributeDeclName.equals(fAttributeDecl.name.rawname) ) {

Completed in 40 milliseconds