Click or drag to resize
HyperTextProcessor Methods

The HyperTextProcessor type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resource used by the HyperTextProcessor object.
Public methodGetCustomTags(ListHyperTextProcessorCustomTag)
Gets the custom tags extracted from the text.
Public methodGetCustomTags(ListHyperTextProcessorCustomTag) Obsolete.
Public methodGetLinkKeywordCollections(ListHyperTextProcessorKeywordCollectionClass)
Gets the link keyword collections.
Public methodGetLinkKeywordCollections(ListHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodGetLinks(ListHyperTextProcessorLink)
Gets the links extracted from the text.
Public methodGetLinks(ListHyperTextProcessorLink) Obsolete.
Public methodGetQuadKeywordCollections(ListHyperTextProcessorKeywordCollectionClass)
Gets the quad keyword collections.
Public methodGetQuadKeywordCollections(ListHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodGetQuads(ListHyperTextProcessorQuad)
Gets the quads extracted from the text.
Public methodGetQuads(ListHyperTextProcessorQuad) Obsolete.
Public methodGetTagKeywordCollections(ListHyperTextProcessorKeywordCollectionClass)
Gets the tag keyword collections.
Public methodGetTagKeywordCollections(ListHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodOnEnable
Initializes this instance. Call this method when the provider is enabled, or this instance is otherwise first initialized.
Public methodSetLinkKeywordCollections(IEnumerableHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodSetLinkKeywordCollections(IListHyperTextProcessorKeywordCollectionClass)
Sets the link keyword collections.
Public methodSetQuadKeywordCollections(IEnumerableHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodSetQuadKeywordCollections(IListHyperTextProcessorKeywordCollectionClass)
Sets the quad keyword collections.
Public methodSetTagKeywordCollections(IEnumerableHyperTextProcessorKeywordCollectionClass) Obsolete.
Public methodSetTagKeywordCollections(IListHyperTextProcessorKeywordCollectionClass)
Sets the tag keyword collections.
Top
See Also