Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Classes | |
class | AbstractAttribute |
class | Alt |
class | AnyContent |
class | Attribute |
class | Attribute< xom::String > |
class | Content |
class | Element |
class | EmptyContent |
class | Exception |
class | Factory |
class | GC |
class | IDAttribute |
class | IgnoredContent |
class | Optional |
class | Parser |
class | PCDATAContent |
class | RefAttribute |
class | Repeat |
class | Seq |
Typedefs | |
typedef xom::String | CDATA |
Functions | |
Content & | operator* (Content &c) |
Content & | operator! (Content &c) |
Content & | operator+ (Content &c1, Content &c2) |
Content & | operator| (Content &c1, Content &c2) |
Content & | operator, (Content &c1, Content &c2) |
Content & | operator& (Content &c1, Content &c2) |
Variables | |
const t::uint32 | STRICT = AbstractAttribute::STRICT |
const t::uint32 | REQUIRED = AbstractAttribute::REQUIRED |
const t::uint32 | FORWARD = AbstractAttribute::FORWARD |
const t::uint32 | CROP = Parser::CROP |
Content & | EMPTY = _empty |
Content & | ignored = _ignored |
Content & | PCDATA = pcdata |
Content & | ANY = any |
static EmptyContent | _empty |
static IgnoredContent | _ignored |
static PCDATAContent | pcdata |
static AnyContent | any |
GC | _gc |
typedef xom::String CDATA |
|
static |
GC _gc |
Referenced by operator!(), operator&(), operator*(), operator+(), operator,(), and operator|().
|
static |
|
static |
|
static |