Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IScanner

    An interface allowing Parser to invoke scanners.

    Namespace: TagSoup
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public interface IScanner

    Methods

    ResetDocumentLocator(string, string)

    Reset the embedded locator.

    Declaration
    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
    void Scan(TextReader br, IScanHandler handler)
    Parameters
    Type Name Description
    TextReader br

    A source of characters to scan

    IScanHandler handler

    A IScanHandler to report events to

    StartCDATA()

    Signal to the scanner to start CDATA content mode.

    Declaration
    void StartCDATA()
    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.