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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DExternalSubsetResolver.java57 * @param grammarDescription a description of the DTD
63 public XMLInputSource getExternalSubset(XMLDTDDescription grammarDescription) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DEntityResolver2Wrapper.java101 * @param grammarDescription a description of the DTD
107 public XMLInputSource getExternalSubset(XMLDTDDescription grammarDescription) argument
112 String name = grammarDescription.getRootName();
113 String baseURI = grammarDescription.getBaseSystemId();

Completed in 22 milliseconds