Parser - parseURI
Specification
function parseURI
(Self : in DOMParser;
uri : in DOMString)
return DOMDocument;
Description
Parse via a file path or URL.
This method invokes the parsing process on the XML file specified by the DOMString parameter 'systemId'. The parser owns the returned Document. It will be deleted when the parser is freed.
Parameters
| systemId | The path to the XML file to be parsed. |
Return value
The newly created and populated Document.
Standard
Introduced in DOM Level 3 Load and Save (not yet standardized).
parseURI
canSetFeature
setFeature
getFeature
set_ErrorHandler
e-Mail: denny@nodix.de
|