Свойство | Тип | Описание | |
---|---|---|---|
FunctionNames | string[] |
Свойство | Тип | Описание | |
---|---|---|---|
AllowedFollowing | List |
||
AllowedWhenExpected | List |
||
CheckAxis | XPathAxis | ||
CheckOperator | bool | ||
IsAsciiDigit | bool | ||
LexemeToString | string | ||
NextChar | void | ||
ScanNCName | string | ||
ScanNumber | void | ||
ScanString | void | ||
SetSourceIndex | void | ||
SkipWhiteSpace | void |
Метод | Описание | |
---|---|---|
CheckFunction ( ) : void | ||
CheckToken ( Lexeme t ) : void | ||
EofExpectedException ( string token ) : CodePlex.XPathParser.XPathParserException | ||
IsWhiteSpace ( char ch ) : bool | ||
NextLex ( ) : void | ||
NodeTestExpectedException ( ) : CodePlex.XPathParser.XPathParserException | ||
PassToken ( Lexeme t ) : void | ||
PredicateAfterDotDotException ( ) : CodePlex.XPathParser.XPathParserException | ||
PredicateAfterDotException ( ) : CodePlex.XPathParser.XPathParserException | ||
ScientificNotationException ( ) : CodePlex.XPathParser.XPathParserException | ||
TokenExpectedException ( Lexeme t, string actualToken ) : CodePlex.XPathParser.XPathParserException | ||
UnclosedStringException ( ) : CodePlex.XPathParser.XPathParserException | ||
UnexpectedTokenException ( ) : CodePlex.XPathParser.XPathParserException | ||
UnknownFunctionException ( ) : CodePlex.XPathParser.XPathParserException | ||
XPathScanner ( string xpathExpr ) : System.Collections.Generic | ||
XPathScanner ( string xpathExpr, int startFrom ) : System.Collections.Generic |
Метод | Описание | |
---|---|---|
AllowedFollowing ( Lexeme t ) : List |
||
AllowedWhenExpected ( Lexeme t ) : List |
||
CheckAxis ( ) : XPathAxis | ||
CheckOperator ( bool star ) : bool | ||
IsAsciiDigit ( char ch ) : bool | ||
LexemeToString ( Lexeme t ) : string | ||
NextChar ( ) : void | ||
ScanNCName ( ) : string | ||
ScanNumber ( ) : void | ||
ScanString ( ) : void | ||
SetSourceIndex ( int index ) : void | ||
SkipWhiteSpace ( ) : void |
public EofExpectedException ( string token ) : CodePlex.XPathParser.XPathParserException | ||
token | string | |
Результат | CodePlex.XPathParser.XPathParserException |
public static IsWhiteSpace ( char ch ) : bool | ||
ch | char | |
Результат | bool |
public NodeTestExpectedException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public PredicateAfterDotDotException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public PredicateAfterDotException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public ScientificNotationException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public TokenExpectedException ( Lexeme t, string actualToken ) : CodePlex.XPathParser.XPathParserException | ||
t | Lexeme | |
actualToken | string | |
Результат | CodePlex.XPathParser.XPathParserException |
public UnclosedStringException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public UnexpectedTokenException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public UnknownFunctionException ( ) : CodePlex.XPathParser.XPathParserException | ||
Результат | CodePlex.XPathParser.XPathParserException |
public XPathScanner ( string xpathExpr ) : System.Collections.Generic | ||
xpathExpr | string | |
Результат | System.Collections.Generic |
public XPathScanner ( string xpathExpr, int startFrom ) : System.Collections.Generic | ||
xpathExpr | string | |
startFrom | int | |
Результат | System.Collections.Generic |