View Source
Class RenamedRootNavigator
Inheritance
System.Object
System.Xml.XPath.XPathItem
System.Xml.XPath.XPathNavigator
Assembly: Umbraco.Core.dll
Syntax
public class RenamedRootNavigator : XPathNavigator, ICloneable, IXmlNamespaceResolver, IXPathNavigable
Constructors
View Source
RenamedRootNavigator(XPathNavigator, String)
Declaration
public RenamedRootNavigator(XPathNavigator navigator, string rootName)
Parameters
Type |
Name |
Description |
System.Xml.XPath.XPathNavigator |
navigator |
|
System.String |
rootName |
|
Properties
View Source
BaseURI
Declaration
public override string BaseURI { get; }
Property Value
Type |
Description |
System.String |
|
View Source
IsEmptyElement
Declaration
public override bool IsEmptyElement { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LocalName
Declaration
public override string LocalName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
NamespaceURI
Declaration
public override string NamespaceURI { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public override XmlNameTable NameTable { get; }
Property Value
Type |
Description |
System.Xml.XmlNameTable |
|
View Source
NodeType
Declaration
public override XPathNodeType NodeType { get; }
Property Value
Type |
Description |
System.Xml.XPath.XPathNodeType |
|
View Source
Prefix
Declaration
public override string Prefix { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Value
Declaration
public override string Value { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
Clone()
Declaration
public override XPathNavigator Clone()
Returns
Type |
Description |
System.Xml.XPath.XPathNavigator |
|
View Source
IsSamePosition(XPathNavigator)
Declaration
public override bool IsSamePosition(XPathNavigator other)
Parameters
Type |
Name |
Description |
System.Xml.XPath.XPathNavigator |
other |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveTo(XPathNavigator)
Declaration
public override bool MoveTo(XPathNavigator other)
Parameters
Type |
Name |
Description |
System.Xml.XPath.XPathNavigator |
other |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToFirstAttribute()
Declaration
public override bool MoveToFirstAttribute()
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToFirstChild()
Declaration
public override bool MoveToFirstChild()
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToFirstNamespace(XPathNamespaceScope)
Declaration
public override bool MoveToFirstNamespace(XPathNamespaceScope namespaceScope)
Parameters
Type |
Name |
Description |
System.Xml.XPath.XPathNamespaceScope |
namespaceScope |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToId(String)
Declaration
public override bool MoveToId(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToNext()
Declaration
public override bool MoveToNext()
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToNextAttribute()
Declaration
public override bool MoveToNextAttribute()
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToNextNamespace(XPathNamespaceScope)
Declaration
public override bool MoveToNextNamespace(XPathNamespaceScope namespaceScope)
Parameters
Type |
Name |
Description |
System.Xml.XPath.XPathNamespaceScope |
namespaceScope |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToParent()
Declaration
public override bool MoveToParent()
Returns
Type |
Description |
System.Boolean |
|
View Source
MoveToPrevious()
Declaration
public override bool MoveToPrevious()
Returns
Type |
Description |
System.Boolean |
|