Class XPathSubsetContentSelector.Scanner

    • Constructor Detail

      • Scanner

        public Scanner​(java.lang.String s)
        Creates a new Scanner object.
    • Method Detail

      • endGap

        protected int endGap()
        Returns the end gap of the current lexical unit.
        Specified by:
        endGap in class AbstractScanner
      • string1

        protected int string1()
                       throws java.io.IOException
        Scans a single quoted string.
        Throws:
        java.io.IOException
      • string2

        protected int string2()
                       throws java.io.IOException
        Scans a double quoted string.
        Throws:
        java.io.IOException
      • number

        protected int number()
                      throws java.io.IOException
        Scans a number.
        Throws:
        java.io.IOException
      • dotNumber

        protected int dotNumber()
                         throws java.io.IOException
        Scans the decimal part of a number.
        Throws:
        java.io.IOException