Class ElementPath

  • Direct Known Subclasses:
    ElementSelector

    public class ElementPath
    extends Object
    A element path characterizes a traversal path in an XML document.
    Since:
    1.1.0
    • Constructor Detail

      • ElementPath

        public ElementPath()
      • ElementPath

        public ElementPath​(List<String> list)
      • ElementPath

        public ElementPath​(String pathStr)
        Build an elementPath from a string.

        Note that "/x" is considered equivalent to "x" and to "x/"