Click or drag to resize

AbsoluteDocumentPath Methods

The AbsoluteDocumentPath type exposes the following members.

Methods
 NameDescription
Public methodAppend(AbsoluteDocumentPath) 
Public methodAppend(String) 
Public methodClone 
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodStatic memberGetAbsolutePath Get the absolute path of the node
C#
node
starting from the root.
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberGetNodeOrLeastResolveableNode Gets the node that is designated by the provided path or the least resolveable node.
Public methodStatic memberGetObject(AbsoluteDocumentPath, IDocumentLeafNode) 
Public methodStatic memberGetObject(AbsoluteDocumentPath, IDocumentLeafNode, IDocumentNode) Resolves the path by first using startnode as starting point. If that failed, try using documentRoot as starting point.
Public methodStatic memberGetPath Get the absolute path of the node
C#
node
starting either from the root, or from the object in the depth
C#
maxDepth
, whatever is reached first.
Public methodStatic memberGetPathString 
Public methodStatic memberGetRootNode Get the root node of the node
C#
node
. The root node is defined as last node in the hierarchie that either has not implemented the IDocumentLeafNode interface or has no parent.
Public methodStatic memberGetRootNodeImplementing(IDocumentLeafNode, Type) Get the first parent node of the node
C#
node
that implements the given type
C#
type.
.
Public methodStatic memberGetRootNodeImplementingT(IDocumentLeafNode) Get the first parent node of the node
C#
node
that implements the given type
C#
type.
.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodReplaceLastPartReplaces the last part of the AbsoluteDocumentPath, which is often the name of the object.
Public methodReplacePathParts Replaces parts of the part by another part.
Public methodStartsWith 
Public methodSubPath 
Public methodToString
(Overrides ObjectToString)
Public methodStatic memberTryGetAbsolutePath Get the absolute path of the node
C#
node
starting from the root, or null if that fails.
Top
See Also