Click or drag to resize
LLParserT Class
Inheritance Hierarchy

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract class LLParser<T>
where T : class

Type Parameters

T

The LLParserT type exposes the following members.

Constructors
  NameDescription
Protected methodLLParserT
Initializes a new instance of the LLParserT class
Top
Methods
  NameDescription
Protected methodEndOfString
Protected methodGetRemains
A maradék string-et adja vissza egészben.
Protected methodGetRemains(Int32)
A maradék string-et adja vissza egészben.
Public methodInitParse
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();
Public methodIsChar
Protected methodLookaheadChar
Megnézi, hogy a következő karaktert.
Public methodMany
Public methodMany1
Public methodManyN
Public methodManyNM
Protected methodPAlpha
Protected methodPAlphaNumeric
Protected methodPAlphaNumericPlus
Public methodParse
A feldolgozás indítása a következő sztringre, nem szálboztos!
Public methodParseFailed
Protected methodParseFunction
Public methodParseMany
A feldolgozás indítása a következő sztringre, nem szálboztos!
Public methodPChar
Public methodPCrLf
Protected methodPDigit
Protected methodPDigitChar
Protected methodPDigitPlus
Public methodPGetLine
Public methodPInt
Public methodPopIndex
Public methodPRegex(String)
Public methodPRegex(Regex)
Public methodPSpace
Public methodPString
Public methodPStringLowerCase
Public methodPToken
token = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" )
Public methodPUntil
Public methodPushIndex
Public methodPWord
word = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" / "(" / ")" / "<" / ">" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "{" / "}" )
Protected methodRollBack
Protected methodRollBack(Int32)
Protected methodSkipChars
Meghatározott számú karakter átugrása.
Public methodSkipSpaces
A space karakterek átugrása.
Protected methodSkipWhiteSpaces
Protected methodSubstring
Public methodThrowIndex
Protected methodTry
Top
Properties
See Also