GetXMLStandalone()
语法
Result = GetXMLStandalone(#XML)概要
Returns the value of the "standalone" attribute in the XML declaration of the document.
参数
#XML The XML to use.
返回值
It can be one of the following values:#PB_XML_StandaloneYes : The document mode is standalone #PB_XML_StandaloneNo : The document mode is not standalone #PB_XML_StandaloneUnset: The standalone mode is not specified in the declaration
参阅
SetXMLStandalone()
已支持操作系统
所有