XMLReader->open()

(no version information, might be only in CVS)

XMLReader->open() -- Set the URI containing the XML to parse

Descripción

class XMLReader {

bool open ( string URI )

}

Set the URI containing the XML document to be parsed.

Lista de parámetros

URI

URI pointing to the document.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también

XMLReader->XML()
XMLReader->close()