nodeTree Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbCommonModels.contentBlock
public class nodeTree : graphWrapNode<htmlWrapper>
The nodeTree type exposes the following members.
| Name | Description | |
|---|---|---|
| nodeTree(HtmlNode, nodeTree) |
Initializes a new instance of the nodeTree class.
| |
| nodeTree(String, HtmlDocument) | Initializes a new instance of the nodeTree class | |
| nodeTree(String, nodeTree) |
Initializes a new instance of the nodeTree class.
|
| Name | Description | |
|---|---|---|
| forTreeview | (Overrides graphWrapNode.forTreeview.) | |
| isLeaf | (Inherited from graphNodeBase.) | |
| isNullNode |
Gets a value indicating whether this instance is empty graph node, containing no wrapped item node.
(Inherited from graphWrapNodehtmlWrapper.) | |
| item |
The object associated with the graph
(Inherited from graphWrapNodehtmlWrapper.) | |
| Item |
Gets or sets the graphWrapNode with the specified key.
(Inherited from graphWrapNodehtmlWrapper.) | |
| level |
Gets the depth level, where 1 is the root
(Inherited from graphNodeBase.) | |
| name |
Ime koje je dodeljeno objektu
(Inherited from graphWrapNodehtmlWrapper.) | |
| parent |
Referenca prema parent objektu
(Inherited from graphWrapNodehtmlWrapper.) | |
| path |
Putanja objekta
(Inherited from graphNodeBase.) | |
| pathSeparator |
Gets the path separator used in this path format - if its not set it will look for parent's default path separator to set it. If there is no parent, it will use defaultPathSeparator (Inherited from graphNodeBase.) | |
| root |
Gets the root.
(Inherited from graphNodeBase.) |
| Name | Description | |
|---|---|---|
| Add(IGraphNode) |
Adds the specified newChild, if its name is not already occupied
(Inherited from graphWrapNodehtmlWrapper.) | |
| Add(String) |
Adds the specified name.
(Overrides graphWrapNode.Add(String).) | |
| Add(UTP) |
Adds the specified item into graph structure
(Inherited from graphWrapNodehtmlWrapper.) | |
| Add(String, htmlWrapper) |
Adds new node or nodes to correspond to specified path or name. pathOrName can be path like: path1\\path2\\path3
(Overrides graphWrapNode.Add(String, UTP).) | |
| ContainsKey |
Determines whether the specified key contains key.
(Inherited from graphNodeBase.) | |
| Count | (Inherited from graphNodeBase.) | |
| Equals | (Inherited from Object.) | |
| getBlocks |
Splits the page content into targetBlockCount number of blocks using heuristic algorithm of SM-Crawlers
| |
| getChildNames |
Gets the child names.
(Inherited from graphNodeBase.) | |
| GetEnumerator | (Inherited from graphWrapNodehtmlWrapper.) | |
| getFirst |
Gets the first.
(Inherited from graphNodeBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Remove(String) |
Removes by the key specified
(Inherited from graphNodeBase.) | |
| Remove(IEnumerableString) |
Removes all children with matching [!:graphNode.name] (Inherited from graphNodeBase.) | |
| RemoveByKey |
Removes child matching the specified key, on no match returns false (Inherited from graphNodeBase.) | |
| SetItem | (Inherited from graphWrapNodehtmlWrapper.) | |
| ToString | (Inherited from Object.) | |
| ToStringPathList |
To the string path list.
(Inherited from graphWrapNodehtmlWrapper.) |