|
Public Types |
| enum | Eol { CR,
LF,
CRLF,
LFCR
} |
Public Member Functions |
| | EConfEol (const char *name) |
| | EConfEol (const char *name, Eol def, const char *comment) |
| virtual | ~EConfEol () |
| virtual bool | start_child_element (const char *name, const char **atts, XML_Parser p) |
| virtual bool | end_child_element (const char *name, XML_Parser p) |
| virtual bool | begin_parse (const char *name, const char **atts, XML_Parser p) |
| virtual void | dump (int depth, ostream &ostr, bool complete) |
| void | specialize (const EConfEol &o) |
| const char * | get () const |