textmarkup/
mgtmnode__define.pro
Base class for any objects in a text markup hierarchy, i.e., tags and text objects.
Class description for mgtmnode
Properties
Properties in mgtmnode
- type get init
Routines
Routines from mgtmnode__define.pro
mgtmnode::_print [, indent=string]
Interface that MGtmTag and MGtmText should implement.
mgtmnode::getProperty [, type=string]
Get properties of the node.
mgtmnode::cleanup
Free resources of node.
result = mgtmnode::_clone()
Implement cloning.
result = mgtmnode::init( [type=string])
Create a node in the markup tree.
mgtmnode__define
Node representing text or markup of some kind.
Routine details
top mgtmnode::_printabstract
mgtmnode::_print [, indent=string]
Keywords
- indent in optional type=string
prefix to print before each line, usually set to several spaces
top mgtmnode::getProperty
mgtmnode::getProperty [, type=string]
Get properties of the node.
Keywords
- type out optional type=string
type code of the node
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 23 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.