Search Results for

    Show / Hide Table of Contents

    Interface IXPathQueryManager

    XPathQueryManager interface

    Namespace: Mapsui.Providers.Wfs.Xml
    Assembly: Mapsui.Nts.dll
    Syntax
    public interface IXPathQueryManager

    Methods

    | Edit this page View Source

    AddNamespace(string, string)

    Declaration
    void AddNamespace(string prefix, string ns)
    Parameters
    Type Name Description
    string prefix
    string ns
    | Edit this page View Source

    Clone()

    Declaration
    IXPathQueryManager Clone()
    Returns
    Type Description
    IXPathQueryManager
    | Edit this page View Source

    Compile(string)

    Declaration
    XPathExpression? Compile(string xPath)
    Parameters
    Type Name Description
    string xPath
    Returns
    Type Description
    XPathExpression
    | Edit this page View Source

    GetIterator(XPathExpression?)

    Declaration
    XPathNodeIterator? GetIterator(XPathExpression? xPath)
    Parameters
    Type Name Description
    XPathExpression xPath
    Returns
    Type Description
    XPathNodeIterator
    | Edit this page View Source

    GetIterator(XPathExpression, DictionaryEntry[])

    Declaration
    XPathNodeIterator? GetIterator(XPathExpression xPath, DictionaryEntry[] queryParameters)
    Parameters
    Type Name Description
    XPathExpression xPath
    DictionaryEntry[] queryParameters
    Returns
    Type Description
    XPathNodeIterator
    | Edit this page View Source

    GetValueFromNode(XPathExpression?, DictionaryEntry[]?)

    Declaration
    string? GetValueFromNode(XPathExpression? xPath, DictionaryEntry[]? queryParameters = null)
    Parameters
    Type Name Description
    XPathExpression xPath
    DictionaryEntry[] queryParameters
    Returns
    Type Description
    string
    | Edit this page 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
    | Edit this page View Source

    ResetNamespaces()

    Declaration
    void ResetNamespaces()
    | Edit this page View Source

    SetDocumentToParse(Stream)

    Declaration
    void SetDocumentToParse(Stream documentStream)
    Parameters
    Type Name Description
    Stream documentStream
    | Edit this page View Source

    SetDocumentToParseAsync(HttpClientUtil)

    Declaration
    Task SetDocumentToParseAsync(HttpClientUtil httpClientUtil)
    Parameters
    Type Name Description
    HttpClientUtil httpClientUtil
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX