Class StreamingXPATHCompiler
- java.lang.Object
-
- org.apache.synapse.util.streaming_xpath.compiler.StreamingXPATHCompiler
-
public class StreamingXPATHCompiler extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamingXPATHCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StreamingParser
parse(String source)
This will create the Custom XPATH Parser Components for a given XPATH.
-
-
-
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
-
-