Class | Description | |
---|---|---|
HtmlLightDocument | Represents a loosly parsed html document | |
XhtmlValidation | Provides validation of Xhtml documents based on w3c DTDs | |
XmlLightAttributes | A collection of attributes for an element | |
XmlLightDocument | Inteded to quickly read 'mostly' well-formed html text | |
XmlLightElement | Represents an html element | |
XmlLightParser | Provides a means by which you can cursur through xml/html documents and be notified for each tag/text/etc via implementing the IXmlLightReader interface. |
Interface | Description | |
---|---|---|
IXmlLightReader | Provides a means by which the XmlLightParser can inform you of the document elements encountered. |
Structure | Description | |
---|---|---|
XmlLightAttribute | Represents a single attribute on an xml element | |
XmlTagInfo | Wraps up the information about a tag start while parsing |
Enumeration | Description | |
---|---|---|
XhtmlDTDSpecification | Defines the required DTD specification | |
XmlLightParser.AttributeFormat | Determines how strict attributes are treated durring parsing | |
XmlQuoteStyle | The quote used with an attribute value |