XmlHelperFetch Method (String, String, XmlDocument, String) |
抓取关键字的值
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string Fetch(
string parentNodeName,
string nodeName,
XmlDocument doc,
string resultType
)
public:
static String^ Fetch(
String^ parentNodeName,
String^ nodeName,
XmlDocument^ doc,
String^ resultType
)
Parameters
- parentNodeName
- Type: SystemString
父节点名称 - nodeName
- Type: SystemString
节点名称 - doc
- Type: System.XmlXmlDocument
Xml 文档对象 - resultType
- Type: SystemString
返回类型 text | xml
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.Fetch(System.String,System.String,System.Xml.XmlDocument,System.String)"]
See Also