Interface IScanner
An interface allowing Parser to invoke scanners.
Assembly: Lucene.Net.Benchmark.dll
Syntax
public interface IScanner
Methods
Name | Description |
---|---|
ResetDocumentLocator(String, String) | Reset the embedded locator. |
Scan(TextReader, IScanHandler) | Invoke a scanner. |
StartCDATA() | Signal to the scanner to start CDATA content mode. |