Package ca.uhn.hl7v2.parser
Class DefaultEscaping
java.lang.Object
ca.uhn.hl7v2.parser.DefaultEscaping
- All Implemented Interfaces:
Escaping
Handles "escaping" and "unescaping" of text according to the HL7 escape
sequence rules defined in section 2.10 of the standard (version 2.4).
Currently, escape sequences for multiple character sets are unsupported. The
highlighting, hexademical, and locally defined escape sequences are also
unsupported.
- Author:
- Bryan Tripp, Mark Lee (Skeva Technologies), Elmar Hinz, Christian Ohr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionescape(String text, EncodingCharacters encChars) unescape(String text, EncodingCharacters encChars)
-
Constructor Details
-
DefaultEscaping
public DefaultEscaping()
-
-
Method Details
-
escape
-
unescape
-