public XMLEntity(name as String, publicId as String = "", systemId as String = "", notationName as String = "", inputEncoding as String = null, xmlEncoding as String = null, xmlVersion as String = "1.0"):
Creates an entity declaration.
| Parameter | Description |
|---|---|
name | Entity name. |
publicId | Public identifier. |
systemId | System identifier. |
notationName | Notation name for unparsed entities. |
entity = XMLEntity("logo", notationName="png")