Click or drag to resize

nodeBlock Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

One block of content nodes
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListhtmlWrapper
    imbCommonModels.contentBlocknodeBlock

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class nodeBlock : List<htmlWrapper>

The nodeBlock type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCapacity (Inherited from ListhtmlWrapper.)
Public propertyCount (Inherited from ListhtmlWrapper.)
Public propertyE
Public propertyentropy
Public propertyisRelevantContent
TRUE if the block content is confirmed to be on Serbian
Public propertyItem (Inherited from ListhtmlWrapper.)
Public propertylbf
Links in block - normalized frequency
Public propertylinkNodeCount
Number of nodes that are links actually
Public propertyrole
Public propertytextContent
Textual content of the block
Public propertytextHash
Block text hash
Public propertytokenStats
Public propertyxPathList
Public propertyxPathRoots
Top
Methods
  NameDescription
Public methodAdd(T) (Inherited from ListhtmlWrapper.)
Public methodAdd(graphWrapNodehtmlWrapper)
Public methodAddRange (Inherited from ListhtmlWrapper.)
Public methodAsReadOnly (Inherited from ListhtmlWrapper.)
Public methodBinarySearch(T) (Inherited from ListhtmlWrapper.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListhtmlWrapper.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListhtmlWrapper.)
Public methodCalculateEntropy
Calculates the entropy.
Public methodClear (Inherited from ListhtmlWrapper.)
Public methodContains (Inherited from ListhtmlWrapper.)
Public methodConvertAllTOutput (Inherited from ListhtmlWrapper.)
Public methodCopyTo(T) (Inherited from ListhtmlWrapper.)
Public methodCopyTo(T, Int32) (Inherited from ListhtmlWrapper.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListhtmlWrapper.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListhtmlWrapper.)
Public methodFind (Inherited from ListhtmlWrapper.)
Public methodFindAll (Inherited from ListhtmlWrapper.)
Public methodFindIndex(PredicateT) (Inherited from ListhtmlWrapper.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListhtmlWrapper.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListhtmlWrapper.)
Public methodFindLast (Inherited from ListhtmlWrapper.)
Public methodFindLastIndex(PredicateT) (Inherited from ListhtmlWrapper.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListhtmlWrapper.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListhtmlWrapper.)
Public methodForEach (Inherited from ListhtmlWrapper.)
Public methodgetContent
Extracting text from leaf nodes in the block
Public methodGetEnumerator (Inherited from ListhtmlWrapper.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListhtmlWrapper.)
Public methodGetTextTokenStats
Gets the text token stats.
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListhtmlWrapper.)
Public methodIndexOf(T, Int32) (Inherited from ListhtmlWrapper.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListhtmlWrapper.)
Public methodInsert (Inherited from ListhtmlWrapper.)
Public methodInsertRange (Inherited from ListhtmlWrapper.)
Public methodisChild
Determines whether the specified xPath points to node within this block
Public methodLastIndexOf(T) (Inherited from ListhtmlWrapper.)
Public methodLastIndexOf(T, Int32) (Inherited from ListhtmlWrapper.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListhtmlWrapper.)
Public methodRemove (Inherited from ListhtmlWrapper.)
Public methodRemoveAll (Inherited from ListhtmlWrapper.)
Public methodRemoveAt (Inherited from ListhtmlWrapper.)
Public methodRemoveRange (Inherited from ListhtmlWrapper.)
Public methodReverse (Inherited from ListhtmlWrapper.)
Public methodReverse(Int32, Int32) (Inherited from ListhtmlWrapper.)
Public methodSort (Inherited from ListhtmlWrapper.)
Public methodSort(IComparerT) (Inherited from ListhtmlWrapper.)
Public methodSort(ComparisonT) (Inherited from ListhtmlWrapper.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListhtmlWrapper.)
Public methodToArray (Inherited from ListhtmlWrapper.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListhtmlWrapper.)
Public methodTrueForAll (Inherited from ListhtmlWrapper.)
Top
See Also

Reference

[!:System.Collections.Generic.List<imbCommonModels.contentBlock.htmlWrapper>]