A C D E F G H I L M N O P R S T U V W

A

AbstractRuleObject - class domparser.Rules.RuleObjects.AbstractRuleObject.
Defines the RuleObject and provides basic methods for RuleObject processing.
AbstractRuleObject() - Constructor for class domparser.Rules.RuleObjects.AbstractRuleObject
Constructor
AbstractRuleset - class domparser.Rules.AbstractRuleset.
Defines the structure and basic methods for a Ruleset Object.
AbstractRuleset() - Constructor for class domparser.Rules.AbstractRuleset
Constructor
addAttribute(AttributeValue) - Method in class domparser.ca.uhn.hl7v2.model.AttributeList
Adds an attribute value to the list of attributes.
addAttribute(AttributeValue) - Method in interface domparser.ca.uhn.hl7v2.model.AttributeListInterface
Adds an attribute value to the list of attributes.
addChild(DocumentObject) - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Adds a child DocumentObject to the child list
addRule(String, Class, Boolean) - Method in class domparser.Rules.AbstractRuleset
Adds a rule to the Ruleset.
addRule(String, Class, Boolean) - Method in interface domparser.Rules.RulesetInterface
Adds a rule to the Ruleset.
attributeExists(String) - Method in class domparser.ca.uhn.hl7v2.model.AttributeList
Returns a boolean indicating if an attribute with the specified name exists in the list of attributes.
attributeExists(String) - Method in interface domparser.ca.uhn.hl7v2.model.AttributeListInterface
Returns a boolean indicating if an attribute with the specified name exists in the list of attributes.
AttributeList - class domparser.ca.uhn.hl7v2.model.AttributeList.
Defines the list of attributes that each DocumentObject object may have.
AttributeList() - Constructor for class domparser.ca.uhn.hl7v2.model.AttributeList
Constructor
AttributeListInterface - interface domparser.ca.uhn.hl7v2.model.AttributeListInterface.
Interface for AttributeList objects.
attributes - Variable in class domparser.ca.uhn.hl7v2.model.DocumentObject
List of attributes of the DocumentObject.
AttributeValue - class domparser.ca.uhn.hl7v2.model.AttributeValue.
Defines an AttributeValue object, which is the representation of a DOM element's attribute.
AttributeValue() - Constructor for class domparser.ca.uhn.hl7v2.model.AttributeValue
Constructs an uninitialized AttributeValue object.
AttributeValue(String, String) - Constructor for class domparser.ca.uhn.hl7v2.model.AttributeValue
Constructs an AttributeValue object with the given values.

C

