Package ca.uhn.fhir.parser
Class BaseParser.EncodeContextPath
- java.lang.Object
-
- ca.uhn.fhir.parser.BaseParser.EncodeContextPath
-
- Direct Known Subclasses:
BaseParser.ElementsPath,BaseParser.EncodeContext
- Enclosing class:
- BaseParser
protected class BaseParser.EncodeContextPath extends Object
-
-
Constructor Summary
Constructors Constructor Description EncodeContextPath()EncodeContextPath(List<BaseParser.EncodeContextPathElement> thePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseParser.EncodeContextPathgetCurrentResourcePath()protected List<BaseParser.EncodeContextPathElement>getPath()StringtoString()
-
-
-
Constructor Detail
-
EncodeContextPath
public EncodeContextPath()
-
EncodeContextPath
public EncodeContextPath(List<BaseParser.EncodeContextPathElement> thePath)
-
-
Method Detail
-
getPath
protected List<BaseParser.EncodeContextPathElement> getPath()
-
getCurrentResourcePath
public BaseParser.EncodeContextPath getCurrentResourcePath()
-
-