domparser
Class ConformanceCheck

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

public class ConformanceCheck
extends java.lang.Object

Main Execution Class

Evokes the parsing of the XML documents into tree objects, and the conformance check/validation of these tree objects.

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

Constructor Summary
ConformanceCheck()
          Constructor
 
Method Summary
static void main(java.lang.String[] args)
          Main Execution Class
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConformanceCheck

public ConformanceCheck()
                 throws java.lang.Exception

Constructor

Creates a ValidateApp object and passes along the XML file pathnames so the XML Message profiles can be processed.

Input is of the style:
"ConformanceCheck xml_profile_1 xml_profile_2"

Throws:
java.lang.Exception -  
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception,
                        HL7Exception

Main Execution Class

Command-line arguments are handled here, and the ConformanceCheck constructor is called.

Input is of the style:
"ConformanceCheck xml_profile_1 xml_profile_2"

Throws:
java.lang.Exception -  
HL7Exception -