canBeOptional(DocumentObject) - Method in class domparser.ProfileComparison
Returns a boolean indicating whether the DocumentObject provided possesses the Optionality attribute.
canCheckElement(DocumentObject) - Method in class domparser.ProfileComparison
Returns a boolean indicating whether we can do the conformance check on the provided element.
childComponentCount - class domparser.Rules.RuleObjects.childComponentCount.
Checks the number of component-type children from the 1st level children from a given tree.
childComponentCount(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.childComponentCount
Constructor
ChildCount - class domparser.Rules.RuleObjects.ChildCount.
Checks the number of element-type children from the 1st level children from a given tree.
ChildCount(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.ChildCount
Constructor
childCountCheck - class domparser.Rules.RuleObjects.childCountCheck.
Checks the number of 1st level children from a given tree.
childCountCheck(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.childCountCheck
Constructor
childFieldCount - class domparser.Rules.RuleObjects.childFieldCount.
Checks the number of field-type children from the 1st level children from a given tree.
childFieldCount(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.childFieldCount
Constructor
childSegmentCount - class domparser.Rules.RuleObjects.childSegmentCount.
Checks the number of segment-type children from the 1st level children from a given tree.
childSegmentCount(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.childSegmentCount
Constructor
childSegmentGroupCount - class domparser.Rules.RuleObjects.childSegmentGroupCount.
Checks the number of segmentgroup-type children from the 1st level children from a given tree.
childSegmentGroupCount(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.childSegmentGroupCount
Constructor
childSubComponentCount - class domparser.Rules.RuleObjects.childSubComponentCount.
Checks the number of subcomponent-type children from the 1st level children from a given tree.
childSubComponentCount(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.childSubComponentCount
Constructor
compareAttribute - class domparser.Rules.RuleObjects.compareAttribute.
Compares text equality of an attribute of the supplied nodes.
compareAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareAttribute
Constructor
compareConformanceTypeAttribute - class domparser.Rules.RuleObjects.compareConformanceTypeAttribute.
Compares equality of attribute of the supplied node.
compareConformanceTypeAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareConformanceTypeAttribute
Constructor
compareConstantValueAttribute - class domparser.Rules.RuleObjects.compareConstantValueAttribute.
Compares text equality of an attribute of the supplied nodes.
compareConstantValueAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareConstantValueAttribute
Constructor
compareDatatypeAttribute - class domparser.Rules.RuleObjects.compareDatatypeAttribute.
Compares text equality of the datatype attribute of the supplied nodes.
compareDatatypeAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareDatatypeAttribute
Constructor
compareItemNoAttribute - class domparser.Rules.RuleObjects.compareItemNoAttribute.
Compares text equality of an attribute of the supplied nodes.
compareItemNoAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareItemNoAttribute
Constructor
compareLengthAttribute - class domparser.Rules.RuleObjects.compareLengthAttribute.
Compares text equality of an attribute of the supplied nodes.
compareLengthAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareLengthAttribute
Constructor
compareMinMaxAttribute - class domparser.Rules.RuleObjects.compareMinMaxAttribute.
Ensures that the min-max range of Profile A is being constrained by the min-max range of Profile B.
compareMinMaxAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareMinMaxAttribute
Constructor
compareNameAttribute - class domparser.Rules.RuleObjects.compareNameAttribute.
Compares equality of attribute of the supplied node.
compareNameAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareNameAttribute
Constructor
compareProfiles(DocumentObject, DocumentObject) - Method in class domparser.ProfileComparison
Applies the rules to the two DocumentObject objects, returning the boolean result of the rules.
compareTableAttribute - class domparser.Rules.RuleObjects.compareTableAttribute.
Compares text equality of an attribute of the supplied nodes.
compareTableAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.compareTableAttribute
Constructor
ComponentRuleset - class domparser.Rules.ComponentRuleset.
Contains the rules that will be applied to objects with the Component element type.
ComponentRuleset() - Constructor for class domparser.Rules.ComponentRuleset
Constructor
ConformanceCheck - class domparser.ConformanceCheck.
Main Execution Class
ConformanceCheck() - Constructor for class domparser.ConformanceCheck
Constructor
ConformanceRuleset - class domparser.Rules.ConformanceRuleset.
Contains the rules that will be applied to objects with the Conformance element type.
ConformanceRuleset() - Constructor for class domparser.Rules.ConformanceRuleset
Constructor

D

DataTypeException - exception domparser.ca.uhn.hl7v2.DataTypeException.
Represents an exception encountered while validating data types for attributes.
DataTypeException(String) - Constructor for class domparser.ca.uhn.hl7v2.DataTypeException
Constructor
DataValueRuleset - class domparser.Rules.DataValueRuleset.
Contains the rules that will be applied to objects with the DataValue element type.
DataValueRuleset() - Constructor for class domparser.Rules.DataValueRuleset
Constructor
DerivativeRuleset - class domparser.Rules.DerivativeRuleset.
Contains the rules that will be applied to objects with the Derivative element type.
DerivativeRuleset() - Constructor for class domparser.Rules.DerivativeRuleset
Constructor
Description - Variable in class domparser.Rules.RuleObjects.AbstractRuleObject
Description of the rule.
DescriptionRuleset - class domparser.Rules.DescriptionRuleset.
Contains the rules that will be applied to objects with the Description element type.
DescriptionRuleset() - Constructor for class domparser.Rules.DescriptionRuleset
Constructor
DocumentObject - class domparser.ca.uhn.hl7v2.model.DocumentObject.
The basic node in the object tree that represents an element from an XML profile.
DocumentObject() - Constructor for class domparser.ca.uhn.hl7v2.model.DocumentObject
Creates a new DocumentObject.
DocumentObject(DocumentObject) - Constructor for class domparser.ca.uhn.hl7v2.model.DocumentObject
Creates a new DocumentObject with a given parent.
DOMObject - class domparser.DOMObject.
Evokes the Xerces DOM parser on an XML file, returning and storing a DocumentObject tree representation of it.
DOMObject(String) - Constructor for class domparser.DOMObject
Constructor.
domparser - package domparser
 
domparser.ca.uhn.hl7v2 - package domparser.ca.uhn.hl7v2
 
domparser.ca.uhn.hl7v2.model - package domparser.ca.uhn.hl7v2.model
 
domparser.Rules - package domparser.Rules
 
domparser.Rules.RuleObjects - package domparser.Rules.RuleObjects
 

E

EncodingRuleset - class domparser.Rules.EncodingRuleset.
Contains the rules that will be applied to objects with the Encoding element type.
EncodingRuleset() - Constructor for class domparser.Rules.EncodingRuleset
Constructor
EncodingsRuleset - class domparser.Rules.EncodingsRuleset.
Contains the rules that will be applied to objects with the Encodings element type.
EncodingsRuleset() - Constructor for class domparser.Rules.EncodingsRuleset
Constructor
error(SAXParseException) - Method in class domparser.ValidatingParserErrorHandler
Error event handler.
EvaluateAttributes(NamedNodeMap, DocumentObject) - Method in class domparser.DOMObject
This method Evaluates the attributes in a given node and adds the corresponding AttributeValue objects to a given DocumentObject's AttributeList.
EvaluateNode(Node, DocumentObject) - Method in class domparser.DOMObject
Evaluates a Document node and creates a corresponding DocumentObject to add to an existing DocumentObject tree.
EventFlowRuleset - class domparser.Rules.EventFlowRuleset.
Contains the rules that will be applied to objects with the EventFlow element type.
EventFlowRuleset() - Constructor for class domparser.Rules.EventFlowRuleset
Constructor
executeRule() - Method in class domparser.Rules.RuleObjects.AbstractRuleObject
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.ChildCount
Executes the rule defined in the object.
executeRule() - Method in interface domparser.Rules.RuleObjects.RuleObjectInterface
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.existenceMinAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.childCountCheck
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareNameAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.optionalityPredicateRequired
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.optionalityMinMaxProperty
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.childSegmentCount
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareConformanceTypeAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.childFieldCount
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.childComponentCount
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareConstantValueAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.childSegmentGroupCount
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.existenceMaxAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareTableAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.childSubComponentCount
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.optionalityHierarchyCheck
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareDatatypeAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareItemNoAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareLengthAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareAttribute
Executes the rule defined in the object.
executeRule() - Method in class domparser.Rules.RuleObjects.compareMinMaxAttribute
Executes the rule defined in the object.
existenceMaxAttribute - class domparser.Rules.RuleObjects.existenceMaxAttribute.
Determines if the Max attribute exists in both DocumentObjects given.
existenceMaxAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.existenceMaxAttribute
Constructor
existenceMinAttribute - class domparser.Rules.RuleObjects.existenceMinAttribute.
Determines if the Min attribute exists in both DocumentObjects given.
existenceMinAttribute(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.existenceMinAttribute
Constructor

F

fatalError(SAXParseException) - Method in class domparser.ValidatingParserErrorHandler
Fatal Error event handler.
FieldRuleset - class domparser.Rules.FieldRuleset.
Contains the rules that will be applied to objects with the Field element type.
FieldRuleset() - Constructor for class domparser.Rules.FieldRuleset
Constructor

G

GenericRuleset - class domparser.Rules.GenericRuleset.
Contains the rules that will be applied to all objects, regardless of element type.
GenericRuleset() - Constructor for class domparser.Rules.GenericRuleset
Constructor
getActiveArray() - Method in class domparser.Rules.AbstractRuleset
Retrieves the array of Boolean objects defining what rules in the Ruleset are active.
getActiveArray() - Method in interface domparser.Rules.RulesetInterface
Retrieves the array of Boolean objects defining what rules in the Ruleset are active.
getAllActiveRules() - Method in class domparser.Rules.AbstractRuleset
Retrieves all the active rules in the Ruleset, as an array of Class objects.
getAllActiveRules() - Method in interface domparser.Rules.RulesetInterface
Retrieves all the active rules in the Ruleset, as an array of Class objects.
getAttribute(int) - Method in class domparser.ca.uhn.hl7v2.model.AttributeList
Returns the AttributeValue object found in the attribute list at the specified integer index.
getAttribute(int) - Method in interface domparser.ca.uhn.hl7v2.model.AttributeListInterface
Returns the AttributeValue object found in the attribute list at the specified integer index.
getAttribute(String) - Method in class domparser.ca.uhn.hl7v2.model.AttributeList
Returns the first AttributeValue object found in the attribute list with the specified name.
getAttribute(String) - Method in interface domparser.ca.uhn.hl7v2.model.AttributeListInterface
Returns the first AttributeValue object found in the attribute list with the specified name.
getChild(int) - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Gets a child DocumentObject from the child list, at a particular index.
getChildren(String) - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Returns all the children that are of a particular element type.
getClasses() - Method in class domparser.Rules.AbstractRuleset
Retrieves the Class objects defined in the Ruleset as an array of Class objects.
getClasses() - Method in interface domparser.Rules.RulesetInterface
Retrieves the Class objects defined in the Ruleset as an array of Class objects.
getComponentRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Component Ruleset as an array of Class objects.
getConformanceRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Conformance Ruleset as an array of Class objects.
getDataValuesRules() - Method in class domparser.ProfileComparison
Returns the active rules from the DataValues Ruleset as an array of Class objects.
getDerivativeRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Derivative Ruleset as an array of Class objects.
getDescriptionRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Description Ruleset as an array of Class objects.
getElement() - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Returns the name of the element field of the DocumentObject
getEncodingRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Encoding Ruleset as an array of Class objects.
getEncodingsRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Encodings Ruleset as an array of Class objects.
getEventFlowRules() - Method in class domparser.ProfileComparison
Returns the active rules from the EventFlow Ruleset as an array of Class objects.
getFieldRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Field Ruleset as an array of Class objects.
getGenericRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Generic Ruleset as an array of Class objects.
getImpNoteRules() - Method in class domparser.ProfileComparison
Returns the active rules from the ImpNote Ruleset as an array of Class objects.
getKids() - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Returns all of the children as a DocumentObject array.
getMessageRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Message Ruleset as an array of Class objects.
getName() - Method in class domparser.ca.uhn.hl7v2.model.AttributeValue
Returns the attribute's Name.
getParagraphRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Paragraph Ruleset as an array of Class objects.
getParent() - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Returns the parent DocumentObject.
getPostConditionRules() - Method in class domparser.ProfileComparison
Returns the active rules from the PostCondition Ruleset as an array of Class objects.
getPreConditionRules() - Method in class domparser.ProfileComparison
Returns the active rules from the PreCondition Ruleset as an array of Class objects.
getPredicateRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Predicate Ruleset as an array of Class objects.
getReferenceRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Reference Ruleset as an array of Class objects.
getRule(String) - Method in class domparser.Rules.AbstractRuleset
Retrieves a RuleObject from the Ruleset, returned as a Class object.
getRule(String) - Method in interface domparser.Rules.RulesetInterface
Retrieves a RuleObject from the Ruleset, returned as a Class object.
getRuleNames() - Method in class domparser.Rules.AbstractRuleset
Retrieves the names of all the rules in the Ruleset as a String array.
getRuleNames() - Method in interface domparser.Rules.RulesetInterface
Retrieves the names of all the rules in the Ruleset as a String array.
getSegmentGroupRules() - Method in class domparser.ProfileComparison
Returns the active rules from the SegmentGroup Ruleset as an array of Class objects.
getSegmentRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Segment Ruleset as an array of Class objects.
getSpecificationRules() - Method in class domparser.ProfileComparison
Returns the active rules from the Specification Ruleset as an array of Class objects.
getSTRules() - Method in class domparser.ProfileComparison
Returns the active rules from the ST Ruleset as an array of Class objects.
getSubcomponentRules() - Method in class domparser.ProfileComparison
Returns the active rules from the SubComponent Ruleset as an array of Class objects.
getTree() - Method in class domparser.DOMObject
Returns the DocumentObject tree representation of the XML file.
getUseCaseRules() - Method in class domparser.ProfileComparison
Returns the active rules from the UseCase Ruleset as an array of Class objects.
getValue() - Method in class domparser.ca.uhn.hl7v2.model.AttributeValue
Returns the attribute's Value.

H

HL7Exception - exception domparser.ca.uhn.hl7v2.HL7Exception.
Represents an exception encountered while executing the Conformance Checker
HL7Exception(String) - Constructor for class domparser.ca.uhn.hl7v2.HL7Exception
 

I

ImpNoteRuleset - class domparser.Rules.ImpNoteRuleset.
Contains the rules that will be applied to objects with the ImpNote element type.
ImpNoteRuleset() - Constructor for class domparser.Rules.ImpNoteRuleset
Constructor

L

listAttributes(AttributeList) - Method in class domparser.DOMObject
For debugging purposes, will list the attributes in an AttributeList.
listTree(DocumentObject[]) - Method in class domparser.DOMObject
For debugging purposes.

M

main(String[]) - Static method in class domparser.ConformanceCheck
Main Execution Class
MessageRuleset - class domparser.Rules.MessageRuleset.
Contains the rules that will be applied to objects with the Message element type.
MessageRuleset() - Constructor for class domparser.Rules.MessageRuleset
Constructor

N

name - Variable in class domparser.Rules.RuleObjects.AbstractRuleObject
Name of the rule.
numAttributes() - Method in class domparser.ca.uhn.hl7v2.model.AttributeList
Returns the int number of attributes.
numAttributes() - Method in interface domparser.ca.uhn.hl7v2.model.AttributeListInterface
Returns the int number of attributes.
numChild() - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Returns the number of children
numChild(String) - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Returns the number of children that are of a particular element type.

O

optionalityHierarchyCheck - class domparser.Rules.RuleObjects.optionalityHierarchyCheck.
If the node(s) has/have an optionality, they must follow a constrain hierarchy.
optionalityHierarchyCheck(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.optionalityHierarchyCheck
Constructor
optionalityMinMaxProperty - class domparser.Rules.RuleObjects.optionalityMinMaxProperty.
Ensures that for a given optionality, the Min/Max values coincide.
optionalityMinMaxProperty(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.optionalityMinMaxProperty
Constructor
optionalityPredicateRequired - class domparser.Rules.RuleObjects.optionalityPredicateRequired.
If the node(s) has/have an optionality of C or CE, it must also have a Predicate child node.
optionalityPredicateRequired(DocumentObject, DocumentObject) - Constructor for class domparser.Rules.RuleObjects.optionalityPredicateRequired
Constructor

P

ParagraphRuleset - class domparser.Rules.ParagraphRuleset.
Contains the rules that will be applied to objects with the Paragraph element type.
ParagraphRuleset() - Constructor for class domparser.Rules.ParagraphRuleset
Constructor
PostconditionRuleset - class domparser.Rules.PostconditionRuleset.
Contains the rules that will be applied to objects with the Postcondition element type.
PostconditionRuleset() - Constructor for class domparser.Rules.PostconditionRuleset
Constructor
PreconditionRuleset - class domparser.Rules.PreconditionRuleset.
Contains the rules that will be applied to objects with the Precondition element type.
PreconditionRuleset() - Constructor for class domparser.Rules.PreconditionRuleset
Constructor
PredicateRuleset - class domparser.Rules.PredicateRuleset.
Contains the rules that will be applied to objects with the Predicate element type.
PredicateRuleset() - Constructor for class domparser.Rules.PredicateRuleset
Constructor
profileA - Variable in class domparser.Rules.RuleObjects.AbstractRuleObject
DocumentObject of message profile A to compare.
profileB - Variable in class domparser.Rules.RuleObjects.AbstractRuleObject
DocumentObject of message profile B to compare.
ProfileComparison - class domparser.ProfileComparison.
Main XML profile comparison class.
ProfileComparison(DocumentObject, DocumentObject) - Constructor for class domparser.ProfileComparison
Constructor

R

ReferenceRuleset - class domparser.Rules.ReferenceRuleset.
Contains the rules that will be applied to objects with the Reference element type.
ReferenceRuleset() - Constructor for class domparser.Rules.ReferenceRuleset
Constructor
RuleObjectInterface - interface domparser.Rules.RuleObjects.RuleObjectInterface.
Interface for RuleObjects
RulesetInterface - interface domparser.Rules.RulesetInterface.
The structure and basic methods for a Ruleset object.

S

SegmentGroupRuleset - class domparser.Rules.SegmentGroupRuleset.
Contains the rules that will be applied to objects with the SegmentGroup element type.
SegmentGroupRuleset() - Constructor for class domparser.Rules.SegmentGroupRuleset
Constructor
SegmentRuleset - class domparser.Rules.SegmentRuleset.
Contains the rules that will be applied to objects with the Segment element type.
SegmentRuleset() - Constructor for class domparser.Rules.SegmentRuleset
Constructor
setElement(String) - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Sets the element property of the DocumentObject
setName(String) - Method in class domparser.ca.uhn.hl7v2.model.AttributeValue
Sets the Name field with the given String value.
setValue(String) - Method in class domparser.ca.uhn.hl7v2.model.AttributeValue
Sets the Value field with the given String value.
SpecificationRuleset - class domparser.Rules.SpecificationRuleset.
Contains the rules that will be applied to objects with the Specification element.
SpecificationRuleset() - Constructor for class domparser.Rules.SpecificationRuleset
Constructor
STRuleset - class domparser.Rules.STRuleset.
Contains the rules that will be applied to objects with the ST element type.
STRuleset() - Constructor for class domparser.Rules.STRuleset
Constructor
SubcomponentRuleset - class domparser.Rules.SubcomponentRuleset.
Contains the rules that will be applied to objects with the SubComponent element type.
SubcomponentRuleset() - Constructor for class domparser.Rules.SubcomponentRuleset
Constructor

T

traverse() - Method in class domparser.ProfileComparison
Calls the traverseTrees method, and simply indicates whether Profile A and Profile B conform according to the rules that were applied.
traverseTrees(DocumentObject, DocumentObject) - Method in class domparser.ProfileComparison
Traverses the two DocumentObject trees recursively, while applying conformance rules.
trimArrays() - Method in class domparser.Rules.AbstractRuleset
Trims the active, classes, names Arraylists
trimArrays() - Method in interface domparser.Rules.RulesetInterface
Trims the active, classes, names Arraylists
trimArrays() - Method in class domparser.ca.uhn.hl7v2.model.AttributeList
Trims the attribute and attributename ArrayLists.
trimArrays() - Method in interface domparser.ca.uhn.hl7v2.model.AttributeListInterface
Trims the attribute and attributename ArrayLists.
trimArrays() - Method in class domparser.ca.uhn.hl7v2.model.DocumentObject
Trims the children and attributes arrays.

U

UseCaseRuleset - class domparser.Rules.UseCaseRuleset.
Contains the rules that will be applied to objects with the UseCase element type.
UseCaseRuleset() - Constructor for class domparser.Rules.UseCaseRuleset
Constructor

V

ValidateApp - class domparser.ValidateApp.
Execution class for the Conformance Checker.
ValidateApp(String, String) - Constructor for class domparser.ValidateApp
Constructor.
ValidatingParserErrorHandler - class domparser.ValidatingParserErrorHandler.
Validating Parser ErrorHandler for DOMParser.
ValidatingParserErrorHandler() - Constructor for class domparser.ValidatingParserErrorHandler
Creates the error handler.

W

warning(SAXParseException) - Method in class domparser.ValidatingParserErrorHandler
Warning event handler.

A C D E F G H I L M N O P R S T U V W