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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDDescription.java228 public void setLocationHints(String [] locationHints){ method in class:XSDDescription
H A DXMLSchemaValidator.java2426 setLocationHints(fXSDDescription, temp, grammar);
2472 private void setLocationHints(XSDDescription desc, String[] locations, SchemaGrammar grammar) { method in class:XMLSchemaValidator
2479 setLocationHints(desc, locations, grammar.getDocumentLocations());
2483 private void setLocationHints(XSDDescription desc, String[] locations, StringList docLocations) { method in class:XMLSchemaValidator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java976 fSchemaGrammarDescription.setLocationHints(new String[]{schemaHint});
1083 fSchemaGrammarDescription.setLocationHints(new String[]{schemaHint});

Completed in 67 milliseconds