Searched defs:schemaStr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java713 // @param schemaStr The schemaLocation string to tokenize
716 public static boolean tokenizeSchemaLocationStr(String schemaStr, Map locations) { argument
717 if (schemaStr!= null) {
718 StringTokenizer t = new StringTokenizer(schemaStr, " \n\t\r");

Completed in 33 milliseconds