JSON
Version 1.0

Uses of Class
org.codehaus.jackson.JsonLocation

Packages that use JsonLocation
org.codehaus.jackson   
org.codehaus.jackson.impl   
 

Uses of JsonLocation in org.codehaus.jackson
 

Fields in org.codehaus.jackson declared as JsonLocation
protected  JsonLocation JsonProcessingException.mLocation
           
 

Methods in org.codehaus.jackson that return JsonLocation
abstract  JsonLocation JsonParser.getCurrentLocation()
          Method that returns location of the last processed character; usually for error reporting purposes.
 JsonLocation JsonProcessingException.getLocation()
           
 JsonLocation JsonReadContext.getStartLocation(Object srcRef)
           
abstract  JsonLocation JsonParser.getTokenLocation()
          Method that return the starting location of the current token; that is, position of the first character from input that starts the current token.
 

Constructors in org.codehaus.jackson with parameters of type JsonLocation
JsonParseException(String msg, JsonLocation loc)
           
JsonParseException(String msg, JsonLocation loc, Throwable root)
           
JsonProcessingException(String msg, JsonLocation loc)
           
JsonProcessingException(String msg, JsonLocation loc, Throwable rootCause)
           
 

Uses of JsonLocation in org.codehaus.jackson.impl
 

Methods in org.codehaus.jackson.impl that return JsonLocation
 JsonLocation ReaderBasedParser.getCurrentLocation()
          Method that returns location of the last processed character; usually for error reporting purposes
abstract  JsonLocation ReaderBasedParserBase.getCurrentLocation()
           
 JsonLocation ReaderBasedParser.getTokenLocation()
          Method that return the starting location of the current token; that is, position of the first character from input that starts the current token.
 


JSON
Version 1.0

Apache License, Version 2.0