Html Namespace

An easy-to-implement function library providing object-based operations for HTML and hypertext-style languages like XML. See the full project source at https://github.com/danielanywhere/Html

Classes

ChangeObjectCollectionT Collection of ChangeObjectItem Items, which itself raises events when the contents of this collection or when the property of one of its items have changed.
ChangeObjectItem The object whose changes will raise an event.
CollectionChangeEventArgsT General collection change event arguments.
Conversion Handles common forms of data conversion.
CssAttributeCollection Collection of CssAttributeItem Items.
CssAttributeItem Individual CSS attribute specification.
CssEntryBuilder Entry building helper for css entries.
CssEntryCollection Collection of CssEntryItem Items.
CssEntryItem Individual CSS entry.
CssUtil Utility features and functions for working with CSS values.
DataUrl Data URL handling and functionality.
DateHelper Miscellaneous Methods for extending Date and Time Functions.
DateRelative Class for handling relative Dates such as 'Day 1 6 Months Ago', etc.
HtmlAttributeCollection Collection of HtmlAttributeItem Items.
HtmlAttributeItem Definition of an Attribute Name and Value.
HtmlDocument Structured HTML Document.
HtmlNodeCollection Collection of HtmlNodeItem Items.
HtmlNodeItem A Single HTML Node.
HtmlUtil Features and functionality for the HTML library.
IntCollection Collection of int Items.
IntRange Definition of a contiguous range of Int values.
IntRangeCollection Collection of IntRange Items.
LongString Special String handling class for text-type data strings.
Mime Multi-purpose Internet Mail Extension functionality and features.
NameCollection Collection of NameItem Items.
NameIDCollection Collection of NameIDItem Items.
NameIDItem A generic Item containing a Name and an ID.
NameItem Simple Item containing a Name and optional Description.
ObjectCollection Collection of object Items.
PropertyChangeEventArgs General panel property change event arguments.
RuleCollection Collection of RuleItem Items.
RuleItem Individual CSS rule definition.
StringEventArgs Arguments for String Events.
StringTokenCollection Collection of StringTokenItem Items.
StringTokenItem Individual tokenized string.

Delegates

StringEventHandler Handler for String Events.

Enumerations

BackgroundRepeatType Enumeration of Types used for Background Repeating.
CssPartEnum Enumeration of known CSS parts.
FontVariant Enumeration of Font Variant members.
FontWeight Enumeration of Font Weight Values.
HexStyle Hexadecimal Layout Styles.
Operations Enumeration of Comparison Operators.
PositionType Enumeration of Positioning Modes.
RangePart Enumeration of Parts of a Range.
RelativeDateType Enumeration of Relative Date Types.
SysType Enumeration of common system types.
TextDecorationType Enumeration of Text Decoration Values.
VAlignmentType Enumeration of Vertical Alignment Types.
VisibilityType Enumeration of Visibilitiy Values.