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

COUNTER
counter


Document - get_documentElement

Specification

function get_documentElement
   (Self : in DOMDocument)
   return DOMElement;

Description

This is a convenience attribute that allows direct access to the child node that is the root element of the document. HTML documents for example would return the element with the tagName "'HTML"'.

Parameters

No parameters.

Return value

The root element of the XML tree.

Exceptions

This method raises no exceptions.

Standard

Introduced in DOM Level 1.


get_doctype get_implementation get_documentElement createElement createDocumentFragment createTextNode createComment createCDATASection createProcessingInstruction createAttribute createEntityReference getElementsByTagName importNode createElementNS createAttributeNS getElementsByTagNameNS getElementById

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