Interface IXPathQueryManager
XPathQueryManager interface
Assembly: Mapsui.Desktop.dll
Syntax
public interface IXPathQueryManager
Methods
|
Improve this Doc
View Source
AddNamespace(String, String)
Declaration
void AddNamespace(string prefix, string ns)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.String |
ns |
|
|
Improve this Doc
View Source
Clone()
Declaration
IXPathQueryManager Clone()
Returns
|
Improve this Doc
View Source
Compile(String)
Declaration
XPathExpression Compile(string xPath)
Parameters
Type |
Name |
Description |
System.String |
xPath |
|
Returns
Type |
Description |
XPathExpression |
|
|
Improve this Doc
View Source
GetValueFromNode(XPathExpression, DictionaryEntry[])
Declaration
string GetValueFromNode(XPathExpression xPath, DictionaryEntry[] queryParameters = null)
Parameters
Type |
Name |
Description |
XPathExpression |
xPath |
|
DictionaryEntry[] |
queryParameters |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetXPathQueryManagerInContext(XPathExpression, DictionaryEntry[])
Declaration
IXPathQueryManager GetXPathQueryManagerInContext(XPathExpression xPath, DictionaryEntry[] queryParameters = null)
Parameters
Type |
Name |
Description |
XPathExpression |
xPath |
|
DictionaryEntry[] |
queryParameters |
|
Returns
|
Improve this Doc
View Source
ResetNamespaces()
Declaration
|
Improve this Doc
View Source
SetDocumentToParse(HttpClientUtil)
Declaration
void SetDocumentToParse(HttpClientUtil httpClientUtil)
Parameters
|
Improve this Doc
View Source
SetDocumentToParse(Stream)
Declaration
void SetDocumentToParse(Stream documentStream)
Parameters
Type |
Name |
Description |
Stream |
documentStream |
|