Class XmlParser

java.lang.Object
org.hl7.fhir.r4.elementmodel.ParserBase
org.hl7.fhir.r4.elementmodel.XmlParser

@Deprecated public class XmlParser extends ParserBase
Deprecated.
  • Constructor Details

  • Method Details

    • isAllowXsiLocation

      public boolean isAllowXsiLocation()
      Deprecated.
    • setAllowXsiLocation

      public void setAllowXsiLocation(boolean allowXsiLocation)
      Deprecated.
    • parse

      public Element parse(InputStream stream) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
      Deprecated.
      Specified by:
      parse in class ParserBase
      Throws:
      org.hl7.fhir.exceptions.FHIRFormatError
      org.hl7.fhir.exceptions.DefinitionException
      org.hl7.fhir.exceptions.FHIRException
      IOException
    • parse

      public Element parse(Document doc) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
      Deprecated.
      Throws:
      org.hl7.fhir.exceptions.FHIRFormatError
      org.hl7.fhir.exceptions.DefinitionException
      org.hl7.fhir.exceptions.FHIRException
      IOException
    • parse

      public Element parse(Element element) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
      Deprecated.
      Throws:
      org.hl7.fhir.exceptions.FHIRFormatError
      org.hl7.fhir.exceptions.DefinitionException
      org.hl7.fhir.exceptions.FHIRException
      IOException
    • parse

      public Element parse(Element base, String type) throws Exception
      Deprecated.
      Throws:
      Exception
    • compose

      public void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException, org.hl7.fhir.exceptions.FHIRException
      Deprecated.
      Specified by:
      compose in class ParserBase
      Throws:
      IOException
      org.hl7.fhir.exceptions.FHIRException
    • compose

      public void compose(Element e, org.hl7.fhir.utilities.xml.IXMLWriter xml) throws Exception
      Deprecated.
      Throws:
      Exception