org.jrubyparser
Class Parser
java.lang.Object
org.jrubyparser.Parser
public class Parser
- extends Object
Serves as a simple facade for all the parsing magic.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser()
getTotalTime
public long getTotalTime()
getTotalBytes
public int getTotalBytes()
parse
public Node parse(String file,
Reader content,
ParserConfiguration configuration)
throws SyntaxException
- Throws:
SyntaxException
Copyright © 2013. All Rights Reserved.