HomeSort by relevance Sort by last modified time
    Searched refs:schema (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 17 This class represents an element type in the schema.
19 a flags vector, default attributes, and a schema to which it belongs.
20 @see Schema
33 private Schema theSchema; // schema to which this belongs
37 but it's better to use Schema.element() instead.
46 @param schema The schema with which this element type will be
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) {
164 public Schema schema() {return theSchema;} method in class:ElementType
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
120 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
140 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
164 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
183 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /build/tools/droiddoc/templates-ds/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
120 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
140 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
164 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
183 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
120 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
140 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
164 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
183 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 112 Set the validate-if-schema feature to true. Invoke the normalizeDocument method on this
121 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-validate-if-schema
143 canSet = domConfig.canSetParameter("validate-if-schema",true);
148 domConfig.setParameter("validate-if-schema", true);
157 domConfig.setParameter("validate-if-schema", false);
domconfigvalidateifschema1.js 71 * Checks behavior of "validate-if-schema" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-validate-if-schema
87 var parameter = "vAlIdate-if-schema";
datatypenormalization13.js 115 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
124 domConfig.setParameter("schema-type", xsdNS);
datatypenormalization14.js 114 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
123 domConfig.setParameter("schema-type", xsdNS);
datatypenormalization15.js 114 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
123 domConfig.setParameter("schema-type", xsdNS);
datatypenormalization16.js 114 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
123 domConfig.setParameter("schema-type", xsdNS);
datatypenormalization17.js 112 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
121 domConfig.setParameter("schema-type", xsdNS);
datatypenormalization18.js 113 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
123 domConfig.setParameter("schema-type", xsdNS);
domconfigschemalocation1.js 71 * Checks behavior of "schema-location" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-schema-location
87 var parameter = "sChEma-location";
domconfigschematype1.js 71 * Checks behavior of "schema-type" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-schema-type
87 var parameter = "sChEma-type";
infoset03.js 113 canSetXMLSchema = domConfig.canSetParameter("schema-type",xsdNS);
122 domConfig.setParameter("schema-type", xsdNS);
typeinfoisderivedfrom63.js 80 If the document's schema is a DTD or no schema is associated with the document, this method
  /external/doclava/res/assets/templates/
docpage.cs 5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /external/chromium/chrome/common/
web_apps.cc 215 scoped_ptr<Value> schema(
222 CHECK(schema.get())
223 << "Error parsing JSON schema: " << error_code << ": " << error_message;
224 CHECK(schema->IsType(Value::TYPE_DICTIONARY))
225 << "schema root must be dictionary.";
227 JSONSchemaValidator validator(static_cast<DictionaryValue*>(schema.get()));
229 // We allow extra properties in the schema for easy compat with other systems,
239 // This must be true because the schema requires the root value to be a
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 22 import javax.xml.validation.Schema;
127 * To use modern schema languages such as W3C XML Schema or
130 * method <tt>false</tt>, then use the {@link #setSchema(Schema)}
131 * method to associate a schema to a parser.
315 * Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
358 * Gets the {@link Schema} object specified through
359 * the {@link #setSchema(Schema schema)} method.
368 * the {@link Schema} object that was last set throug
    [all...]
SAXParserFactory.java 22 import javax.xml.validation.Schema;
141 * To use modern schema languages such as W3C XML Schema or
144 * method <tt>false</tt>, then use the {@link #setSchema(Schema)}
145 * method to associate a schema to a parser.
192 * Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
241 * Gets the {@link Schema} object specified through
242 * the {@link #setSchema(Schema schema)} method.
251 * the {@link Schema} object that was last set throug
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 365 XMPNode schema = (XMPNode) it.next(); local
366 declareUsedNamespaces(schema, usedPrefixes, 4);
373 XMPNode schema = (XMPNode) it.next(); local
374 allAreAttrs &= serializeCompactRDFAttrProps (schema, 3);
386 return; // ! Done if all properties in all schema are written as attributes.
389 // Write the remaining properties for each schema.
392 XMPNode schema = (XMPNode) it.next(); local
393 serializeCompactRDFElementProps (schema, 3);
766 * Serializes one schema with all contained properties in pretty-printed
768 * Each schema's properties are written in a separat
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 26 Usage: $0 output.xml xml-schema [type [os zip[:dest]]*...]*
28 - schema is one of 'repository' or 'addon'
48 # Get the schema type. Must be either "repository" or "addon".
49 SCHEMA="$1"
50 [[ ! -f "$SCHEMA" ]] && error "Invalid XML schema name: $SCHEMA."
53 # Get XML:NS for SDK from the schema
55 XMLNS=$(sed -n '/xmlns:sdk="/s/.*"\(.*\)".*/\1/p' "$SCHEMA")
56 [[ -z "$XMLNS" ]] && error "Failed to find xmlns:sdk in $SCHEMA.
    [all...]
  /external/libxml2/
relaxng.c 211 xmlRelaxNGPtr schema; /* The schema in use */ member in struct:_xmlRelaxNGParserCtxt
356 xmlRelaxNGPtr schema; /* The schema in use */ member in struct:_xmlRelaxNGValidCtxt
404 xmlRelaxNGPtr schema; /* the schema */ member in struct:_xmlRelaxNGInclude
417 xmlRelaxNGPtr schema; /* the schema */ member in struct:_xmlRelaxNGDocument
664 static void xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema);
688 if (docu->schema != NULL
6642 xmlRelaxNGPtr schema = NULL; local
8290 xmlRelaxNGPtr schema; local
10709 xmlRelaxNGPtr schema; local
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 4 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
13 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
27 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
46 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">

Completed in 1471 milliseconds

12 3 4