?? type_ghtml.html
字號:
<html><head><title>Generated Documentation</title></head><body> <image src="headerimage.png"> <br><br><table><tr><td><big><big><big style="font-family: arial;"><b>GHtml</b></big></big></big><br><br></td><td> This class is for parsing HTML files. It's designed to be simple, not standards compliant, so it doesn't support anything but the most common HTML features. That's a feature, not a bug. This would be a very useful class for building a web-crawler that was interested in searching plain-text.</td></tr></table><br><br><big><big><i>Statics (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GHtml</b></big>(char* pDoc, int nSize, bool bOwnDoc)<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~GHtml</b></big>()<br></div><br><big><big><i>Abstracts</i></big></big><br><div style="margin-left: 40px;">void <big><b>OnComment</b></big>(const char* pComment, int nLen)<br><div style="margin-left: 80px;"><font color=brown> This method is called when an HTML comment (<!--comment-->) is found</font></div><br>void <big><b>OnTagParam</b></big>(const char* pTagName, int nTagNameLen, const char* pParamName, int nParamNameLen, const char* pValue, int nValueLen)<br><div style="margin-left: 80px;"><font color=brown> This method will be called for each parameter attribute in a tag. If you just want the display text, you can use an empty method. If you're interested in hyperlink targets, you will receive that information in here.</font></div><br>void <big><b>OnTextChunk</b></big>(const char* pChunk, int nChunkSize)<br><div style="margin-left: 80px;"><font color=brown> This method will be called whenever the parser finds a section of display text. You can get the meta-properties of the text chunk from the member variables in this class.</font></div><br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">void <big><b>Parse</b></big>()<br></div><br><big><big><i>Protected</i></big></big><br><div style="margin-left: 40px;">void <big><b>CloseBigTag</b></big>()<br>void <big><b>CloseBodyTag</b></big>()<br>void <big><b>CloseBoldTag</b></big>()<br>void <big><b>CloseCenterTag</b></big>()<br>void <big><b>CloseHeadTag</b></big>()<br>void <big><b>CloseHtmlTag</b></big>()<br>void <big><b>CloseItalicsTag</b></big>()<br>void <big><b>CloseLinkTag</b></big>()<br>void <big><b>CloseTableTag</b></big>()<br>void <big><b>CloseTitleTag</b></big>()<br>void <big><b>CloseUnderlineTag</b></big>()<br>void <big><b>IgnoreTag</b></big>()<br>void <big><b>OpenBigTag</b></big>()<br>void <big><b>OpenBodyTag</b></big>()<br>void <big><b>OpenBoldTag</b></big>()<br>void <big><b>OpenCenterTag</b></big>()<br>void <big><b>OpenHeadTag</b></big>()<br>void <big><b>OpenHtmlTag</b></big>()<br>void <big><b>OpenItalicsTag</b></big>()<br>void <big><b>OpenLinkTag</b></big>()<br>void <big><b>OpenTableTag</b></big>()<br>void <big><b>OpenTitleTag</b></big>()<br>void <big><b>OpenUnderlineTag</b></big>()<br>void <big><b>ParseTag</b></big>()<br></div><br></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -