|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| org.apache.cocoon.components.validation | |
| org.apache.cocoon.components.validation.impl | |
| org.apache.cocoon.components.validation.jaxp | |
| org.apache.cocoon.components.validation.jing | |
| Uses of Schema in org.apache.cocoon.components.validation |
|---|
| Methods in org.apache.cocoon.components.validation that return Schema | |
|---|---|
Schema |
SchemaParser.parseSchema(Source source,
String grammar)
Parse the specified Source and return a new Schema. |
| Uses of Schema in org.apache.cocoon.components.validation.impl |
|---|
| Classes in org.apache.cocoon.components.validation.impl that implement Schema | |
|---|---|
class |
AbstractSchema
A simple implementation of the Schema interface. |
| Methods in org.apache.cocoon.components.validation.impl that return Schema | |
|---|---|
Schema |
CachingValidator.getSchema(SchemaParser parser,
Source source,
String grammar)
Return a Schema instance from the specified SchemaParser
associated with the given Source and grammar language. |
protected Schema |
AbstractValidator.getSchema(SchemaParser parser,
Source source,
String grammar)
Return a Schema instance from the specified SchemaParser
associated with the given Source and grammar language. |
| Uses of Schema in org.apache.cocoon.components.validation.jaxp |
|---|
| Classes in org.apache.cocoon.components.validation.jaxp that implement Schema | |
|---|---|
class |
JaxpSchema
An extension of the AbstractSchema class specific to the
JaxpSchemaParser implementation. |
| Methods in org.apache.cocoon.components.validation.jaxp that return Schema | |
|---|---|
Schema |
JaxpSchemaParser.parseSchema(Source source,
String grammar)
Parse the specified Source and return a new Schema. |
| Uses of Schema in org.apache.cocoon.components.validation.jing |
|---|
| Classes in org.apache.cocoon.components.validation.jing that implement Schema | |
|---|---|
class |
JingSchema
An extension of AbstractSchema used by the JingSchemaParser
implementation. |
| Methods in org.apache.cocoon.components.validation.jing that return Schema | |
|---|---|
Schema |
JingSchemaParser.parseSchema(Source source,
String grammar)
Parse the specified Source and return a new Schema. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||