A generic xml element node
XmlElement
01 Syntax
Microsoft.VisualBasic.MIME.application.xml.XmlElement
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ParseXmlText | 1 | parse the xml document text |
03 Properties
04 Members
ParseXmlText(
String)parse the xml document text
Parameters
| Name | Type | Description |
|---|---|---|
xmlText | String | the xml document text |
name
the xml tag name
text
the content value of the current xml node
comment
the content text of the comment in current node