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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java209 int attlistIndex = fDTDGrammar.getFirstAttributeDeclIndex(elementIndex);
304 fDTDGrammar.getFirstAttributeDeclIndex(elementIndex);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java170 int attDefIndex = getFirstAttributeDeclIndex(elementDeclIndex);
503 * getFirstAttributeDeclIndex
509 public int getFirstAttributeDeclIndex(int elementDeclIndex) { method in class:DTDGrammar
514 } // getFirstAttributeDeclIndex
599 int attributeDeclIndex = getFirstAttributeDeclIndex(elementDeclIndex);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1122 int attlistIndex = fDTDGrammar.getFirstAttributeDeclIndex(elementIndex);
1236 fDTDGrammar.getFirstAttributeDeclIndex(elementIndex);
H A DDTDGrammar.java387 int attDefIndex = getFirstAttributeDeclIndex(elementDeclIndex);
1305 * getFirstAttributeDeclIndex
1311 public int getFirstAttributeDeclIndex(int elementDeclIndex) { method in class:DTDGrammar
1316 } // getFirstAttributeDeclIndex
1687 int attributeDeclIndex = getFirstAttributeDeclIndex(elementDeclIndex);

Completed in 46 milliseconds