The following tables list the members exposed by HtmlLightDocument.
| Name | Description | |
|---|---|---|
![]()  | HtmlLightDocument Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | Attributes | Returns the attributes of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Children | Returns the children of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Root | Returns the root element (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
| Name | Description | |
|---|---|---|
![]()  | _parserStack | Stores the current node stack while parsing documents (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
| Name | Description | |
|---|---|---|
![]()  | ClosingTagWhitespace | Whitespace appearing before the close of the end tag (</div >) (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Document | Returns the root-level node (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | InnerText | Returns the inner text of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | InnerXml | Returns the re-constructed innerHTML in a well-formed Xml format (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | IsComment | Returns true if the node is a comment (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | IsEmpty | Returns true if the node is self-closing (i.e. ends with '/>') (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | IsSpecialTag | Returns true if the node is not a normal element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | IsText | Returns true if the node has a textual value, i.e. text or cdata (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | LocalName | Returns the name without the namespace prefix (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Namespace | Returns the namespace or empty string (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | NamespaceOrNull | Returns the namespace or null (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | NextSibling | Returns the next sibling element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | OpeningTagWhitespace | Whitespace appearing before the close of the start tag (<div >) (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | OriginalTag | Returns the text in it's original format. Where IsSpecial == true, this is used to rewrite the content. (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Parent | Returns the parent (if any) of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | PrevSibling | Returns the previous sibling element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | TagName | Returns the tag name of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Value | Returns the value (if any) of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
| Name | Description | |
|---|---|---|
![]()  | AddCData | Encountered cdata section in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
![]()  | AddComment | Encountered comment in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
![]()  | AddControl | Encountered control information <! ... > in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
![]()  | AddInstruction | Encountered processing instruction <? ... ?> in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
![]()  | AddText | Encountered text or whitespace in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
![]()  | CreateNavigator | Returns a new System.Xml.XPath.XPathNavigator object. (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | EndDocument | Overridden. Ends the processing of an xml input | 
![]()  | EndTag | Overridden. | 
![]()  | FindElement | Finds the elements matching the provided criteria (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | GetElementById | Deep-scans heirarchy for the element with the provided id (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Remove | Removes this node from it's parent element (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | Select | Returns the elements from the given xpath expression (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | SelectSingleNode | Returns the first element from the given xpath expression (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | StartDocument | Begins the processing of an xml input (Inherited from CSharpTest.Net.Html.XmlLightDocument) | 
![]()  | StartTag | Overridden. | 
![]()  | WriteUnformatted | Writes the modified document in it's original formatting (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
![]()  | WriteXml | Overloaded. Writes XML to an xml writer to ensure proper formatting (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
| Name | Description | |
|---|---|---|
![]()  | WriteText | (Inherited from CSharpTest.Net.Html.XmlLightElement) | 
Reference
HtmlLightDocument ClassCSharpTest.Net.Html Namespace
    
    
    
    
    
    




