class Entity
|
state entity for all HTML entries.
More... |
|
|
Protected Members
Detailed Description
Entity
This holds the basic state for all HTML entries.
It is capable of being serialised and can hold arbitrary information.
Most of the methods are protected, suggesting that they should only
be used by subclasses and by "promotion" to public
| Strings & GetAttributes ()
|
[protected]
This returns the Attribute list
They get dumped in the tag as entities with no '='
| StringMap & GetSettings ()
|
[protected]
This returns the Settings Map
They get dumped in the tag as entities with a '=value'
[protected]
This returns the content reference
| void SetWhetherTerminated (bool yesno)
|
[protected]
These get/set whether or not the tag has an </tag> or not
| Entities & GetEntities ()
|
[protected]
These are the Children of the Entity.
They automatically get Serialised
| void SetNewlineAfterTag (bool yesno)
|
[protected]
This get/set 's the newline after tag setting.
This is not propogated to subentities
- Author: Daniel Silverstone
- Generated: dyfet@home.sys on Fri May 12 08:41:04 200.