Version 0.9  What is XML4Ada95?  Installation  How-To  API  Download 

COUNTER
counter


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

design shareright © 2002 Phlash  
inhalt © 2003-04 Zdenko Denny Vrandecic  
last update: 14.01.2004 website created by XML4Ada95 DocGen