Dom.DOMParser Class Reference

Detailed Description

A web API for parsing XML, HTML and SVG documents. Just a convenience wrapper over the HtmlParser.

Public Member Functions

Dom.Document parseFromString (string text, string type)
 Parses a complete document from the given string. More...
 

Member Function Documentation

Dom.Document Dom.DOMParser.parseFromString ( string  text,
string  type 
)
inline

Parses a complete document from the given string.