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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SubtitleSampleEntry.java 22 private String schemaLocation;
31 long contentSize = 8 + namespace.length() + schemaLocation.length() + imageMimeType.length() + 3;
39 schemaLocation = IsoTypeReader.readString(content);
48 IsoTypeWriter.writeUtf8String(byteBuffer, schemaLocation);
61 return schemaLocation;
64 public void setSchemaLocation(String schemaLocation) {
65 this.schemaLocation = schemaLocation;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode06.js 78 Invoke the renameNode method to rename the default attribute "dir" to xsi:schemaLocation.
106 renamedclass = doc.renameNode(attr,"http://www.w3.org/2001/XMLSchema-instance","xsi:schemaLocation");
113 assertEquals("documentrenameode01_nodeName","xsi:schemaLocation",nodeName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 210 return config.schemaLocation;
213 config.schemaLocation = (String) value;
293 private String schemaLocation;
  /external/libxml2/
xmlschemas.c 396 const xmlChar *schemaLocation;
422 const xmlChar *schemaLocation; /* The URI of the schema document. */
451 const xmlChar *schemaLocation;
    [all...]
  /system/media/camera/docs/
metadata_template.mako 20 xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata_properties.xsd">
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 557 milliseconds