CSharpTest.Net
HtmlLightDocument Class Members
See Also  Fields  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Html Namespace : HtmlLightDocument Class


Glossary Item Box

The following tables list the members exposed by HtmlLightDocument.

Public Constructors

 NameDescription
Public ConstructorHtmlLightDocument ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldAttributesReturns the attributes of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public FieldChildrenReturns the children of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public FieldRootReturns the root element (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Top

Protected Fields

 NameDescription
Protected Field_parserStackStores the current node stack while parsing documents (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Top

Public Properties

 NameDescription
Public PropertyClosingTagWhitespaceWhitespace appearing before the close of the end tag (</div >) (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyDocumentReturns the root-level node (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyInnerTextReturns the inner text of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyInnerXmlReturns the re-constructed innerHTML in a well-formed Xml format (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyIsCommentReturns true if the node is a comment (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyIsEmptyReturns true if the node is self-closing (i.e. ends with '/>') (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyIsSpecialTagReturns true if the node is not a normal element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyIsTextReturns true if the node has a textual value, i.e. text or cdata (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyLocalNameReturns the name without the namespace prefix (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyNamespaceReturns the namespace or empty string (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyNamespaceOrNullReturns the namespace or null (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyNextSiblingReturns the next sibling element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyOpeningTagWhitespaceWhitespace appearing before the close of the start tag (<div >) (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyOriginalTagReturns the text in it's original format. Where IsSpecial == true, this is used to rewrite the content. (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyParentReturns the parent (if any) of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyPrevSiblingReturns the previous sibling element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyTagNameReturns the tag name of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public PropertyValueReturns the value (if any) of this html element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Top

Public Methods

 NameDescription
Public MethodAddCDataEncountered cdata section in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Public MethodAddCommentEncountered comment in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Public MethodAddControlEncountered control information <! ... > in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Public MethodAddInstructionEncountered processing instruction <? ... ?> in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Public MethodAddTextEncountered text or whitespace in the document (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Public MethodCreateNavigatorReturns a new System.Xml.XPath.XPathNavigator object. (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodEndDocumentOverridden. Ends the processing of an xml input  
Public MethodEndTagOverridden.   
Public MethodFindElementFinds the elements matching the provided criteria (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodGetElementByIdDeep-scans heirarchy for the element with the provided id (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodRemoveRemoves this node from it's parent element (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodSelectReturns the elements from the given xpath expression (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodSelectSingleNodeReturns the first element from the given xpath expression (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodStartDocumentBegins the processing of an xml input (Inherited from CSharpTest.Net.Html.XmlLightDocument)
Public MethodStartTagOverridden.   
Public MethodWriteUnformattedWrites the modified document in it's original formatting (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodWriteXmlOverloaded. Writes XML to an xml writer to ensure proper formatting (Inherited from CSharpTest.Net.Html.XmlLightElement)
Top

Protected Methods

 NameDescription
Protected MethodWriteText (Inherited from CSharpTest.Net.Html.XmlLightElement)
Top

See Also

Generated with Document! X 2011 by Innovasys