public class LazyParser
extends de.fau.cs.osr.ptk.common.ParserCommon
| Constructor and Description |
|---|
LazyParser(ParserConfigInterface config) |
| Modifier and Type | Method and Description |
|---|---|
de.fau.cs.osr.ptk.common.ast.AstNode |
parseArticle(PreprocessedWikitext wikitext,
String title) |
de.fau.cs.osr.ptk.common.ast.AstNode |
parseArticle(String src,
String title) |
public LazyParser(ParserConfigInterface config)
public de.fau.cs.osr.ptk.common.ast.AstNode parseArticle(String src, String title) throws IOException, xtc.parser.ParseException
IOExceptionxtc.parser.ParseExceptionpublic de.fau.cs.osr.ptk.common.ast.AstNode parseArticle(PreprocessedWikitext wikitext, String title) throws IOException, xtc.parser.ParseException
IOExceptionxtc.parser.ParseExceptionCopyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.