XMLReader.EntityDecl

From Xojo Documentation

Event


XMLReader.EntityDecl(entityName as String,is_parameter_entity as Boolean, Value as String, Base as String, SystemID as String, Publicid as String, notationName as String)

Supported for all project types and targets.

Called at an entity declaration.

Notes

The is_parameter_entity will be True if the entity is a parameter entity. For internal entities(<!ENTITY foo "bar">), value will be populated and SystemID, PublicID, and NotationName will be empty strings. For external entities, Value will be an empty string and SystemID will be populated. The PublicID argument will be empty unless a public identifier was provided. The NotationName argument will have a populated value only for unparsed entity declarations.