
Package org.hl7.fhir.r4.elementmodel
Class ParserBase
java.lang.Object
org.hl7.fhir.r4.elementmodel.ParserBase
- Direct Known Subclasses:
JsonParser
,TurtleParser
,VerticalBarParser
,XmlParser
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Deprecated.static enum
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IWorkerContext
Deprecated.protected List
<org.hl7.fhir.utilities.validation.ValidationMessage> Deprecated.protected ParserBase.ILinkResolver
Deprecated.protected ParserBase.ValidationPolicy
Deprecated.protected boolean
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
compose
(Element e, OutputStream destination, IParser.OutputStyle style, String base) Deprecated.protected StructureDefinition
getDefinition
(int line, int col, String name) Deprecated.protected StructureDefinition
getDefinition
(int line, int col, String ns, String name) Deprecated.Deprecated.boolean
isPrimitive
(String code) Deprecated.boolean
Deprecated.void
logError
(int line, int col, String path, org.hl7.fhir.utilities.validation.ValidationMessage.IssueType type, String message, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level) Deprecated.abstract Element
parse
(InputStream stream) Deprecated.setLinkResolver
(ParserBase.ILinkResolver linkResolver) Deprecated.void
setShowDecorations
(boolean showDecorations) Deprecated.void
setupValidation
(ParserBase.ValidationPolicy policy, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors) Deprecated.
-
Field Details
-
context
Deprecated. -
policy
Deprecated. -
errors
Deprecated. -
linkResolver
Deprecated. -
showDecorations
Deprecated.
-
-
Constructor Details
-
ParserBase
Deprecated.
-
-
Method Details
-
isPrimitive
Deprecated. -
setupValidation
public void setupValidation(ParserBase.ValidationPolicy policy, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors) Deprecated. -
parse
public abstract Element parse(InputStream stream) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.FHIRFormatError
org.hl7.fhir.exceptions.DefinitionException
org.hl7.fhir.exceptions.FHIRException
-
compose
public abstract void compose(Element e, OutputStream destination, IParser.OutputStyle style, String base) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
logError
public void logError(int line, int col, String path, org.hl7.fhir.utilities.validation.ValidationMessage.IssueType type, String message, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level) throws org.hl7.fhir.exceptions.FHIRFormatError Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getDefinition
protected StructureDefinition getDefinition(int line, int col, String ns, String name) throws org.hl7.fhir.exceptions.FHIRFormatError Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getDefinition
protected StructureDefinition getDefinition(int line, int col, String name) throws org.hl7.fhir.exceptions.FHIRFormatError Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getLinkResolver
Deprecated. -
setLinkResolver
Deprecated. -
isShowDecorations
Deprecated. -
setShowDecorations
Deprecated.
-