프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 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 |