Class StreamingXPATHCompiler


  • public class StreamingXPATHCompiler
    extends Object
    • Constructor Detail

      • StreamingXPATHCompiler

        public StreamingXPATHCompiler()
    • Method Detail

      • parse

        public static StreamingParser parse​(String source)
                                     throws org.antlr.runtime.RecognitionException
        This will create the Custom XPATH Parser Components for a given XPATH. This will Use the Antlr Grammar XPATH1.0 for this process.
        Parameters:
        source - is the String for XPATH Expression
        Returns:
        A Custom XPATH Parser Component Chain
        Throws:
        org.antlr.runtime.RecognitionException