Class AbstractTagPath

    • Constructor Detail

      • AbstractTagPath

        public AbstractTagPath()
    • Method Detail

      • toStringFull

        public java.lang.String toStringFull()
        Description copied from interface: TagPath
        Returns the full string representation, with source (if any), and property designator (if any)
        Specified by:
        toStringFull in interface TagPath
      • toStringPartial

        public java.lang.String toStringPartial()
        Description copied from interface: TagPath
        Returns the string representation of the path without the source or the property.
        Specified by:
        toStringPartial in interface TagPath
      • isAncestorOf

        public boolean isAncestorOf​(Path child)
        Description copied from interface: Path
        Returns whether the provided path is a child path of this one.
        Specified by:
        isAncestorOf in interface Path
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • _createPath

        protected java.lang.String _createPath​(boolean full)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • compareTo

        public int compareTo​(TagPath that)
        Specified by:
        compareTo in interface java.lang.Comparable<TagPath>