
Package org.hl7.fhir.r5.elementmodel
Class VerticalBarParser
java.lang.Object
org.hl7.fhir.r5.elementmodel.ParserBase
org.hl7.fhir.r5.elementmodel.VerticalBarParser
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 ClassesModifier and TypeClassDescriptionclassDelimiters for a message.classNested classes/interfaces inherited from class org.hl7.fhir.r5.elementmodel.ParserBase
ParserBase.IdRenderingPolicy, ParserBase.ILinkResolver, ParserBase.ValidationPolicy -
Field Summary
Fields inherited from class org.hl7.fhir.r5.elementmodel.ParserBase
canonicalFilter, context, idPolicy, linkResolver, logical, policy, showDecorations, signatureServices -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompose(Element e, OutputStream destination, IParser.OutputStyle style, String base) parse(InputStream inStream) Methods inherited from class org.hl7.fhir.r5.elementmodel.ParserBase
getContext, getContextUtilities, getDefinition, getDefinition, getIdPolicy, getImpliedProfile, getLinkResolver, getLogical, getPolicy, getProfileUtilities, getReferenceForElement, getSignatureServices, hasLogical, isPrimitive, isShowDecorations, logError, parseSingle, setCanonicalFilter, setIdPolicy, setLinkResolver, setLogical, setShowDecorations, setSignatureServices, setupValidation, urlTail, wantCompose
-
Constructor Details
-
VerticalBarParser
-
-
Method Details
-
parse
public List<ValidatedFragment> parse(InputStream inStream) 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
- Specified by:
composein classParserBase
-