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

COUNTER
counter


ImplementationLS - createDOMParser

Specification

function createDOMParser
   (Self : in DOMImplementationLS)
   return DOMParser;

Description

Create a new DOMParser.
The newly constructed parser may then be configured by means of its setFeature method, and used to parse documents by means of its parse method.

Parameters

No parameters.

Return value

The newly created DOMParser object. The DOMParser is synchronous.

Exceptions

This method raises no exceptions.

Standard

Introduced in DOM Level 3 Load and Save.


Fetch createDOMParser createDOMSerializer

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