[
Lists Home |
Date Index |
Thread Index
]
Hi,
In a DOM representing an XML document without the following Node types:
CDATASection
Comment
DocumentFragment
DocumentType
Entity
EntityReference
Notation
ProcessingInstruction
Is it safe to assume that the parent of an Element node (that is not the
root element) is also an Element node? Thanks.
Peter
|