C# (CSharp) Mvp.Xml.Common.XPath IndexingXPathNavigator - 4 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Mvp.Xml.Common.XPath.IndexingXPathNavigator, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
IndexingXPathNavigator enables lazy or eager indexing of any XML store (XmlDocument, XPathDocument or any other IXPathNavigable XML store) thus providing an alternative way to select nodes using XSLT key() function directly from an index table instead of searhing the XML tree. This allows drastically decrease selection time on preindexed selections.