Package ca.uhn.fhir.parser
Class BaseParser.EncodeContextPathElement
- java.lang.Object
-
- ca.uhn.fhir.parser.BaseParser.EncodeContextPathElement
-
- Enclosing class:
- BaseParser
protected class BaseParser.EncodeContextPathElement extends Object
-
-
Constructor Summary
Constructors Constructor Description EncodeContextPathElement(String theName, boolean theResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object theO)StringgetName()inthashCode()booleanisResource()booleanmatches(BaseParser.EncodeContextPathElement theOther)StringtoString()
-
-
-
Constructor Detail
-
EncodeContextPathElement
public EncodeContextPathElement(String theName, boolean theResource)
-
-
Method Detail
-
matches
public boolean matches(BaseParser.EncodeContextPathElement theOther)
-
isResource
public boolean isResource()
-
-