public interface

EntityReference

implements Node
com.google.gwt.xml.client.EntityReference

Class Overview

This interface represents entity references, such as &foo;. It is unlikely that any will be encountered in practice, because it is a parse error to have an unresolved entity reference in a document, and resolved ones are replaced with their definitions.

Summary

[Expand]
Inherited Constants
From interface com.google.gwt.xml.client.Node
[Expand]
Inherited Methods
From interface com.google.gwt.xml.client.Node