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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java1434 * @param notationDeclName
1438 public int getNotationDeclIndex(String notationDeclName) { argument
1439 if (notationDeclName == null) {
1443 return fNotationIndexMap.get(notationDeclName);

Completed in 35 milliseconds