domparser
Class ValidateApp

java.lang.Object
  |
  +--domparser.ValidateApp

public class ValidateApp
extends java.lang.Object

Execution class for the Conformance Checker.

This class initiates the parsing of both XML message profiles into DocumentObject trees. It then initiates the conformance checking engine.

Version:
1.0
Author:
David Kong, Queen's University, August 2002.

Constructor Summary
ValidateApp(java.lang.String xmlfile1, java.lang.String xmlfile2)
          Constructor.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateApp

public ValidateApp(java.lang.String xmlfile1,
                   java.lang.String xmlfile2)
            throws HL7Exception

Constructor.

Initiates the parsing of both XML message profiles into DocumentObject trees and evokes the conformance checking engine.

Parameters:
xmlfile1 - XML file to compare against (Profile A)
xmlfile2 - XML file that constrains xmlfile1 (Profile B)
Throws:
HL7Exception -