HomeSort by relevance Sort by last modified time
    Searched refs:schemaType (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 55 * @param schemaType An absolute URI representing the type of the schema
85 String schemaType)
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 201 private final String schemaType;
205 * @param schemaType schema type
207 public LSValidateStrategy(String schemaType) {
209 this.schemaType = schemaType;
218 setParameter(null, parser, "schema-type", schemaType);
228 if (schemaType == null || schemaType.equals(parserSchemaType)) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 226 return config.schemaType;
229 config.schemaType = (String) value;
294 private String schemaType;

Completed in 74 milliseconds