Beispiel #1
0
 internal Scanner(Document document, ErrorNodeList errors)
 {
     this.document   = document;
     this.sourceText = document.Text;
     this.maxPos     = document.Text.Length;
     this.errors     = errors;
 }
Beispiel #2
0
 public ErrorHandler(ErrorNodeList errors)
 {
     this.errors = errors;
 }