Class PYXScanner
A IScanner that accepts PYX format instead of HTML. Useful primarily for debugging.
Implements
Inherited Members
Namespace: TagSoup
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class PYXScanner : IScanner
Methods
ResetDocumentLocator(string, string)
Reset the embedded locator.
Declaration
public virtual void ResetDocumentLocator(string publicId, string systemId)
Parameters
Type | Name | Description |
---|---|---|
string | publicId | The publicId of the source |
string | systemId | The systemId of the source |
Scan(TextReader, IScanHandler)
Invoke a scanner.
Declaration
public virtual void Scan(TextReader br, IScanHandler h)
Parameters
Type | Name | Description |
---|---|---|
TextReader | br | A source of characters to scan |
IScanHandler | h |
StartCDATA()
Signal to the scanner to start CDATA content mode.
Declaration
public virtual void StartCDATA()