cc.plural.jsonij.jpath
Class JPathParser
java.lang.Object
cc.plural.jsonij.jpath.JPathParser
public class JPathParser
- extends Object
- Author:
- openecho
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPathParser
public JPathParser()
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.