Class XPath

    • Field Detail

      • fExpression

        protected final String fExpression
        Expression.
      • fSymbolTable

        protected final SymbolTable fSymbolTable
        Symbol table.
    • Method Detail

      • getLocationPaths

        public XPath.LocationPath[] getLocationPaths()
        Returns a representation of all location paths for this XPath. XPath = locationPath ( '|' locationPath)
      • getLocationPath

        public XPath.LocationPath getLocationPath()
        Returns a representation of the first location path for this XPath.
      • toString

        public String toString()
        Returns a string representation of this object.
        Overrides:
        toString in class Object