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


Glossary Item Box

The following tables list the members exposed by XmlLightElement.

Public Constructors

 NameDescription
Public ConstructorXmlLightElement ConstructorCreates a new xml element  
Top

Public Fields

 NameDescription
Public FieldAttributesReturns the attributes of this html element  
Public Fieldstatic (Shared in Visual Basic)CDATAProvides tag name assigned to the CDATA nodes in the heirarchy  
Public FieldChildrenReturns the children of this html element  
Public Fieldstatic (Shared in Visual Basic)COMMENTProvides tag name assigned to comment nodes in the heirarchy  
Public Fieldstatic (Shared in Visual Basic)CONTROLProvides tag name assigned to the TEXT nodes in the heirarchy  
Public Fieldstatic (Shared in Visual Basic)PROCESSINGProvides tag name assigned to processing instruction nodes in the heirarchy  
Public Fieldstatic (Shared in Visual Basic)ROOTProvides tag name assigned to the ROOT node of the heirarchy  
Public Fieldstatic (Shared in Visual Basic)TEXTProvides tag name assigned to the TEXT nodes in the heirarchy  
Top

Public Properties

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

Public Methods

 NameDescription
Public MethodCreateNavigatorReturns a new System.Xml.XPath.XPathNavigator object.  
Public MethodFindElementFinds the elements matching the provided criteria  
Public MethodGetElementByIdDeep-scans heirarchy for the element with the provided id  
Public MethodRemoveRemoves this node from it's parent element  
Public MethodSelectReturns the elements from the given xpath expression  
Public MethodSelectSingleNodeReturns the first element from the given xpath expression  
Public MethodWriteUnformattedWrites the modified document in it's original formatting  
Public MethodWriteXmlOverloaded. Writes XML to an xml writer to ensure proper formatting  
Top

Protected Methods

 NameDescription
Protected MethodWriteTextWrites the text to the xml writer while preserving entities and still ensuring the remainder of the text is properly encoded.  
Top

See Also

Generated with Document! X 2011 by Innovasys