Uses of Class
org.linuxforhealth.fhir.path.FHIRPathElementNode
-
-
Uses of FHIRPathElementNode in org.linuxforhealth.fhir.path
Subclasses of FHIRPathElementNode in org.linuxforhealth.fhir.path Modifier and Type Class Description class
FHIRPathQuantityNode
AFHIRPathElementNode
that wraps aQuantity
Methods in org.linuxforhealth.fhir.path that return FHIRPathElementNode Modifier and Type Method Description default FHIRPathElementNode
FHIRPathNode. asElementNode()
Cast this FHIRPathNode to aFHIRPathElementNode
FHIRPathElementNode
FHIRPathElementNode.Builder. build()
Build a FHIRPathElementNode using this builderstatic FHIRPathElementNode
FHIRPathElementNode. elementNode(java.lang.String name, Element element)
Static factory method for creating named FHIRPathElementNode instances from anElement
static FHIRPathElementNode
FHIRPathElementNode. elementNode(Element element)
Static factory method for creating FHIRPathElementNode instances from anElement
-
Uses of FHIRPathElementNode in org.linuxforhealth.fhir.path.function
Methods in org.linuxforhealth.fhir.path.function with parameters of type FHIRPathElementNode Modifier and Type Method Description protected Element
FHIRPathAbstractTermFunction. getCodedElement(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
protected Coding
FHIRPathAbstractTermFunction. getCoding(FHIRPathTree tree, FHIRPathElementNode codedElementNode)
-
Uses of FHIRPathElementNode in org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathElementNode Modifier and Type Method Description static FHIRPathElementNode
FHIRPathUtil. getElementNode(java.util.Collection<FHIRPathNode> nodes)
Methods in org.linuxforhealth.fhir.path.util with parameters of type FHIRPathElementNode Modifier and Type Method Description static String
FHIRPathUtil. getDisplay(FHIRPathTree tree, FHIRPathElementNode elementNode)
Get the String-typed sibling of the given element node with name "display".static Uri
FHIRPathUtil. getSystem(FHIRPathTree tree, FHIRPathElementNode elementNode)
Get the URI-typed sibling of the given element node with name "system".static String
FHIRPathUtil. getVersion(FHIRPathTree tree, FHIRPathElementNode elementNode)
Get the String-typed sibling of the given element node with name "version".static boolean
FHIRPathUtil. isCodedElementNode(FHIRPathElementNode elementNode)
static boolean
FHIRPathUtil. isStringElementNode(FHIRPathElementNode elementNode)
-
Uses of FHIRPathElementNode in org.linuxforhealth.fhir.path.visitor
Methods in org.linuxforhealth.fhir.path.visitor with parameters of type FHIRPathElementNode Modifier and Type Method Description protected void
FHIRPathDefaultNodeVisitor. doVisit(FHIRPathElementNode node)
void
FHIRPathDefaultNodeVisitor. visit(FHIRPathElementNode node)
void
FHIRPathNodeVisitor. visit(FHIRPathElementNode node)
-
Uses of FHIRPathElementNode in org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRPathElementNode Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathElementNode value)
Deprecated.
-