| Class | Description |
|---|---|
| ConformanceProfileRule |
A MessageRule that checks conformance to message profiles.
|
| DefaultValidation |
A
ValidationContext with a default set of rules initially defined. |
| DefaultValidationWithoutTN |
A
ValidationContext with a default set of rules initially
defined. |
| EncodingRuleBinding |
A
RuleBinding that applies to EncodingRules. |
| MessageRuleBinding |
A
RuleBinding that applies to MessageRules. |
| NoValidation |
A
ValidationContext with no validation initially defined. |
| PrimitiveTypeRuleBinding |
A
RuleBinding that applies to PrimitiveTypeRules. |
| RegexPrimitiveRule |
A
PrimitiveTypeRule that validates primitive values
using a regular expression. |
| RuleBinding<T extends Rule> |
An association between a type of item to be validated (eg a datatype or
message) and a validation
Rule. |
| SizeRule |
Checks that Primitive values conform to a certain size limit.
|
| TrimLeadingWhitespace |
Performs no validation but removes leading whitespace in the correct() method.
|
| ValidationContextFactory |
Source of
ValidationContext. |
| ValidationContextImpl |
A default implementation of
ValidationContext. |
| WithdrawnDatatypeRule |
Validation Rule which will not accept any content (i.e.
|
| XMLSchemaRule |
Validate hl7 version 2 messages encoded according to the HL7 XML Encoding Syntax against xml schemas provided by hl7.org
|
Copyright © 2001-2012 University Health Network. All Rights Reserved.