Class PYXScanner
A IScanner that accepts PYX format instead of HTML. Useful primarily for debugging.
Inheritance
System.Object
    PYXScanner
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: TagSoup
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class PYXScanner : 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 | 
|---|---|---|
| System.IO.TextReader | br | |
| IScanHandler | h | 
StartCDATA()
Declaration
public void StartCDATA()