HomeSort by relevance Sort by last modified time
    Searched defs:Schema (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/javax/xml/validation/
Schema.java 18 // $Id: Schema.java 446598 2006-09-15 12:55:40Z jeremias $
30 * A {@link Schema} object is thread safe and applications are
34 * A {@link Schema} object is immutable in the sense that it shouldn't
37 * {@link Schema}, it must always produce the same result.
40 * A {@link Schema} object is usually created from {@link SchemaFactory}.
43 * Two kinds of validators can be created from a {@link Schema} object.
52 * In other words, if you parse the same schema twice, you may
57 * @see <a href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures</a>
62 public abstract class Schema {
70 protected Schema() {
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 21 Abstract class representing a TSSL schema.
25 public abstract class Schema {
47 Add or replace an element type for this schema.
61 Get the root element of this schema
69 Add or replace a default attribute for an element type in this schema.
88 Specify natural parent of an element in this schema.
106 Add to or replace a character entity in this schema.
139 Return the URI (namespace name) of this schema.
147 Return the prefix of this schema.
155 Change the URI (namespace name) of this schema
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 196 const char *CommentsSchemaArg = "-comments-xml-schema=";
474 xmlRelaxNGPtr Schema;
491 ValidationData->Schema = xmlRelaxNGParse(ValidationData->RNGParser);
506 ValidationCtxt = xmlRelaxNGNewValidCtxt(ValidationData->Schema);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 533 ** The name of the schema table.
604 typedef struct Schema Schema;
666 Schema *pSchema; /* Pointer to database schema (possibly shared) */
670 ** An instance of the following structure stores a database schema.
672 ** Most Schema objects are associated with a Btree. The exception is
673 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
674 ** In shared cache mode, a single Schema object can be shared by multiple
677 ** Schema objects are automatically deallocated when the last Btree tha
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 655 milliseconds