Package org.hl7.fhir.r4.elementmodel
Class VerticalBarParser
- java.lang.Object
-
- org.hl7.fhir.r4.elementmodel.ParserBase
-
- org.hl7.fhir.r4.elementmodel.VerticalBarParser
-
public class VerticalBarParser extends ParserBase
This class provides special support for parsing v2 by the v2 logical model For the logical model, see the FHIRPath spec- Author:
- Grahame Grieve
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classVerticalBarParser.DelimitersDelimiters for a message.classVerticalBarParser.VerticalBarParserReader-
Nested classes/interfaces inherited from class org.hl7.fhir.r4.elementmodel.ParserBase
ParserBase.ILinkResolver, ParserBase.ValidationPolicy
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4.elementmodel.ParserBase
context, errors, linkResolver, policy, showDecorations
-
-
Constructor Summary
Constructors Constructor Description VerticalBarParser(IWorkerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompose(Element e, OutputStream destination, IParser.OutputStyle style, String base)Elementparse(InputStream stream)-
Methods inherited from class org.hl7.fhir.r4.elementmodel.ParserBase
getDefinition, getDefinition, getLinkResolver, isPrimitive, isShowDecorations, logError, setLinkResolver, setShowDecorations, setupValidation
-
-
-
-
Constructor Detail
-
VerticalBarParser
public VerticalBarParser(IWorkerContext context)
-
-
Method Detail
-
parse
public Element parse(InputStream stream) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError, org.hl7.fhir.exceptions.DefinitionException, org.hl7.fhir.exceptions.FHIRException
- Specified by:
parsein classParserBase- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrororg.hl7.fhir.exceptions.DefinitionExceptionorg.hl7.fhir.exceptions.FHIRException
-
compose
public void compose(Element e, OutputStream destination, IParser.OutputStyle style, String base)
- Specified by:
composein classParserBase
-
-