Moving to XML
|
The DOM: what is an Element?
- A 'tag'
-
With 'attributes'
-
And 'contents'
- other elements which are children of this
element
- text elements
- Constructed by calling the createElement( String tagName)
method of the Document object
- Or in Jacquard, by calling the generate method of a class
which implements the NodeGenerator interface