Uses of Class
org.hl7.fhir.dstu2.utils.FHIRLexer.FHIRLexerException
-
Uses of FHIRLexer.FHIRLexerException in org.hl7.fhir.dstu2.utils
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionFHIRPathEngine.check
(Object appContext, String resourceType, String context, ExpressionNode expr) check that paths referred to in the ExpressionNode are valid xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath returns a list of the possible types that might be returned by executing the ExpressionNode against a particular contextevaluate a path and return the matching elementsevaluate a path and return the matching elementsboolean
FHIRPathEngine.evaluateToBoolean
(Resource resource, Base base, String path) evaluate a path and return true or false (e.g.FHIRPathEngine.evaluateToString
(Base base, String path) evaluate a path and a string containing the outcome (for display)void
FHIRLexer.next()
Parse a path for later use using executeParse a path that is part of some other syntaxFHIRLexer.processConstant
(String s) FHIRLexer.readConstant
(String desc) void
FHIRLexer.take()
FHIRLexer.takeDottedToken()
void