Class ItemPathHolder


  • public final class ItemPathHolder
    extends Object
    Holds internal (parsed) form of midPoint-style XPath-like expressions. It is able to retrieve/export these expressions from/to various forms (text, text in XML document, XPathSegment list, prism path specification).

    Assumes relative XPath, but somehow can also work with absolute XPaths.

    NOT to be used outside prism module (except for XPathTest in schema - but this is also to be resolved).

    Author:
    semancik, mederly