Uses of Interface
org.apache.cocoon.components.validation.SchemaParser

Packages that use SchemaParser
org.apache.cocoon.components.validation.impl   
org.apache.cocoon.components.validation.jaxp   
org.apache.cocoon.components.validation.jing   
 

Uses of SchemaParser in org.apache.cocoon.components.validation.impl
 

Classes in org.apache.cocoon.components.validation.impl that implement SchemaParser
 class AbstractSchemaParser
          A SchemaParser caching Schema instance for multiple use.
 

Methods in org.apache.cocoon.components.validation.impl that return SchemaParser
protected  SchemaParser DefaultValidator.lookupParserByGrammar(String grammar)
          Attempt to acquire a SchemaParser interface able to understand the grammar language specified.
protected abstract  SchemaParser AbstractValidator.lookupParserByGrammar(String grammar)
          Attempt to acquire a SchemaParser interface able to understand the grammar language specified.
protected  SchemaParser DefaultValidator.lookupParserByName(String name)
          Attempt to acquire a SchemaParser interface associated with the specified instance name.
protected abstract  SchemaParser AbstractValidator.lookupParserByName(String name)
          Attempt to acquire a SchemaParser interface associated with the specified instance name.
 

Methods in org.apache.cocoon.components.validation.impl with parameters of type SchemaParser
 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.
protected  void DefaultValidator.releaseParser(SchemaParser parser)
          Release a previously acquired SchemaParser instance back to its original component manager.
protected abstract  void AbstractValidator.releaseParser(SchemaParser parser)
          Release a previously acquired SchemaParser instance back to its original component manager.
 

Uses of SchemaParser in org.apache.cocoon.components.validation.jaxp
 

Classes in org.apache.cocoon.components.validation.jaxp that implement SchemaParser
 class JaxpSchemaParser
          An implementation of the SchemaParser interface wrapping JAXP SchemaFactory instances.
 

Uses of SchemaParser in org.apache.cocoon.components.validation.jing
 

Classes in org.apache.cocoon.components.validation.jing that implement SchemaParser
 class JingSchemaParser
          A SchemaParser implementation for the RELAX NG grammar using the JING validation engine.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.