public interface Entity extends Node:
DOM entity declaration.
import org.w3c.dom entity as Entity = null
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | inputEncodinginputEncoding as String |
Input encoding for the entity. |
| public readonly property | notationNamenotationName as String |
Notation name for unparsed entities. |
| public readonly property | publicIdpublicId as String |
Public identifier for the entity. |
| public readonly property | systemIdsystemId as String |
System identifier for the entity. |
| public readonly property | xmlEncodingxmlEncoding as String |
XML encoding for the entity. |
| public readonly property | xmlVersionxmlVersion as String |
XML version for the entity. |