public Node parseWithContext(LSInput input, Node contextArg, short action) { return(default(Node)); }
public Node parseWithContext(LSInput input, Node contextArg, short action) { return default(Node); }
public Document parse(LSInput input) { return(default(Document)); }
public Document parse(LSInput input) { return default(Document); }