Class InputInfo


  • public final class InputInfo
    extends Object
    This class contains information on the original query, which will be evaluated for error feedback and debugging purposes.
    Author:
    BaseX Team 2005-23, BSD License, Christian Gruen
    • Constructor Detail

      • InputInfo

        public InputInfo​(InputParser parser)
        Constructor.
        Parameters:
        parser - input parser, containing information on the current parsing state
      • InputInfo

        public InputInfo​(String path,
                         int line,
                         int col)
        Constructor.
        Parameters:
        path - input path
        line - line
        col - column