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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java98 private ArrayList notationDecls = new ArrayList(); field in class:DTDGrammar
727 notationDecls.add(notationDecl);
731 return notationDecls;

Completed in 31 milliseconds