klyn.io.xml.dom.XMLEntity.XMLEntity
constructor
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"):
Description

Creates an entity declaration.

Parameters
  • name Entity name.
  • publicId Public identifier.
  • systemId System identifier.
  • notationName Notation name for unparsed entities.
Example
entity = XMLEntity("logo", notationName="png")