Implementation of types related to structured text (markup).
namespace texts
Namespace used to avoid conflicts in element_ids and attrubite_ids.
class base namespace
Element identifiers in markup languages, such as h1.
class base element id
Attribute identifiers in markup languages, such as href.
class base attribute id
Implementation of text entities.
class text entity
Implementation of a text element with children.
class base element
Text identifier corresponding to element identifiers in markup languages.
class base list text node
A list of attribute fragments that is an attribute_fragment.
class base list attribute fragment
Describes underline style used in plain text rendering.
class underline style
Describes underline style used in plain text rendering.
class text visitor
Helper class for rewriting structured text.
class text rewriter
Format text for output as plain text.
class text formatter
Base class for text formatters-types that output text_fragments.
class plain formatter
Format text for output as markup.
class markup formatter
Helper data object for keeping track of attribute id/value pair.
class attribute state
The grammar for a subset of XML.
class markup grammar
An object encapsulating markup parser functionality.
class markup parser
Common text identifiers used in HTML, as well as ideal-specific ones.
namespace text library
Utility functions for managing text fragments and friends.
namespace text utilities
test suite test elements
test suite test plain text
test suite test markup text
test suite test markup grammar