const classnetColarEmail::MailNode
sys::Obj netColarEmail::MailNode
MailNode Parsed Mail nodes (see parsers)
- children
- const MailNode[] children
- isEmpty
- Bool isEmpty()
- kind
- const MailNodes kind
- make
- new make(MailNodes kind, MailNode[] children)- Make the node from a list of children Node text will be set to concatenation of all chidren text 
- makeLeaf
- new makeLeaf(MailNodes kind, Str text)- A leaf node (text only, no children) 
- rawText
- const Str rawText
- text
- const Str text