Home
last modified time | relevance | path

Searched refs:ExcludeXml (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DCopyNamespacesAction.cs36 … if (frame.Node.MoveToFirstNamespace(XPathNamespaceScope.ExcludeXml) == false) in Execute()
73 if (frame.Node.MoveToNextNamespace(XPathNamespaceScope.ExcludeXml)) in Execute()
H A DNavigatorInput.cs195 return _Navigator.MoveToFirstNamespace(XPathNamespaceScope.ExcludeXml); in MoveToFirstNamespace()
201 return _Navigator.MoveToNextNamespace(XPathNamespaceScope.ExcludeXml); in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DCopyNamespacesAction.cs34 if (frame.Node.MoveToFirstNamespace(XPathNamespaceScope.ExcludeXml) == false) { in Execute()
68 if (frame.Node.MoveToNextNamespace(XPathNamespaceScope.ExcludeXml)) { in Execute()
H A DNavigatorInput.cs161 return _Navigator.MoveToFirstNamespace(XPathNamespaceScope.ExcludeXml); in MoveToFirstNamespace()
166 return _Navigator.MoveToNextNamespace(XPathNamespaceScope.ExcludeXml); in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DXmlReaderBodyWriter.cs85 foreach (var p in inr.GetNamespacesInScope (XmlNamespaceScope.ExcludeXml)) in OnCreateBufferedCopy()
106 foreach (var p in nsr.GetNamespacesInScope (XmlNamespaceScope.ExcludeXml)) in OnCreateBufferedCopy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlNamespaceScope.cs25 ExcludeXml, enumerator
H A DXmlNamespacemanager.cs215 case XmlNamespaceScope.ExcludeXml: in GetNamespacesInScope()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlNamespaceScope.cs20 ExcludeXml, enumerator
H A DXmlNamespacemanager.cs227 case XmlNamespaceScope.ExcludeXml: in GetNamespacesInScope()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathNamespaceScope.cs10 ExcludeXml, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathNamespaceScope.cs13 ExcludeXml, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXmlSequenceWriter.cs204 …XPathNamespaceScope nsScope = (iLevel == 0) ? XPathNamespaceScope.ExcludeXml : XPathNamespaceScope… in CopyNode()
H A DXmlQueryOutput.cs853 CopyNamespaces(navigator, XPathNamespaceScope.ExcludeXml); in StartCopy()
961 …spaces(navigator, (this.depth - 1 == depthStart) ? XPathNamespaceScope.ExcludeXml : XPathNamespace… in CopyNode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXmlSequenceWriter.cs224 …XPathNamespaceScope nsScope = (iLevel == 0) ? XPathNamespaceScope.ExcludeXml : XPathNamespaceScope… in CopyNode()
H A DXmlQueryOutput.cs943 CopyNamespaces(navigator, XPathNamespaceScope.ExcludeXml); in StartCopy()
1060 …Namespaces(navigator, (_depth - 1 == depthStart) ? XPathNamespaceScope.ExcludeXml : XPathNamespace… in CopyNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml.XPath/
H A DXPathNavigatorCommonTests.cs292 Assert.IsTrue (!nav.MoveToNextNamespace (XPathNamespaceScope.ExcludeXml)); in XmlNamespaceNode()
320 …Assert.IsTrue (nav.MoveToFirstNamespace (XPathNamespaceScope.ExcludeXml), "ExcludeXml should succe… in XmlNamespaceNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xml.Linq/Test/System.Xml.XPath/
H A DExtensionsTest.cs282 Assert.IsTrue (!nav.MoveToNextNamespace (XPathNamespaceScope.ExcludeXml)); in XmlNamespaceNode()
310 …Assert.IsTrue (nav.MoveToFirstNamespace (XPathNamespaceScope.ExcludeXml), "ExcludeXml should succe… in XmlNamespaceNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Cache/
H A DXPathDocumentNavigator.cs302 … if (namespaceScope != XPathNamespaceScope.ExcludeXml || !page[idx].IsXmlNamespaceNode) { in MoveToFirstNamespace()
345 case XPathNamespaceScope.ExcludeXml: in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Cache/
H A DXPathDocumentNavigator.cs331 … if (namespaceScope != XPathNamespaceScope.ExcludeXml || !page[idx].IsXmlNamespaceNode) in MoveToFirstNamespace()
378 case XPathNamespaceScope.ExcludeXml: in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/XPath/
H A DXNodeNavigator.cs426 case XPathNamespaceScope.ExcludeXml: in MoveToFirstNamespace()
598 case XPathNamespaceScope.ExcludeXml: in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlNamespaceManagerTests.cs242 XmlNamespaceScope x = XmlNamespaceScope.ExcludeXml;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/
H A DXNodeNavigator.cs413 case XPathNamespaceScope.ExcludeXml: in MoveToFirstNamespace()
553 case XPathNamespaceScope.ExcludeXml: in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DDocumentXPathNavigator.cs406 case XPathNamespaceScope.ExcludeXml: in MoveToFirstNamespace()
496 case XPathNamespaceScope.ExcludeXml: in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DDocumentXPathNavigator.cs494 case XPathNamespaceScope.ExcludeXml: in MoveToFirstNamespace()
603 case XPathNamespaceScope.ExcludeXml: in MoveToNextNamespace()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXsdValidator.cs255 … foreach (string ns in _nsManager.GetNamespacesInScope(XmlNamespaceScope.ExcludeXml).Values) in ProcessXsiAttributes()

12