public class Context extends Object
VObjectDataListener| Modifier and Type | Method and Description |
|---|---|
int |
getLineNumber()
Gets the line number of the parsed line.
|
List<String> |
getParentComponents()
Gets the hierarchy of parent components the parser is currently inside
of, starting with the outer-most component.
|
String |
getUnfoldedLine()
Gets the raw, unfolded line that was parsed.
|
void |
stop()
Instructs the parser to stop parsing and return from the call to
VObjectReader.parse(com.github.mangstadt.vinnie.io.VObjectDataListener). |
String |
toString() |
public List<String> getParentComponents()
public String getUnfoldedLine()
public int getLineNumber()
public void stop()
VObjectReader.parse(com.github.mangstadt.vinnie.io.VObjectDataListener).Copyright © 2016–2018 Michael Angstadt. All rights reserved.