generated library
Classes
- BaseSpan
- ContextNode
- FunctionSpan
- IterableNode
- The super class for ListNode and ObjectNode
- LeafNode
- Flag for leaves Leaves are: TextNode, PluralNode and ContextNode
- ListNode
- LiteralSpan
- Node
- the super class of every node
- NodeModifiers
- ObjectNode
- PluralNode
- RichTextNode
- StringTextNode
- TextNode
- ValueFormatter
- VariableSpan
Enums
Functions
-
resolveRelativeLinks(
String raw, String linkAnchor) → String -
Replaces relative links (e.g.
@:.sibling) with their absolute versions (e.g.@:a.b.siblingfor the anchora.b) so that all subsequent steps only deal with absolute links.