Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PYXScanner

    A IScanner that accepts PYX format instead of HTML. Useful primarily for debugging.

    Inheritance
    System.Object
    PYXScanner
    Implements
    IScanner
    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 Source

    ResetDocumentLocator(String, String)

    Declaration
    public virtual void ResetDocumentLocator(string publicid, string systemid)
    Parameters
    Type Name Description
    System.String publicid
    System.String systemid
    | Improve this Doc View Source

    Scan(TextReader, IScanHandler)

    Declaration
    public virtual void Scan(TextReader br, IScanHandler h)
    Parameters
    Type Name Description
    System.IO.TextReader br
    IScanHandler h
    | Improve this Doc View Source

    StartCDATA()

    Declaration
    public void StartCDATA()

    Implements

    IScanner
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.