Interface EntityReference

public interface EntityReference
extends Node
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.