Compounds |
| class | Fl_XmlAttributes |
| | The Fl_XmlAttributes class is map for node attributes. More...
|
| class | Fl_XmlDefaultTokenizer |
| | DefaultTokenizer class. More...
|
| class | Fl_XmlDoc |
| | The Fl_XmlDoc class represents the entire XML document. More...
|
| class | Fl_XmlDocType |
| | The Fl_XmlDocType represents tag <DOCTYPE ...> in XML document. More...
|
| class | Fl_XmlEntities |
| | Maps an entity string to a presentation string. More...
|
| class | Fl_XmlException |
| | EFLTK xml extension throws Fl_XmlException type exceptions. More...
|
| class | Fl_XmlHandler |
| | XML parser event handler (SAX). More...
|
| class | Fl_XmlLocator |
| | Fl_XmlLocator class provides the XML handler with information about the position in a file. More...
|
| class | Fl_XmlNode |
| | node. More...
|
| class | Fl_XmlNode_List |
| | The Fl_XmlNode_List interface provides the an ordered collection of nodes, The items in the NodeList are accessible via an integral index, starting from 0. More...
|
| class | Fl_XmlParser |
| | The XML parser class. More...
|
| class | Fl_XmlTokenizer |
| | Base class for tokenizing through XML stream. More...
|
Defines |
|
#define | FL_XML_NO_ERROR Fl_XmlException::NO_ERROR |
|
#define | FL_XML_UNKNOWN Fl_XmlException::UNKNOWN |
|
#define | FL_XMP_OPENTAG_EXPECTED Fl_XmlException::OPENTAG_EXPECTED |
|
#define | FL_XML_OPENTAG_EXPECTED Fl_XmlException::OPENTAG_EXPECTED |
|
#define | FL_XML_OPENTAG_CDATA_EXPECTED Fl_XmlException::OPENTAG_CDATA_EXPECTED |
|
#define | FL_XML_CLOSETAG_EXPECTED Fl_XmlException::CLOSETAG_EXPECTED |
|
#define | FL_XML_PI_DOCTYPE_EXPECTED Fl_XmlException::PI_DOCTYPE_EXPECTED |
|
#define | FL_XML_TAGNAME_EXPECTED Fl_XmlException::TAGNAME_EXPECTED |
|
#define | FL_XML_COMMENT_START_EXPECTED Fl_XmlException::COMMENT_START_EXPECTED |
|
#define | FL_XML_COMMENT_END_MISSING Fl_XmlException::COMMENT_END_MISSING |
|
#define | FL_XML_SLASH_EXPECTED Fl_XmlException::SLASH_EXPECTED |
|
#define | FL_XML_TAGNAME_MISMATCH Fl_XmlException::TAGNAME_MISMATCH |
|
#define | FL_XML_EQUAL_EXPECTED Fl_XmlException::EQUAL_EXPECTED |
|
#define | FL_XML_VALUE_EXPECTED Fl_XmlException::VALUE_EXPECTED |
|
#define | FL_XML_TYPE_DOC Fl_XmlNode::DOM_DOCUMENT |
|
#define | FL_XML_TYPE_ELEMENT Fl_XmlNode::DOM_ELEMENT |
|
#define | FL_XML_TYPE_PI Fl_XmlNode::DOM_PI |
|
#define | FL_XML_TYPE_TEXT Fl_XmlNode::DOM_TEXT |
|
#define | FL_XML_TYPE_CDATA_SECTION Fl_XmlNode::DOM_CDATA_SECTION |
|
#define | FL_XML_TYPE_COMMENT Fl_XmlNode::DOM_COMMENT |
Functions |
|
bool | is_literal (const Fl_String &str, bool cdata=false) |
|
char | literal (const Fl_String &str) |