예제 #1
0
 public Node parseWithContext(LSInput input, Node contextArg, short action)
 {
     return(default(Node));
 }
예제 #2
0
	public Node parseWithContext(LSInput input, Node contextArg, short action) { return default(Node); }
예제 #3
0
 public Document parse(LSInput input)
 {
     return(default(Document));
 }
예제 #4
0
	public Document parse(LSInput input) { return default(Document); }