OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Schema
(Results
1 - 9
of
9
) 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
...]
/hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp
99
class
Schema
: public ObjectWrap {
101
Schema
(Handle<Object> self, const DescriptorPool* pool)
103
DBG("
Schema
::
Schema
E:");
107
DBG("
Schema
::
Schema
X:");
110
virtual ~
Schema
() {
111
DBG("~
Schema
::
Schema
E:");
114
DBG("~
Schema
::Schema X:")
488
Schema*
schema
= UnwrapThis<Schema>(args);
local
[
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/sqlite/dist/
sqlite3.c
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 898 milliseconds