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