Click or drag to resize

ParserHelperTryResolveUri 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, 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