C# Class Mono.Xml.MiniParser

Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver Class Usage Examples

Protected Properties

Свойство Type Description
col int
errors string[]
line int
splitCData bool
twoCharBuff int[]

Méthodes publiques

Méthode Description
MiniParser ( ) : System
Parse ( IReader reader, IHandler handler ) : void
Reset ( ) : void

Méthodes protégées

Méthode 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 méthode

protected FatalErr ( string descr ) : void
descr string
Résultat void

MiniParser() public méthode

public MiniParser ( ) : System
Résultat System

Parse() public méthode

public Parse ( IReader reader, IHandler handler ) : void
reader IReader
handler IHandler
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

StrEquals() protected static méthode

protected static StrEquals ( string str, StringBuilder sb, int sbStart, int len ) : bool
str string
sb StringBuilder
sbStart int
len int
Résultat bool

Xlat() protected static méthode

protected static Xlat ( int charCode, int state ) : int
charCode int
state int
Résultat int

Property Details

col protected_oe property

protected int col
Résultat int

errors protected_oe static_oe property

protected static string[] errors
Résultat string[]

line protected_oe property

protected int line
Résultat int

splitCData protected_oe property

protected bool splitCData
Résultat bool

twoCharBuff protected_oe property

protected int[] twoCharBuff
Résultat int[]