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 |
| getElementById | 1 | |
| getElementsByTagName | 1 | |
| ToString | 1 |
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
namespace
attributes
elements
id
getElementById(
String)getElementsByTagName(
String)ToString()