XMLReader->open()

(no version information, might be only in CVS)

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

Beschreibung

class XMLReader {

bool open ( string URI )

}

Set the URI containing the XML document to be parsed.

Parameter Liste

URI

URI pointing to the document.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch

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