Home
last modified time | relevance | path

Searched refs:MoveToNamespace (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XslTransformApi/
H A DMyNavigator.cs95 public override bool MoveToNamespace(string name) in MoveToNamespace() method in MyNavigator
97 return _xn.MoveToNamespace(name); in MoveToNamespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DQuerySafeNavigator.cs465 public override bool MoveToNamespace(string name) in MoveToNamespace() method in System.ServiceModel.Dispatcher.SafeSeekableNavigator
468 return this.navigator.MoveToNamespace(name); in MoveToNamespace()
839 public override bool MoveToNamespace(string name) in MoveToNamespace() method in System.ServiceModel.Dispatcher.GenericSeekableNavigator
842 return this.navigator.MoveToNamespace(name); in MoveToNamespace()
H A DSeekableMessageNavigator.cs844 public override bool MoveToNamespace(string name) in MoveToNamespace() method in System.ServiceModel.Dispatcher.SeekableMessageNavigator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/NewXml/
H A DDataDocumentXPathNavigator.cs82 public override bool MoveToNamespace(string name) { in MoveToNamespace() method in System.Xml.DataDocumentXPathNavigator
85 return _curNode.MoveToNamespace( name ); in MoveToNamespace()
H A DXPathNodePointer.cs1257 internal bool MoveToNamespace(string name) { in MoveToNamespace() method in System.Xml.XPathNodePointer
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Xml/
H A DDataDocumentXPathNavigator.cs79 public override bool MoveToNamespace(string name) => in MoveToNamespace() method in System.Xml.DataDocumentXPathNavigator
81 false : _curNode.MoveToNamespace(name); in MoveToNamespace()
H A DXPathNodePointer.cs1399 internal bool MoveToNamespace(string name) in MoveToNamespace() method in System.Xml.XPathNodePointer
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/XPath/XDocument/
H A DNavigatorComparer.cs418 public override bool MoveToNamespace(string value) in MoveToNamespace() method in System.Xml.XPath.XDocument.Tests.XDocument.NavigatorComparer
420 var r1 = _nav1.MoveToNamespace(value); in MoveToNamespace()
421 var r2 = _nav2.MoveToNamespace(value); in MoveToNamespace()
/dports/lang/mono/mono-5.10.1.57/docs/HtmlAgilityPack/
H A DHtmlNodeNavigator.cs618 public override bool MoveToNamespace(string name) in MoveToNamespace() method in HtmlAgilityPack.HtmlNodeNavigator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlAgilityPack/
H A DHtmlNodeNavigator.cs753 public override bool MoveToNamespace(string name) in MoveToNamespace() method in HtmlAgilityPack.HtmlNodeNavigator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathNavigator.cs370 else if (MoveToNamespace(prefix)) { in LookupNamespace()
561 if (!MoveToNamespace(name)) { in GetNamespace()
575 public virtual bool MoveToNamespace(string name) { in MoveToNamespace() method in System.Xml.XPath.XPathNavigator
H A DXPathNavigatorReader.cs1112 public override bool MoveToNamespace( string prefix ) { in MoveToNamespace() method in System.Xml.XPath.XmlEmptyNavigator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathNavigator.cs456 else if (MoveToNamespace(prefix)) in LookupNamespace()
669 if (!MoveToNamespace(name)) in GetNamespace()
684 public virtual bool MoveToNamespace(string name) in MoveToNamespace() method in System.Xml.XPath.XPathNavigator
H A DXPathNavigatorReader.cs1287 public override bool MoveToNamespace(string prefix) in MoveToNamespace() method in System.Xml.XPath.XmlEmptyNavigator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Xml.XPath/
H A DDTMXPathNavigator2.cs616 public override bool MoveToNamespace (string name) in MoveToNamespace() method in Mono.Xml.XPath.SeekableDTMXPathNavigator2
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/XPath/
H A DXNodeNavigator.cs456 public override bool MoveToNamespace(string localName) in MoveToNamespace() method in System.Xml.XPath.XNodeNavigator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/
H A DXNodeNavigator.cs439 public override bool MoveToNamespace(string localName) { in MoveToNamespace() method in System.Xml.XPath.XNodeNavigator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceModel.Syndication/tests/Utils/
H A DXmlDiffDocument.cs961 public override bool MoveToNamespace(String name) in MoveToNamespace() method in System.ServiceModel.Syndication.Tests.XmlDiffNavigator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Xml/XmlDiff/
H A DXmlDiffDocument.cs842 public bool MoveToNamespace(String name) in MoveToNamespace() method in System.Xml.XmlDiff.XmlDiffNavigator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DDocumentXPathNavigator.cs350 public override bool MoveToNamespace(string name) { in MoveToNamespace() method in System.Xml.DocumentXPathNavigator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DDocumentXPathNavigator.cs425 public override bool MoveToNamespace(string name) in MoveToNamespace() method in System.Xml.DocumentXPathNavigator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Xml.ReaderWriter/ref/
H A DSystem.Xml.ReaderWriter.cs2660 public virtual bool MoveToNamespace(string name) { throw null; } in MoveToNamespace() method in System.Xml.XPath.XPathNavigator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.Xml.cs3519 public virtual bool MoveToNamespace(string name) { throw null; } in MoveToNamespace() method in System.Xml.XPath.XPathNavigator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Xml.cs3568 public virtual bool MoveToNamespace(string name) { throw null; } in MoveToNamespace() method in System.Xml.XPath.XPathNavigator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Xml.cs3593 public virtual bool MoveToNamespace(string name) { throw null; } in MoveToNamespace() method in System.Xml.XPath.XPathNavigator

12