OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:schematype
(Results
1 - 4
of
4
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java
201
private final String
schemaType
;
205
* @param
schemaType
schema type
207
public LSValidateStrategy(String
schemaType
) {
209
this.
schemaType
=
schemaType
;
218
setParameter(null, parser, "schema-type",
schemaType
);
228
if (
schemaType
== null ||
schemaType
.equals(parserSchemaType)) {
/libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java
55
* @param
schemaType
An absolute URI representing the type of the schema
85
String
schemaType
)
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java
226
return config.
schemaType
;
229
config.
schemaType
= (String) value;
294
private String
schemaType
;
/external/libxml2/
xmlschemas.c
[
all
...]
Completed in 139 milliseconds