Class ElementSelector

    • Constructor Detail

      • ElementSelector

        public ElementSelector()
        Deprecated.
      • ElementSelector

        public ElementSelector​(java.util.List<java.lang.String> list)
        Deprecated.
      • ElementSelector

        public ElementSelector​(java.lang.String p)
        Deprecated.
        Build an elementPath from a string. Note that "/x" is considered equivalent to "x" and to "x/"
    • Method Detail

      • fullPathMatch

        public boolean fullPathMatch​(ElementPath path)
        Deprecated.
      • getTailMatchLength

        public int getTailMatchLength​(ElementPath p)
        Deprecated.
        Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter. By "tail" components we mean the components at the end of the pattern.
      • isContainedIn

        public boolean isContainedIn​(ElementPath p)
        Deprecated.
      • getPrefixMatchLength

        public int getPrefixMatchLength​(ElementPath p)
        Deprecated.
        Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter. By "prefix" components we mean the components at the beginning of the pattern.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class ElementPath
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object