ParserHelper Class |
Namespace: VDS.RDF.Parsing
The ParserHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Error(String, IRdfXmlEvent) |
Helper function which generates standardised Error Messages.
| |
| Error(String, IToken) |
Helper method for raising informative standardised Parser Errors.
| |
| Error(String, String, IRdfXmlEvent) |
Helper function which generates standardised Error Messages.
| |
| Stop |
Throws a RdfParsingTerminatedException which is used to tell the parser that it should stop parsing.
| |
| TryResolveUri(IGraph, IToken) |
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
| |
| TryResolveUri(IParserContext, IToken) |
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
| |
| TryResolveUri(IStoreParserContext, IToken) |
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
| |
| TryResolveUri(IParserContext, IToken, Boolean) |
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
| |
| TryResolveUri(IParserContext, IToken, Boolean, FuncString, String) |
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
|