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 classFHIRPathQuantityNodeAFHIRPathElementNodethat wraps aQuantityMethods in org.linuxforhealth.fhir.path that return FHIRPathElementNode Modifier and Type Method Description default FHIRPathElementNodeFHIRPathNode. asElementNode()Cast this FHIRPathNode to aFHIRPathElementNodeFHIRPathElementNodeFHIRPathElementNode.Builder. build()Build a FHIRPathElementNode using this builderstatic FHIRPathElementNodeFHIRPathElementNode. elementNode(java.lang.String name, Element element)Static factory method for creating named FHIRPathElementNode instances from anElementstatic FHIRPathElementNodeFHIRPathElementNode. 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 ElementFHIRPathAbstractTermFunction. getCodedElement(FHIRPathTree tree, FHIRPathElementNode codedElementNode)protected CodingFHIRPathAbstractTermFunction. 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 FHIRPathElementNodeFHIRPathUtil. getElementNode(java.util.Collection<FHIRPathNode> nodes)Methods in org.linuxforhealth.fhir.path.util with parameters of type FHIRPathElementNode Modifier and Type Method Description static StringFHIRPathUtil. getDisplay(FHIRPathTree tree, FHIRPathElementNode elementNode)Get the String-typed sibling of the given element node with name "display".static UriFHIRPathUtil. getSystem(FHIRPathTree tree, FHIRPathElementNode elementNode)Get the URI-typed sibling of the given element node with name "system".static StringFHIRPathUtil. getVersion(FHIRPathTree tree, FHIRPathElementNode elementNode)Get the String-typed sibling of the given element node with name "version".static booleanFHIRPathUtil. isCodedElementNode(FHIRPathElementNode elementNode)static booleanFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. doVisit(FHIRPathElementNode node)voidFHIRPathDefaultNodeVisitor. visit(FHIRPathElementNode node)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathElementNode value)Deprecated. 
 -