C# Class Mono.Xml.MiniParser

ファイルを表示 Open project: rackerlabs/openstack-guest-agents-windows-xenserver Class Usage Examples

Protected Properties

Property Type Description
col int
errors string[]
line int
splitCData bool
twoCharBuff int[]

Public Methods

Method Description
MiniParser ( ) : System
Parse ( IReader reader, IHandler handler ) : void
Reset ( ) : void

Protected Methods

Method Description
FatalErr ( string descr ) : void
StrEquals ( string str, StringBuilder sb, int sbStart, int len ) : bool
Xlat ( int charCode, int state ) : int

Method Details

FatalErr() protected method

protected FatalErr ( string descr ) : void
descr string
return void

MiniParser() public method

public MiniParser ( ) : System
return System

Parse() public method

public Parse ( IReader reader, IHandler handler ) : void
reader IReader
handler IHandler
return void

Reset() public method

public Reset ( ) : void
return void

StrEquals() protected static method

protected static StrEquals ( string str, StringBuilder sb, int sbStart, int len ) : bool
str string
sb StringBuilder
sbStart int
len int
return bool

Xlat() protected static method

protected static Xlat ( int charCode, int state ) : int
charCode int
state int
return int

Property Details

col protected_oe property

protected int col
return int

errors protected_oe static_oe property

protected static string[] errors
return string[]

line protected_oe property

protected int line
return int

splitCData protected_oe property

protected bool splitCData
return bool

twoCharBuff protected_oe property

protected int[] twoCharBuff
return int[]