Class NodePathSegment


  • public class NodePathSegment
    extends Object
    Represents a single segment of a node path.
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • NodePathSegment

        public NodePathSegment​(String value,
                               boolean index)
        Constructor.
        Parameters:
        value -
        index -
    • Method Detail

      • getValue

        public String getValue()
      • isIndex

        public boolean isIndex()
      • toString

        public String toString​(boolean escaped)
      • parse

        public static NodePathSegment parse​(String segment)
        Parse a single segment of a node path from a String.
        Parameters:
        segment -