Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cocoon.validation.schematron.* (10)

org.apache.cocoon.validation: Javadoc index of package org.apache.cocoon.validation.


Package Samples:

org.apache.cocoon.validation.schematron

Classes:

SchematronValidator: An object representing a single Schematron schema, used to validate multiple XML instances. This implementation can validate JavaBeans and DOM documents. It is based exclusively on the JXPath library from the Jakarta Commons project. See http://jakarta.apache.org/commons/
Rule: Represents a Schematron rule element From the Schematron specification: example: A 'dog' element should contain two 'ear' elements. This dog has a bone.
Report: Represents a Schematron report element message is equivalent to message example: This dog has a bone.
Phase: Represents a Schematron phase element Example:
ZValidationTest: Test class for the Validation API Takes 2 command line arguments. First is the location of a Schematron Schema file Second is the validation phase to use
Assert: Represents a Schematron assert element example: A element should contain two ear elements.
ValidationResult: Represents the result of a Schematron validation process list of elements with subelements
SchematronSchema: Represents a Schematron Schema Specification: http://www.ascc.net/xml/resource/schematron/Schematron2000.html
Violation: Encapsulates an error condition which was triggered by a violation of the document validity during validation
SchemaFactory: Responsible for creating new instances of Schemas for different Schema languages
SchematronFactory: A helper class which builds a SchematronSchema instance object from a DOM source
ActivePattern: Represents a Schematron phase element
Pattern: Represents a Schematron pattern
Schema: Created on Sat, April 6, 2002
Validator: Created on Sat, April 6, 2002
ZTestBean: just a test bean
ZNestedBean: just a test bean

Home | Contact Us | Privacy Policy | Terms of Service