Parses and encodes HL7 messages in XML form, according to HL7's normative XML encoding specification. This is an abstract class that handles datatype and segment parsing/encoding, but not the parsing/encoding of entire messages. To use the XML parser, you should create a subclass for a certain message structure. This subclass must be able to identify the Segment objects that correspond to various Segment nodes in an XML document, and call the methods parse(Segment segment, ElementNode segmentNode) and encode(Segment segment, ElementNode segmentNode) as appropriate. XMLParser uses the Xerces parser, which must be installed in your classpath.
@author Bryan Tripp, Shawn Bellina
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.