The DOMEntityReference interface

A DOMEntityReference object corresponds to an entity reference in the document. This interface inherits the DOMNode interface; it has no other properties or methods.

A DOMEntityReference node that corresponds to a text entity can have the following child nodes, in any number and order:

In the common case in which the replacement text of the entity is a text string, the node will have one child node, a DOMText node representing the string.


Right arrow
Next Topic
Left arrow
Previous Topic
Table of contents
Table of Contents

Copyright © SoftQuad Software Inc. 1999