C# 클래스 Mono.Xml.MiniParser

파일 보기 프로젝트 열기: rackerlabs/openstack-guest-agents-windows-xenserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
col int
errors string[]
line int
splitCData bool
twoCharBuff int[]

공개 메소드들

메소드 설명
MiniParser ( ) : System
Parse ( IReader reader, IHandler handler ) : void
Reset ( ) : void

보호된 메소드들

메소드 설명
FatalErr ( string descr ) : void
StrEquals ( string str, StringBuilder sb, int sbStart, int len ) : bool
Xlat ( int charCode, int state ) : int

메소드 상세

FatalErr() 보호된 메소드

protected FatalErr ( string descr ) : void
descr string
리턴 void

MiniParser() 공개 메소드

public MiniParser ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( IReader reader, IHandler handler ) : void
reader IReader
handler IHandler
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

StrEquals() 보호된 정적인 메소드

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

Xlat() 보호된 정적인 메소드

protected static Xlat ( int charCode, int state ) : int
charCode int
state int
리턴 int

프로퍼티 상세

col 보호되어 있는 프로퍼티

protected int col
리턴 int

errors 보호되어 있는 정적으로 프로퍼티

protected static string[] errors
리턴 string[]

line 보호되어 있는 프로퍼티

protected int line
리턴 int

splitCData 보호되어 있는 프로퍼티

protected bool splitCData
리턴 bool

twoCharBuff 보호되어 있는 프로퍼티

protected int[] twoCharBuff
리턴 int[]