Class JsonScanner
java.lang.Object
org.apache.synapse.commons.staxon.core.json.stream.impl.JsonScanner
- All Implemented Interfaces:
Closeable,AutoCloseable
This class is a scanner generated by
JFlex 1.4.3
on 10/23/13 10:52 AM from the specification file
/home/ishan/wso2/src/pub/platform/branches/4.2.0/dependencies/staxon/1.2.0-wso2v1/core/src/main/jflex/Yylex.flex
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new scanner.JsonScanner(Reader in) Creates a new scanner There is also a java.io.InputStream version of this constructor. -
Method Summary
-
Constructor Details
-
JsonScanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.- Parameters:
in- the java.io.Reader to read input from.
-
JsonScanner
Creates a new scanner. There is also java.io.Reader version of this constructor.- Parameters:
in- the java.io.Inputstream to read input from.
-
-
Method Details
-
getText
-
nextSymbol
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getCharOffset
public int getCharOffset() -
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber()
-