Click or drag to resize

ParserHelper.TryResolveUri Method

Overload List
  NameDescription
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, Func<String, String>)
Attempts to resolve a QName or URI Token into a URI Node and produces appropriate error messages if this fails.
Top
See Also