Uses of Class
org.hl7.fhir.r4.formats.XmlParserBase.XmlVersion
-
Packages that use XmlParserBase.XmlVersion Package Description org.hl7.fhir.r4.formats -
-
Uses of XmlParserBase.XmlVersion in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return XmlParserBase.XmlVersion Modifier and Type Method Description static XmlParserBase.XmlVersionXmlParserBase.XmlVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlParserBase.XmlVersion[]XmlParserBase.XmlVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hl7.fhir.r4.formats with parameters of type XmlParserBase.XmlVersion Constructor Description XmlParser(XmlParserBase.XmlVersion ver)XmlParserBase(XmlParserBase.XmlVersion ver)
-