 | nodeBlock Class |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
One block of content nodes
Inheritance Hierarchy
Namespace:
imbCommonModels.contentBlock
Assembly:
imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic class nodeBlock : List<htmlWrapper>
The nodeBlock type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Add(T) | (Inherited from ListhtmlWrapper.) |
 | Add(graphWrapNodehtmlWrapper) | |
 | AddRange | (Inherited from ListhtmlWrapper.) |
 | AsReadOnly | (Inherited from ListhtmlWrapper.) |
 | BinarySearch(T) | (Inherited from ListhtmlWrapper.) |
 | BinarySearch(T, IComparerT) | (Inherited from ListhtmlWrapper.) |
 | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListhtmlWrapper.) |
 | CalculateEntropy |
Calculates the entropy.
|
 | Clear | (Inherited from ListhtmlWrapper.) |
 | Contains | (Inherited from ListhtmlWrapper.) |
 | ConvertAllTOutput | (Inherited from ListhtmlWrapper.) |
 | CopyTo(T) | (Inherited from ListhtmlWrapper.) |
 | CopyTo(T, Int32) | (Inherited from ListhtmlWrapper.) |
 | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListhtmlWrapper.) |
 | Equals | (Inherited from Object.) |
 | Exists | (Inherited from ListhtmlWrapper.) |
 | Find | (Inherited from ListhtmlWrapper.) |
 | FindAll | (Inherited from ListhtmlWrapper.) |
 | FindIndex(PredicateT) | (Inherited from ListhtmlWrapper.) |
 | FindIndex(Int32, PredicateT) | (Inherited from ListhtmlWrapper.) |
 | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListhtmlWrapper.) |
 | FindLast | (Inherited from ListhtmlWrapper.) |
 | FindLastIndex(PredicateT) | (Inherited from ListhtmlWrapper.) |
 | FindLastIndex(Int32, PredicateT) | (Inherited from ListhtmlWrapper.) |
 | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListhtmlWrapper.) |
 | ForEach | (Inherited from ListhtmlWrapper.) |
 | getContent |
Extracting text from leaf nodes in the block
|
 | GetEnumerator | (Inherited from ListhtmlWrapper.) |
 | GetHashCode | (Inherited from Object.) |
 | GetRange | (Inherited from ListhtmlWrapper.) |
 | GetTextTokenStats |
Gets the text token stats.
|
 | GetType | (Inherited from Object.) |
 | IndexOf(T) | (Inherited from ListhtmlWrapper.) |
 | IndexOf(T, Int32) | (Inherited from ListhtmlWrapper.) |
 | IndexOf(T, Int32, Int32) | (Inherited from ListhtmlWrapper.) |
 | Insert | (Inherited from ListhtmlWrapper.) |
 | InsertRange | (Inherited from ListhtmlWrapper.) |
 | isChild |
Determines whether the specified xPath points to node within this block
|
 | LastIndexOf(T) | (Inherited from ListhtmlWrapper.) |
 | LastIndexOf(T, Int32) | (Inherited from ListhtmlWrapper.) |
 | LastIndexOf(T, Int32, Int32) | (Inherited from ListhtmlWrapper.) |
 | Remove | (Inherited from ListhtmlWrapper.) |
 | RemoveAll | (Inherited from ListhtmlWrapper.) |
 | RemoveAt | (Inherited from ListhtmlWrapper.) |
 | RemoveRange | (Inherited from ListhtmlWrapper.) |
 | Reverse | (Inherited from ListhtmlWrapper.) |
 | Reverse(Int32, Int32) | (Inherited from ListhtmlWrapper.) |
 | Sort | (Inherited from ListhtmlWrapper.) |
 | Sort(IComparerT) | (Inherited from ListhtmlWrapper.) |
 | Sort(ComparisonT) | (Inherited from ListhtmlWrapper.) |
 | Sort(Int32, Int32, IComparerT) | (Inherited from ListhtmlWrapper.) |
 | ToArray | (Inherited from ListhtmlWrapper.) |
 | ToString | (Inherited from Object.) |
 | TrimExcess | (Inherited from ListhtmlWrapper.) |
 | TrueForAll | (Inherited from ListhtmlWrapper.) |
Top
See AlsoReference
[!:System.Collections.Generic.List<imbCommonModels.contentBlock.htmlWrapper>]