XMLReader->open()
(no version information, might be only in CVS)
XMLReader->open() -- Set the URI containing the XML to parse
说明
class
XMLReader {
bool
open ( string URI )
}
Set the URI containing the XML document to be parsed.
参数
- URI
URI pointing to the document.
返回值
如果成功则返回 TRUE,失败则返回 FALSE。