Package ca.uhn.fhir.parser
Class BaseParser.ElementsPath
- java.lang.Object
-
- ca.uhn.fhir.parser.BaseParser.EncodeContextPath
-
- ca.uhn.fhir.parser.BaseParser.ElementsPath
-
- Enclosing class:
- BaseParser
protected class BaseParser.ElementsPath extends BaseParser.EncodeContextPath
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedElementsPath(String thePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalsPath(String thePath)booleanstartsWith(BaseParser.EncodeContextPath theCurrentResourcePath)-
Methods inherited from class ca.uhn.fhir.parser.BaseParser.EncodeContextPath
getCurrentResourcePath, getPath, toString
-
-
-
-
Constructor Detail
-
ElementsPath
protected ElementsPath(String thePath)
-
-
Method Detail
-
startsWith
public boolean startsWith(BaseParser.EncodeContextPath theCurrentResourcePath)
-
equalsPath
public boolean equalsPath(String thePath)
-
-