Class PYXScanner
A IScanner that accepts PYX format instead of HTML. Useful primarily for debugging.
Inheritance
System.Object
PYXScanner
Implements
Namespace: TagSoup
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class PYXScanner : object, IScanner
Methods
| Improve this Doc View SourceResetDocumentLocator(String, String)
Declaration
public virtual void ResetDocumentLocator(string publicid, string systemid)
Parameters
Type | Name | Description |
---|---|---|
System.String | publicid | |
System.String | systemid |
Scan(TextReader, IScanHandler)
Declaration
public virtual void Scan(TextReader br, IScanHandler h)
Parameters
Type | Name | Description |
---|---|---|
TextReader | br | |
IScanHandler | h |
StartCDATA()
Declaration
public void StartCDATA()