Click or drag to resize

HtmlTagCategoryTree Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Provides statistics on HTML node structures
Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphNodeCustom
      imbNLP.Toolkit.Documents.HtmlAnalysisHtmlTagCounter
        imbNLP.Toolkit.Documents.HtmlAnalysisHtmlTagCategoryTree

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public class HtmlTagCategoryTree : HtmlTagCounter

The HtmlTagCategoryTree type exposes the following members.

Constructors
  NameDescription
Public methodHtmlTagCategoryTree
Initializes a new instance of the HtmlTagCategoryTree class
Top
Properties
  NameDescription
Public propertyalias (Inherited from HtmlTagCounter.)
Protected propertychildren (Inherited from graphNodeCustom.)
Public propertycounterDictionary
Public propertydescription (Inherited from HtmlTagCounter.)
Public propertyDistinctTags
Public propertyDistinctUnknownTags
Protected propertydoAutonameFromTypeName (Inherited from HtmlTagCounter.)
Protected propertydoAutorenameOnExisting (Inherited from HtmlTagCounter.)
Public propertyforTreeview (Inherited from graphNodeCustom.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertylevel (Inherited from graphNodeBase.)
Protected propertymychildren (Inherited from graphNodeCustom.)
Public propertyname (Inherited from graphNodeBase.)
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Inherited from HtmlTagCounter.)
Public propertyroot (Inherited from graphNodeBase.)
Public propertyScore (Inherited from HtmlTagCounter.)
Public propertytag (Inherited from HtmlTagCounter.)
Public propertyUnknownTags
Gets or sets the unknown tags.
Public propertyweight (Inherited from HtmlTagCounter.)
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphNodeCustom.)
Public methodAdd(IGraphNode) (Inherited from graphNodeCustom.)
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodCountTags
Counts the tags.
Public methodCreateChildItem (Inherited from graphNodeCustom.)
Public methodDefineTags
Defines the tags.
(Inherited from HtmlTagCounter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetDataTable
Gets the data table.
Public methodGetEnumerator (Inherited from graphNodeBase.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetIMBStandardCategoryTree
Declares standard
Public methodGetIndex (Inherited from graphNodeCustom.)
Public methodGetOrAddCategory (Inherited from HtmlTagCounter.)
Public methodGetResultList
Gets the result list.
Public methodGetScore (Inherited from HtmlTagCounter.)
Public methodGetSibling (Inherited from graphNodeCustom.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Merges the specified item b.
Protected methodPrepare
Protected methodRegister
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Protected methodScoreUp(Int32) (Inherited from HtmlTagCounter.)
Public methodScoreUp(String, Int32) (Inherited from HtmlTagCounter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also