org.apache.jackrabbit.mk.json
Interface JsopReader

All Known Implementing Classes:
JsopStream, JsopTokenizer

public interface JsopReader


Method Summary
 String getToken()
           
 int getTokenType()
           
 boolean matches(int type)
           
 int read()
           
 String read(int type)
           
 String readRawValue()
           
 String readString()
           
 void resetReader()
           
 

Method Detail

read

String read(int type)

readString

String readString()

read

int read()

matches

boolean matches(int type)

readRawValue

String readRawValue()

getToken

String getToken()

getTokenType

int getTokenType()

resetReader

void resetReader()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.