HomeSort by relevance Sort by last modified time
    Searched refs:schemaType (Results 1 - 9 of 9) 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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 370 def createDOMBuilder(self, mode, schemaType):
371 if schemaType is not None:
373 "schemaType not yet supported")
minidom.py 454 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
636 schemaType = _no_type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 370 def createDOMBuilder(self, mode, schemaType):
371 if schemaType is not None:
373 "schemaType not yet supported")
minidom.py 454 defproperty(Attr, "schemaType", doc="Schema type for this attribute.")
636 schemaType = _no_type
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py     [all...]

Completed in 93 milliseconds