SDP4566Parser Methods |
The SDP4566Parser type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndOfString | (Inherited from LLParserT.) |
![]() | GetRemains |
A maradék string-et adja vissza egészben.
(Inherited from LLParserT.) |
![]() | GetRemains(Int32) |
A maradék string-et adja vissza egészben.
(Inherited from LLParserT.) |
![]() | InitParse |
Kizarolag csak teszteles celjabol!
Ha pl. egy bizonyos header parse-olasat akarjuk letesztelni, akkor beallitjuk ezzel a header tartalmat, majd a konkret Parse() fuggvenyt meghivjuk.
Pl.
parser.InitParse(data);
parser.PWWWAuthenticate();
(Inherited from LLParserT.) |
![]() | IsChar | (Inherited from LLParserT.) |
![]() | LookaheadChar |
Megnézi, hogy a következő karaktert.
(Inherited from LLParserT.) |
![]() | Many | (Inherited from LLParserT.) |
![]() | Many1 | (Inherited from LLParserT.) |
![]() | ManyN | (Inherited from LLParserT.) |
![]() | ManyNM | (Inherited from LLParserT.) |
![]() | PAddrSpec |
addr-spec = 1*(alpha-numeric / ".") "@" 1*(alpha-numeric / ".")
|
![]() | PAlpha | (Inherited from LLParserT.) |
![]() | PAlphaNumeric | (Inherited from LLParserT.) |
![]() | PAlphaNumericPlus | (Inherited from LLParserT.) |
![]() | Parse | (Overrides LLParserTParse(String).) |
![]() | ParseFailed | (Inherited from LLParserT.) |
![]() | ParseFunction | (Overrides LLParserTParseFunction.) |
![]() | ParseMany |
A feldolgozás indítása a következő sztringre, nem szálboztos!
(Inherited from LLParserT.) |
![]() | PBase64 |
base64 = 1*base64-unit [base64-pad] / base64-pad
base64-unit = 4base64-char
base64-pad = 2base64-char "==" / 3base64-char "="
base64-char = ALPHA / DIGIT / "+" / "/"
|
![]() | PChar | (Inherited from LLParserT.) |
![]() | PCrLf | (Inherited from LLParserT.) |
![]() | PDigit | (Inherited from LLParserT.) |
![]() | PDigitChar | (Inherited from LLParserT.) |
![]() | PDigitPlus | (Inherited from LLParserT.) |
![]() | PGetLine | (Inherited from LLParserT.) |
![]() | PInt | (Inherited from LLParserT.) |
![]() | PInteger | |
![]() | PopIndex | (Inherited from LLParserT.) |
![]() | PRegex(String) | (Inherited from LLParserT.) |
![]() | PRegex(Regex) | (Inherited from LLParserT.) |
![]() | PSpace | (Inherited from LLParserT.) |
![]() | PString | (Inherited from LLParserT.) |
![]() | PStringLowerCase | (Inherited from LLParserT.) |
![]() | PToken |
token = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" )
(Inherited from LLParserT.) |
![]() | PUntil | (Inherited from LLParserT.) |
![]() | PushIndex | (Inherited from LLParserT.) |
![]() | PWord |
word = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" / "(" / ")" / "<" / ">" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "{" / "}" )
(Inherited from LLParserT.) |
![]() | PZoneAdjustments |
zone-adjustments = "z=" time SP ["-"] typed-time *(SP time SP ["-"] typed-time)
|
![]() | RollBack | (Inherited from LLParserT.) |
![]() | RollBack(Int32) | (Inherited from LLParserT.) |
![]() | SkipChars |
Meghatározott számú karakter átugrása.
(Inherited from LLParserT.) |
![]() | SkipSpaces |
A space karakterek átugrása.
(Inherited from LLParserT.) |
![]() | SkipWhiteSpaces | (Inherited from LLParserT.) |
![]() | Substring | (Inherited from LLParserT.) |
![]() | ThrowIndex | (Inherited from LLParserT.) |
![]() | Try | (Inherited from LLParserT.) |