Interface EntityTree

All Superinterfaces:
DocTree

public interface EntityTree extends DocTree
A tree node for an HTML entity.
   &name;
   &#digits;
   &#Xhex-digits;
Since:
1.8
  • Nested Class Summary Link icon

    Nested classes/interfaces declared in interface DocTree Link icon

    DocTree.Kind
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the name or value of the entity.

    Methods declared in interface DocTree Link icon

    accept, getKind
  • Method Details Link icon

    • getName Link icon

      Name getName()
      Returns the name or value of the entity.
      Returns:
      the name or value of the entity