nodeTree Methods |
[This is preliminary documentation and is subject to change.]
The nodeTree type exposes the following members.
| 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.) |