Метод | Описание | |
---|---|---|
AddComment ( string comment ) : void | ||
AddEmptyElement ( |
||
AddHtmlClipboardHeader ( string htmlString ) : string |
Adds Xhtml header information to Html data string so that it can be placed on clipboard
|
|
AddTextContent ( string textContent ) : void | ||
CloseElement ( string htmlElementName ) : void | ||
CreateElementCopy ( |
||
ExtractHtmlFromClipboardData ( string htmlDataString ) : string |
Extracts Html string from clipboard data by parsing header information in htmlDataString
|
|
HtmlParser ( string inputString ) : System |
Constructor. Initializes the _htmlLexicalAnalayzer element with the given input string
|
|
InvariantAssert ( bool condition, string message ) : void | ||
IsElementOpened ( string htmlElementName ) : bool | ||
OpenInlineElement ( |
||
OpenPendingInlineElements ( ) : void | ||
OpenStructuringElement ( |
||
ParseAttributes ( |
||
ParseHtml ( string htmlString ) : |
Instantiates an HtmlParser element and calls the parsing function on the given input string
|
|
ParseHtmlContent ( ) : |
Parses the stream of html tokens starting from the name of top-level element. Returns XmlElement representing the top-level html element
|