Javascript debugger
Website design
↑
XMLReader {
bool open(string URI,
string encoding,
int options);
}
Set the URI containing the XML document to be parsed.
URI pointing to the document.
The document encoding or NULL
.
A bitmask of the XMLReader Options constants.
XMLReader::XML |
XMLReader::close |