cc.plural.jsonij.jpath
Class JPathParser

java.lang.Object
  extended by cc.plural.jsonij.jpath.JPathParser

public class JPathParser
extends Object

Author:
openecho

Nested Class Summary
static class JPathParser.JPathReader
           
 
Constructor Summary
JPathParser()
           
 
Method Summary
 boolean jPathFunctionParseCheck(int i)
           
 JPath<Component> parse(JPathParser.JPathReader target)
           
 JPath<Component> parse(String jPath)
           
 KeyComponent readKey(JPathParser.JPathReader target)
           
 PredicateComponent readPredicate(JPathParser.JPathReader target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPathParser

public JPathParser()
Method Detail

parse

public JPath<Component> parse(String jPath)
                       throws IOException,
                              ParserException
Throws:
IOException
ParserException

parse

public JPath<Component> parse(JPathParser.JPathReader target)
                       throws IOException,
                              ParserException
Throws:
IOException
ParserException

readKey

public KeyComponent readKey(JPathParser.JPathReader target)
                     throws IOException,
                            ParserException
Throws:
IOException
ParserException

readPredicate

public PredicateComponent readPredicate(JPathParser.JPathReader target)
                                 throws IOException,
                                        ParserException
Throws:
IOException
ParserException

jPathFunctionParseCheck

public boolean jPathFunctionParseCheck(int i)


Copyright © 2012. All Rights Reserved.