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

1 2

  /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 22 Abstract class representing a TSSL schema.
26 public abstract class Schema {
48 Add or replace an element type for this schema.
62 Get the root element of this schema
70 Add or replace a default attribute for an element type in this schema.
89 Specify natural parent of an element in this schema.
107 Add to or replace a character entity in this schema.
140 Return the URI (namespace name) of this schema.
148 Return the prefix of this schema.
156 Change the URI (namespace name) of this schema
    [all...]
  /external/v8/include/
v8-inspector.h 29 namespace Schema {
132 virtual std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
  /external/clang/tools/c-index-test/
c-index-test.c 288 const char *CommentsSchemaArg = "-comments-xml-schema=";
565 xmlRelaxNGPtr Schema;
578 Schema = xmlRelaxNGParse(RNGParser);
588 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema);
600 xmlRelaxNGFree(Schema);
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /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 
  /external/sqlite/dist/orig/
sqlite3.c 713 #define SQLITE_SCHEMA 17 /* The database schema changed */
    [all...]
  /external/sqlite/dist/
sqlite3.c 713 #define SQLITE_SCHEMA 17 /* The database schema changed */
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.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 

Completed in 2691 milliseconds

1 2