Show / Hide Table of Contents

    Class PYXWriter

    A IContentHandler that generates PYX format instead of XML. Primarily useful for debugging.

    Inheritance
    System.Object
    PYXWriter
    Implements
    IScanHandler
    IContentHandler
    ILexicalHandler
    Namespace: TagSoup
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class PYXWriter : object, IScanHandler, IContentHandler, ILexicalHandler

    Constructors

    | Improve this Doc View Source

    PYXWriter(TextWriter)

    Declaration
    public PYXWriter(TextWriter w)
    Parameters
    Type Name Description
    TextWriter w

    Methods

    | Improve this Doc View Source

    Adup(Char[], Int32, Int32)

    Declaration
    public void Adup(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    Aname(Char[], Int32, Int32)

    Declaration
    public void Aname(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    Aval(Char[], Int32, Int32)

    Declaration
    public void Aval(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    CDSect(Char[], Int32, Int32)

    Declaration
    public void CDSect(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    Characters(Char[], Int32, Int32)

    Declaration
    public void Characters(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    Cmnt(Char[], Int32, Int32)

    Declaration
    public void Cmnt(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    Comment(Char[], Int32, Int32)

    Declaration
    public void Comment(char[] ch, int start, int length)
    Parameters
    Type Name Description
    System.Char[] ch
    System.Int32 start
    System.Int32 length
    | Improve this Doc View Source

    Decl(Char[], Int32, Int32)

    Declaration
    public void Decl(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    EndCDATA()

    Declaration
    public void EndCDATA()
    | Improve this Doc View Source

    EndDocument()

    Declaration
    public void EndDocument()
    | Improve this Doc View Source

    EndDTD()

    Declaration
    public void EndDTD()
    | Improve this Doc View Source

    EndElement(String, String, String)

    Declaration
    public void EndElement(string uri, string localname, string qname)
    Parameters
    Type Name Description
    System.String uri
    System.String localname
    System.String qname
    | Improve this Doc View Source

    EndEntity(String)

    Declaration
    public void EndEntity(string name)
    Parameters
    Type Name Description
    System.String name
    | Improve this Doc View Source

    EndPrefixMapping(String)

    Declaration
    public void EndPrefixMapping(string prefix)
    Parameters
    Type Name Description
    System.String prefix
    | Improve this Doc View Source

    Entity(Char[], Int32, Int32)

    Declaration
    public void Entity(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    EOF(Char[], Int32, Int32)

    Declaration
    public void EOF(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    ETag(Char[], Int32, Int32)

    Declaration
    public void ETag(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    GetEntity()

    Declaration
    public int GetEntity()
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    GI(Char[], Int32, Int32)

    Declaration
    public void GI(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    IgnorableWhitespace(Char[], Int32, Int32)

    Declaration
    public void IgnorableWhitespace(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    PCDATA(Char[], Int32, Int32)

    Declaration
    public void PCDATA(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    PI(Char[], Int32, Int32)

    Declaration
    public void PI(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    PITarget(Char[], Int32, Int32)

    Declaration
    public void PITarget(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    ProcessingInstruction(String, String)

    Declaration
    public void ProcessingInstruction(string target, string data)
    Parameters
    Type Name Description
    System.String target
    System.String data
    | Improve this Doc View Source

    SetDocumentLocator(ILocator)

    Declaration
    public void SetDocumentLocator(ILocator locator)
    Parameters
    Type Name Description
    ILocator locator
    | Improve this Doc View Source

    SkippedEntity(String)

    Declaration
    public void SkippedEntity(string name)
    Parameters
    Type Name Description
    System.String name
    | Improve this Doc View Source

    STagC(Char[], Int32, Int32)

    Declaration
    public void STagC(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    STagE(Char[], Int32, Int32)

    Declaration
    public void STagE(char[] buff, int offset, int length)
    Parameters
    Type Name Description
    System.Char[] buff
    System.Int32 offset
    System.Int32 length
    | Improve this Doc View Source

    StartCDATA()

    Declaration
    public void StartCDATA()
    | Improve this Doc View Source

    StartDocument()

    Declaration
    public void StartDocument()
    | Improve this Doc View Source

    StartDTD(String, String, String)

    Declaration
    public void StartDTD(string name, string publicId, string systemId)
    Parameters
    Type Name Description
    System.String name
    System.String publicId
    System.String systemId
    | Improve this Doc View Source

    StartElement(String, String, String, IAttributes)

    Declaration
    public void StartElement(string uri, string localname, string qname, IAttributes atts)
    Parameters
    Type Name Description
    System.String uri
    System.String localname
    System.String qname
    IAttributes atts
    | Improve this Doc View Source

    StartEntity(String)

    Declaration
    public void StartEntity(string name)
    Parameters
    Type Name Description
    System.String name
    | Improve this Doc View Source

    StartPrefixMapping(String, String)

    Declaration
    public void StartPrefixMapping(string prefix, string uri)
    Parameters
    Type Name Description
    System.String prefix
    System.String uri

    Implements

    IScanHandler
    IContentHandler
    ILexicalHandler
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)