DocumentType

Document.documentType is Node.  But DocumentType doesn't inherit
Node.

If DocumentType is Node, what does an Iterator returned by
DocumentType.getChildNodes() consist of? An internal subset or
an external subset?

DocumentType has no methods to get NodeIterator of an internal
subset / an external subset / entities / notations / element
definitions.

What node does the getNextSibling() method of child nodes in
DocumentType return?

-- 
TAMURA Kent @ Tokyo Research Laboratory, IBM Japan

Received on Thursday, 16 April 1998 22:13:59 UTC