Uses of Interface
com.ibm.fhir.path.FHIRPathNode
-
Packages that use FHIRPathNode Package Description com.ibm.fhir.path com.ibm.fhir.path.evaluator com.ibm.fhir.path.function com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.search.util -
-
Uses of FHIRPathNode in com.ibm.fhir.path
Subinterfaces of FHIRPathNode in com.ibm.fhir.path Modifier and Type Interface Description interface
FHIRPathNumberValue
An interface that represents aFHIRPathSystemValue
that wraps a number valueinterface
FHIRPathSystemValue
An interface that represents FHIRPath system data typesinterface
FHIRPathTemporalValue
AFHIRPathSystemValue
that wraps a temporal valueFields in com.ibm.fhir.path with type parameters of type FHIRPathNode Modifier and Type Field Description protected Collection<FHIRPathNode>
FHIRPathAbstractNode.Builder. children
protected Collection<FHIRPathNode>
FHIRPathAbstractNode. children
Methods in com.ibm.fhir.path with type parameters of type FHIRPathNode Modifier and Type Method Description <T extends FHIRPathNode>
TFHIRPathAbstractNode. as(Class<T> nodeType)
<T extends FHIRPathNode>
TFHIRPathNode. as(Class<T> nodeType)
Cast this FHIRPathNode to the type specified in the parameter<T extends FHIRPathNode>
booleanFHIRPathAbstractNode. is(Class<T> nodeType)
<T extends FHIRPathNode>
booleanFHIRPathNode. is(Class<T> nodeType)
Indicates whether this FHIRPathNode is type compatible with the parameterMethods in com.ibm.fhir.path that return FHIRPathNode Modifier and Type Method Description abstract FHIRPathNode
FHIRPathAbstractNode.Builder. build()
FHIRPathNode
FHIRPathNode.Builder. build()
Build a FHIRPathNode using this builderFHIRPathNode
FHIRPathTree. getNode(String path)
Get the node at the location given by the path parameterFHIRPathNode
FHIRPathTree. getParent(FHIRPathNode node)
Get the parent of the node parameterFHIRPathNode
FHIRPathTree. getRoot()
The root node of this FHIRPathTreeFHIRPathNode
FHIRPathTree. getSibling(FHIRPathNode node, String name)
Get the first sibling of the node parameter with the given nameMethods in com.ibm.fhir.path that return types with arguments of type FHIRPathNode Modifier and Type Method Description Collection<FHIRPathNode>
FHIRPathAbstractNode. children()
Collection<FHIRPathNode>
FHIRPathAbstractSystemValue. children()
This method always returns an emptyCollection
Collection<FHIRPathNode>
FHIRPathNode. children()
The child nodes of this FHIRPathNodeCollection<FHIRPathNode>
FHIRPathAbstractNode. descendants()
Collection<FHIRPathNode>
FHIRPathAbstractSystemValue. descendants()
This method always returns an emptyCollection
Collection<FHIRPathNode>
FHIRPathNode. descendants()
A collection of descendant nodes of this FHIRPathNodeCollection<FHIRPathNode>
FHIRPathTree. getSiblings(FHIRPathNode node)
Get the siblings of the node parameterCollection<FHIRPathNode>
FHIRPathTree. getSiblings(FHIRPathNode node, String name)
Get the siblings of the node parameter with the given nameStream<FHIRPathNode>
FHIRPathAbstractNode. stream()
Stream<FHIRPathNode>
FHIRPathAbstractSystemValue. stream()
This method always returns an emptyStream
Stream<FHIRPathNode>
FHIRPathNode. stream()
A stream-based view of this FHIRPathNode and all of its descendantsMethods in com.ibm.fhir.path with parameters of type FHIRPathNode Modifier and Type Method Description FHIRPathAbstractNode.Builder
FHIRPathAbstractNode.Builder. children(FHIRPathNode... children)
FHIRPathAbstractSystemValue.Builder
FHIRPathAbstractSystemValue.Builder. children(FHIRPathNode... children)
This builder method is not supported - implementations will never have childrenFHIRPathElementNode.Builder
FHIRPathElementNode.Builder. children(FHIRPathNode... children)
FHIRPathNode.Builder
FHIRPathNode.Builder. children(FHIRPathNode... children)
Child nodes of the FHIRPathNodeFHIRPathQuantityNode.Builder
FHIRPathQuantityNode.Builder. children(FHIRPathNode... children)
FHIRPathResourceNode.Builder
FHIRPathResourceNode.Builder. children(FHIRPathNode... children)
int
FHIRPathAbstractTemporalValue. compareTo(FHIRPathNode other)
int
FHIRPathBooleanValue. compareTo(FHIRPathNode other)
Compare the boolean value wrapped by this FHIRPathBooleanValue node to the parameterint
FHIRPathElementNode. compareTo(FHIRPathNode other)
Compare the element wrapped by this FHIRPathElementNode to the parameterdefault int
FHIRPathNumberValue. compareTo(FHIRPathNode other)
Compare the number value wrapped by this FHIRPathNumberValue node to the parameterint
FHIRPathQuantityNode. compareTo(FHIRPathNode other)
Compare the quantity value wrapped by this FHIRPathQuantityNode to the parameterint
FHIRPathQuantityValue. compareTo(FHIRPathNode other)
Compare the quantity value wrapped by this FHIRPathQuantityValue to the parameterint
FHIRPathResourceNode. compareTo(FHIRPathNode node)
This method is not supported for this FHIRPathResourceNodeint
FHIRPathStringValue. compareTo(FHIRPathNode other)
Compare theString
value wrapped by this FHIRPathStringValue node to the parameterint
FHIRPathTermServiceNode. compareTo(FHIRPathNode o)
int
FHIRPathTypeInfoNode. compareTo(FHIRPathNode o)
The compareTo operation is not supported for this FHIRPathTypeInfoNodeFHIRPathNode
FHIRPathTree. getParent(FHIRPathNode node)
Get the parent of the node parameterFHIRPathNode
FHIRPathTree. getSibling(FHIRPathNode node, String name)
Get the first sibling of the node parameter with the given nameCollection<FHIRPathNode>
FHIRPathTree. getSiblings(FHIRPathNode node)
Get the siblings of the node parameterCollection<FHIRPathNode>
FHIRPathTree. getSiblings(FHIRPathNode node, String name)
Get the siblings of the node parameter with the given nameboolean
FHIRPathAbstractTemporalValue. isComparableTo(FHIRPathNode other)
boolean
FHIRPathBooleanValue. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathBooleanValue is comparable to the parameterboolean
FHIRPathElementNode. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathElementNode has a primitive value and is comparable to the parameterdefault boolean
FHIRPathNode. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathNode is comparable to the parameterdefault boolean
FHIRPathNumberValue. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathNumberValue is comparable to the parameterboolean
FHIRPathQuantityNode. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathQuantityNode is comparable to the parameterboolean
FHIRPathQuantityValue. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathQuantityValue is comparable to the parameterboolean
FHIRPathStringValue. isComparableTo(FHIRPathNode other)
Indicates whether this FHIRPathStringValue is comparable to the parameterMethod parameters in com.ibm.fhir.path with type arguments of type FHIRPathNode Modifier and Type Method Description FHIRPathAbstractNode.Builder
FHIRPathAbstractNode.Builder. children(Collection<FHIRPathNode> children)
FHIRPathAbstractSystemValue.Builder
FHIRPathAbstractSystemValue.Builder. children(Collection<FHIRPathNode> children)
This builder method is not supported - implementations will never have descendantsFHIRPathElementNode.Builder
FHIRPathElementNode.Builder. children(Collection<FHIRPathNode> children)
FHIRPathNode.Builder
FHIRPathNode.Builder. children(Collection<FHIRPathNode> children)
Child nodes of the FHIRPathNodeFHIRPathQuantityNode.Builder
FHIRPathQuantityNode.Builder. children(Collection<FHIRPathNode> children)
FHIRPathResourceNode.Builder
FHIRPathResourceNode.Builder. children(Collection<FHIRPathNode> children)
-
Uses of FHIRPathNode in com.ibm.fhir.path.evaluator
Fields in com.ibm.fhir.path.evaluator with type parameters of type FHIRPathNode Modifier and Type Field Description static Collection<FHIRPathNode>
FHIRPathEvaluator. SINGLETON_FALSE
static Collection<FHIRPathNode>
FHIRPathEvaluator. SINGLETON_TRUE
Methods in com.ibm.fhir.path.evaluator with parameters of type FHIRPathNode Modifier and Type Method Description Collection<FHIRPathNode>
FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr, FHIRPathNode node)
Evaluate a FHIRPath expression using an existing evaluation context against a FHIRPath nodevoid
FHIRPathEvaluator.EvaluationContext. setExternalConstant(String name, FHIRPathNode node)
Set an external constant using a name and FHIRPath nodeMethod parameters in com.ibm.fhir.path.evaluator with type arguments of type FHIRPathNode Modifier and Type Method Description Collection<FHIRPathNode>
FHIRPathEvaluator. evaluate(FHIRPathEvaluator.EvaluationContext evaluationContext, String expr, Collection<FHIRPathNode> initialContext)
Evaluate a FHIRPathExpression using an existing EvaluationContext against a collection of FHIRPath nodesvoid
FHIRPathEvaluator.EvaluationContext. setExternalConstant(String name, Collection<FHIRPathNode> nodes)
Set an external constant using a name and a collection of FHIRPath node -
Uses of FHIRPathNode in com.ibm.fhir.path.function
-
Uses of FHIRPathNode in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util with type parameters of type FHIRPathNode Modifier and Type Method Description static <T extends FHIRPathNode>
TFHIRPathUtil. getSingleton(Collection<FHIRPathNode> nodes, Class<T> nodeType)
static <T extends FHIRPathNode>
booleanFHIRPathUtil. isSingleton(Collection<FHIRPathNode> nodes, Class<T> nodeType)
Methods in com.ibm.fhir.path.util that return FHIRPathNode Modifier and Type Method Description static FHIRPathNode
FHIRPathUtil. getSingleton(Collection<FHIRPathNode> nodes)
Methods in com.ibm.fhir.path.util that return types with arguments of type FHIRPathNode Modifier and Type Method Description static Collection<FHIRPathNode>
FHIRPathUtil. empty()
Iterator<FHIRPathNode>
FHIRPathUtil.UnorderedCollection. iterator()
static Collection<FHIRPathNode>
FHIRPathUtil. singleton(FHIRPathNode node)
static Collection<FHIRPathNode>
FHIRPathUtil. unordered(Collection<FHIRPathNode> nodes)
Methods in com.ibm.fhir.path.util with parameters of type FHIRPathNode Modifier and Type Method Description static FHIRPathSystemValue
FHIRPathUtil. getSystemValue(FHIRPathNode node)
static FHIRPathTemporalValue
FHIRPathUtil. getTemporalValue(FHIRPathNode node)
static boolean
FHIRPathUtil. hasSystemValue(FHIRPathNode node)
static boolean
FHIRPathUtil. hasTemporalValue(FHIRPathNode node)
static Collection<FHIRPathNode>
FHIRPathUtil. singleton(FHIRPathNode node)
Constructor parameters in com.ibm.fhir.path.util with type arguments of type FHIRPathNode Constructor Description UnorderedCollection(Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathNode in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathNode Modifier and Type Method Description protected void
FHIRPathDefaultNodeVisitor. visitChildren(FHIRPathNode node)
-
Uses of FHIRPathNode in com.ibm.fhir.search.util
Methods in com.ibm.fhir.search.util that return types with arguments of type FHIRPathNode Modifier and Type Method Description static Map<SearchParameter,List<FHIRPathNode>>
SearchUtil. extractParameterValues(Resource resource)
skips the empty extracted search parametersstatic Map<SearchParameter,List<FHIRPathNode>>
SearchUtil. extractParameterValues(Resource resource, boolean skipEmpty)
extract parameter values.
-