| Class | Description |
|---|---|
| ApplyParser | |
| ExpandParser | |
| ExpressionParser | |
| FilterParser | |
| OrderByParser | |
| Parser | |
| ParserHelper | |
| ResourcePathParser | |
| SearchParser |
Parses search expressions according to the following (rewritten) grammar:
|
| SelectParser | |
| UriDecoder | |
| UriTokenizer |
Simple OData URI tokenizer that works on a given string by keeping an index.
|
| Enum | Description |
|---|---|
| UriParserSemanticException.MessageKeys | |
| UriParserSyntaxException.MessageKeys | |
| UriTokenizer.TokenKind |
| Exception | Description |
|---|---|
| UriParserException | |
| UriParserSemanticException |
Exception thrown during URI parsing in cases where an URI part is invalid according to the Entity Data Model.
|
| UriParserSyntaxException |
Exception thrown during URI parsing in cases where the URI violates the URI construction rules.
|
Copyright © 2023. All rights reserved.