public class XmlParser extends ParserBase
ParserBase.ILinkResolver, ParserBase.ValidationPolicycontext, errors, linkResolver, policy, showDecorations| Constructor and Description |
|---|
XmlParser(IWorkerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
compose(Element e,
org.hl7.fhir.utilities.xml.IXMLWriter xml) |
void |
compose(Element e,
OutputStream stream,
IParser.OutputStyle style,
String base) |
boolean |
isAllowXsiLocation() |
Element |
parse(Document doc) |
Element |
parse(Element element) |
Element |
parse(Element base,
String type) |
Element |
parse(InputStream stream) |
void |
setAllowXsiLocation(boolean allowXsiLocation) |
getDefinition, getDefinition, getLinkResolver, isPrimitive, isShowDecorations, logError, setLinkResolver, setShowDecorations, setupValidationpublic XmlParser(IWorkerContext context)
public boolean isAllowXsiLocation()
public void setAllowXsiLocation(boolean allowXsiLocation)
public Element parse(InputStream stream) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
parse in class ParserBaseorg.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionorg.hl7.fhir.exceptions.FHIRExceptionIOExceptionpublic Element parse(Document doc) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
org.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionorg.hl7.fhir.exceptions.FHIRExceptionIOExceptionpublic Element parse(Element element) throws org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException, IOException
org.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionorg.hl7.fhir.exceptions.FHIRExceptionIOExceptionpublic void compose(Element e, OutputStream stream, IParser.OutputStyle style, String base) throws IOException, org.hl7.fhir.exceptions.FHIRException
compose in class ParserBaseIOExceptionorg.hl7.fhir.exceptions.FHIRExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.