Click or drag to resize

ParserHelper Methods

The ParserHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberError(String, IRdfXmlEvent)
Helper function which generates standardised Error Messages.
Public methodStatic memberError(String, IToken)
Helper method for raising informative standardised Parser Errors.
Public methodStatic memberError(String, String, IRdfXmlEvent)
Helper function which generates standardised Error Messages.
Public methodStatic memberStop
Throws a RdfParsingTerminatedException which is used to tell the parser that it should stop parsing.
Public methodStatic memberTryResolveUri(IGraph, IToken)
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
Public methodStatic memberTryResolveUri(IParserContext, IToken)
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
Public methodStatic memberTryResolveUri(IStoreParserContext, IToken)
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
Public methodStatic memberTryResolveUri(IParserContext, IToken, Boolean)
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
Public methodStatic memberTryResolveUri(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.
Top
See Also