The following tables list the members exposed by XmlLightDocument.
Name | Description | |
---|---|---|
XmlLightDocument 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 |
Name | Description | |
---|---|---|
_parserStack | Stores the current node stack while parsing documents |
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 | |
AddComment | Encountered comment in the document | |
AddControl | Encountered control information <! ... > in the document | |
AddInstruction | Encountered processing instruction <? ... ?> in the document | |
AddText | Encountered text or whitespace in the document | |
CreateNavigator | Returns a new System.Xml.XPath.XPathNavigator object. (Inherited from CSharpTest.Net.Html.XmlLightElement) | |
EndDocument | Ends the processing of an xml input | |
EndTag | Ends the processing of an xml tag | |
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 | |
StartTag | Begins the processing of an xml tag | |
WriteUnformatted | Overridden. Writes the re-constructed document while attempting to preserve formatting | |
WriteXml | Overloaded. Overridden. Writes the re-constructed innerXML |
Name | Description | |
---|---|---|
WriteText | (Inherited from CSharpTest.Net.Html.XmlLightElement) |
Reference
XmlLightDocument ClassCSharpTest.Net.Html Namespace