HomeSort by relevance Sort by last modified time
    Searched refs:schemaType (Results 1 - 19 of 19) 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/gdb/darwin-x86/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/gdb/linux-x86/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/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/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
saxon-9.1.0.8-dom.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py     [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...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 669 milliseconds