Absolute |
[SerializableAttribute] public sealed class AbsoluteDocumentPath : ICloneable
The AbsoluteDocumentPath type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsoluteDocumentPath(AbsoluteDocumentPath) | Initializes a new instance of the AbsoluteDocumentPath class |
![]() | AbsoluteDocumentPath(IEnumerableString) | Initializes a new instance of the AbsoluteDocumentPath class |
Name | Description | |
---|---|---|
![]() | Count | |
![]() | Item | |
![]() | LastPart | Gets the last part, which is often the name of the object. |
![]() | LastPartOrDefault | Gets the last part, which is often the name of the object. |
![]() | ParentPath | Gets the parent path of the current path. The parent path contains all parts except for the last part. |
Name | Description | |
---|---|---|
![]() | Append(AbsoluteDocumentPath) | |
![]() | Append(String) | |
![]() | Clone | |
![]() | Equals | (Overrides ObjectEquals(Object)) |
![]() ![]() | GetAbsolutePath |
Get the absolute path of the node C# node |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() ![]() | GetNodeOrLeastResolveableNode | Gets the node that is designated by the provided path or the least resolveable node. |
![]() ![]() | GetObject(AbsoluteDocumentPath, IDocumentLeafNode) | |
![]() ![]() | GetObject(AbsoluteDocumentPath, IDocumentLeafNode, IDocumentNode) | Resolves the path by first using startnode as starting point. If that failed, try using documentRoot as starting point. |
![]() ![]() | GetPath |
Get the absolute path of the node C# node C# maxDepth |
![]() ![]() | GetPathString | |
![]() ![]() | GetRootNode |
Get the root node of the node C# node |
![]() ![]() | GetRootNodeImplementing(IDocumentLeafNode, Type) |
Get the first parent node of the node C# node C# type. |
![]() ![]() | GetRootNodeImplementingT(IDocumentLeafNode) |
Get the first parent node of the node C# node C# type. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ReplaceLastPart | Replaces the last part of the AbsoluteDocumentPath, which is often the name of the object. |
![]() | ReplacePathParts | Replaces parts of the part by another part. |
![]() | StartsWith | |
![]() | SubPath | |
![]() | ToString | (Overrides ObjectToString) |
![]() ![]() | TryGetAbsolutePath |
Get the absolute path of the node C# node |
Name | Description | |
---|---|---|
![]() ![]() | DocumentPathOfRootNode |