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
    Namespace: TagSoup
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class PYXScanner : object, 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
    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 © 2020 Licensed to the Apache Software Foundation (ASF)