https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
XmlEntity
01 Syntax
Microsoft.VisualBasic.Text.Xml.XmlEntity
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FindAllEscapeTokens | 1 | Find all possible xml entity escape tokens from a given text string |
| StripInvalidUTF8Code | 1 | Removes all of the invalid utf8 xml code from the given string. |
| UnescapeHTML | 1 | 处理HTML之中的特殊符号的转义 |
| IsXmlEntity | 1 | |
| EscapingXmlEntity | 1 | |
| UnescapingXmlEntity | 1 |
03 Members
FindAllEscapeTokens(
String)Find all possible xml entity escape tokens from a given text string
Parameters
| Name | Type | Description |
|---|---|---|
str | String | - |
StripInvalidUTF8Code(
String)Removes all of the invalid utf8 xml code from the given string. (使用这个函数删除xml文本字符串之中的无效的UTF8转义字符,这个函数对转义字符的大小写不敏感)
Remarks
Parameters
| Name | Type | Description |
|---|---|---|
str | String | - |
UnescapeHTML(
String)处理HTML之中的特殊符号的转义
Parameters
| Name | Type | Description |
|---|---|---|
html | String | - |
IsXmlEntity(
String)EscapingXmlEntity(
String)UnescapingXmlEntity(
String)