Uses of Package
org.apache.cocoon.components.validation

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

Classes in org.apache.cocoon.components.validation used by org.apache.cocoon.components.validation
Schema
          The Schema interface defines an abstraction of a schema usable to validate an XML document.
ValidationHandler
          A ValidationHandler represents a ContentHandler validating SAX events according to a validation schema.
ValidatorException
          An exception representing that a Validator was not able to detect or did not support a specified schema grammar language.
 

Classes in org.apache.cocoon.components.validation used by org.apache.cocoon.components.validation.impl
Schema
          The Schema interface defines an abstraction of a schema usable to validate an XML document.
SchemaParser
          The SchemaParser interface defines the abstraction of a component able to parse sources and produce Schema instances suitable for validation of XML documents.
ValidationHandler
          A ValidationHandler represents a ContentHandler validating SAX events according to a validation schema.
Validator
          The Validator interface provides the abstraction of a component able to validate XML documents using schemas defined in different languages.
ValidatorException
          An exception representing that a Validator was not able to detect or did not support a specified schema grammar language.
 

Classes in org.apache.cocoon.components.validation used by org.apache.cocoon.components.validation.jaxp
Schema
          The Schema interface defines an abstraction of a schema usable to validate an XML document.
SchemaParser
          The SchemaParser interface defines the abstraction of a component able to parse sources and produce Schema instances suitable for validation of XML documents.
ValidationHandler
          A ValidationHandler represents a ContentHandler validating SAX events according to a validation schema.
 

Classes in org.apache.cocoon.components.validation used by org.apache.cocoon.components.validation.jing
Schema
          The Schema interface defines an abstraction of a schema usable to validate an XML document.
SchemaParser
          The SchemaParser interface defines the abstraction of a component able to parse sources and produce Schema instances suitable for validation of XML documents.
ValidationHandler
          A ValidationHandler represents a ContentHandler validating SAX events according to a validation schema.
 



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