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
    object
    PYXScanner
    Implements
    IScanner
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TagSoup
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class PYXScanner : IScanner

    Methods

    ResetDocumentLocator(string, string)

    Reset the embedded locator.

    Declaration
    public virtual void ResetDocumentLocator(string publicId, string systemId)
    Parameters
    Type Name Description
    string publicId

    The publicId of the source

    string systemId

    The systemId of the source

    Scan(TextReader, IScanHandler)

    Invoke a scanner.

    Declaration
    public virtual void Scan(TextReader br, IScanHandler h)
    Parameters
    Type Name Description
    TextReader br

    A source of characters to scan

    IScanHandler h

    StartCDATA()

    Signal to the scanner to start CDATA content mode.

    Declaration
    public virtual void StartCDATA()

    Implements

    IScanner
    Back to top Copyright © 2024 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.