Interface EntityTree

All Superinterfaces:
DocTree
public interface EntityTree
extends DocTree

A tree node for an HTML entity.

& name ;
& # digits ;
& #X hex-digits ;

Since:
1.8

Nested Classes

Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree

DocTree.Kind

Methods

Modifier and Type Method Description
Name getName()

Returns the name or value of the entity.

Methods declared in interface com.sun.source.doctree.DocTree

accept, getKind

Methods

getName

Name getName()

Returns the name or value of the entity.

Returns:
the name or value of the entity