Store XPath rather than BaseXPath 36/71536/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 28 Apr 2018 09:57:05 +0000 (11:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 28 Apr 2018 09:58:48 +0000 (11:58 +0200)
commit45c3a2b79bfa3e4b27093198434d00e495d56c1f
treed4b2d3849b68191f752fcfb09b412ebe13314e57
parentae7d8ede030a559a7df7facd7c66055433c9e4d5
Store XPath rather than BaseXPath

JaxenXPath should not really care how the XPath is implemented,
hence store just the interface. We still need BaseXPath for now.

Change-Id: I2a73cd51a02c0d99d9adf37801bccc83edce523c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-jaxen/src/main/java/org/opendaylight/yangtools/yang/data/jaxen/JaxenXPath.java