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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaSetImpl.java81 public SchemaImpl createSchema(String targetNamespace, Locator location) { method in class:SchemaSetImpl
260 return createSchema("http://www.w3.org/2001/XMLSchema",null);
317 return createSchema("http://www.w3.org/2001/XMLSchema",null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java162 $runtime.currentSchema = $runtime.parser.schemaSet.createSchema(tns,$runtime.copyLocator());

Completed in 41 milliseconds