![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Classes | |
| class | Exception |
| class | Parser |
| class | Factory |
| class | AbstractAttribute |
| class | Content |
| class | Element |
| class | Optional |
| class | Alt |
| class | Seq |
| class | Repeat |
| class | Attribute |
| class | Attribute< xom::String > |
| class | IDAttribute |
| class | RefAttribute |
| class | EmptyContent |
| class | IgnoredContent |
| class | PCDATAContent |
| class | AnyContent |
| class | GC |
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 |