Class XmlParser

java.lang.Object
ca.uhn.fhir.parser.BaseParser
ca.uhn.fhir.parser.XmlParser
All Implemented Interfaces:
IParser

public class XmlParser extends BaseParser
This class is the FHIR XML parser/encoder. Users should not interact with this class directly, but should use FhirContext.newXmlParser() to get an instance.