mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-10 06:44:44 +00:00
mark location for input parsing FML
This commit is contained in:
parent
6870c7a32c
commit
eb852a8d03
@ -550,7 +550,7 @@ public class FmlParser extends ParserBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void parseInput(Element group, FHIRLexer lexer, boolean newFmt) throws FHIRException {
|
private void parseInput(Element group, FHIRLexer lexer, boolean newFmt) throws FHIRException {
|
||||||
Element input = group.addElement("input");
|
Element input = group.addElement("input").markLocation(lexer.getCurrentLocation());
|
||||||
if (newFmt) {
|
if (newFmt) {
|
||||||
input.makeElement("mode").markLocation(lexer.getCurrentLocation()).setValue(lexer.take());
|
input.makeElement("mode").markLocation(lexer.getCurrentLocation()).setValue(lexer.take());
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user