Clear() public method

public Clear ( ) : void
return void
Beispiel #1
0
 public override void ResetParser()
 {
     _resultHtmlDoc = null;
     _openEltStack.Clear();
     _curHtmlNode  = null;
     _curAttr      = null;
     _curTextNode  = null;
     _parseState   = 0;
     _textSnapshot = null;
 }
Beispiel #2
0
 public override void ResetParser()
 {
     _resultHtmlDoc = null;
     _openEltStack.Clear();
 }