Class PYXWriter
A IContentHandler that generates PYX format instead of XML.
Primarily useful for debugging.
Inheritance
System.Object
PYXWriter
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()
Assembly: Lucene.Net.Benchmark.dll
public class PYXWriter : IScanHandler, IContentHandler, ILexicalHandler
Constructors
|
Improve this Doc
View Source
PYXWriter(TextWriter)
Declaration
public PYXWriter(TextWriter w)
Parameters
Type |
Name |
Description |
System.IO.TextWriter |
w |
|
Methods
|
Improve this Doc
View Source
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
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
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
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
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
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
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
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
Declaration
|
Improve this Doc
View Source
Declaration
public void EndDocument()
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
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
Declaration
public void EndEntity(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Improve this Doc
View Source
Declaration
public void EndPrefixMapping(string prefix)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
|
Improve this Doc
View Source
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
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
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
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
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
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
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
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
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
Declaration
public void ProcessingInstruction(string target, string data)
Parameters
Type |
Name |
Description |
System.String |
target |
|
System.String |
data |
|
|
Improve this Doc
View Source
Declaration
public void SetDocumentLocator(ILocator locator)
Parameters
|
Improve this Doc
View Source
Declaration
public void SkippedEntity(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Improve this Doc
View Source
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
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
Declaration
|
Improve this Doc
View Source
Declaration
public void StartDocument()
|
Improve this Doc
View Source
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
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
Declaration
public void StartEntity(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Improve this Doc
View Source
Declaration
public void StartPrefixMapping(string prefix, string uri)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.String |
uri |
|
Implements