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


Glossary Item Box

The following tables list the members exposed by XmlLightDocument.

Public Constructors

 NameDescription
Public ConstructorXmlLightDocument 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  
Top

Protected Fields

 NameDescription
Protected Field_parserStackStores the current node stack while parsing documents  
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  
Public MethodAddCommentEncountered comment in the document  
Public MethodAddControlEncountered control information <! ... > in the document  
Public MethodAddInstructionEncountered processing instruction <? ... ?> in the document  
Public MethodAddTextEncountered text or whitespace in the document  
Public MethodCreateNavigatorReturns a new System.Xml.XPath.XPathNavigator object. (Inherited from CSharpTest.Net.Html.XmlLightElement)
Public MethodEndDocumentEnds the processing of an xml input  
Public MethodEndTagEnds the processing of an xml tag  
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  
Public MethodStartTagBegins the processing of an xml tag  
Public MethodWriteUnformattedOverridden. Writes the re-constructed document while attempting to preserve formatting  
Public MethodWriteXmlOverloaded. Overridden. Writes the re-constructed innerXML  
Top

Protected Methods

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

See Also

Generated with Document! X 2011 by Innovasys