Show / Hide Table of Contents

    Interface IXPathQueryManager

    XPathQueryManager interface

    Namespace: Mapsui.Providers.Wfs.Xml
    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
    Type Description
    IXPathQueryManager
    | 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
    Type Description
    IXPathQueryManager
    | Improve this Doc View Source

    ResetNamespaces()

    Declaration
    void ResetNamespaces()
    | Improve this Doc View Source

    SetDocumentToParse(HttpClientUtil)

    Declaration
    void SetDocumentToParse(HttpClientUtil httpClientUtil)
    Parameters
    Type Name Description
    HttpClientUtil httpClientUtil
    | Improve this Doc View Source

    SetDocumentToParse(Stream)

    Declaration
    void SetDocumentToParse(Stream documentStream)
    Parameters
    Type Name Description
    Stream documentStream
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX