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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java1232 if (grammar.getNotationDeclIndex(name) != -1) {
1323 if (grammar.getNotationDeclIndex(notation) == -1) {
1338 if (grammar.getNotationDeclIndex(notation) == -1) {
H A DDTDGrammar.java819 int notationIndex = getNotationDeclIndex(name);
1432 * getNotationDeclIndex
1438 public int getNotationDeclIndex(String notationDeclName) { method in class:DTDGrammar
1444 } // getNotationDeclIndex

Completed in 31 milliseconds