• 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 © 2020 Licensed to the Apache Software Foundation (ASF)