Module std.experimental.xml.cursor
Structs
Name |
Description |
CopyingCursor
|
A cursor that wraps another cursor, copying all output strings.
|
Cursor
|
An implementation of the isCursor trait.
|
Enums
Name |
Description |
CursorError
|
Enumeration of non-fatal errors that applications can intercept by setting
an handler on a cursor instance.
|
Templates
Name |
Description |
cursor
|
Instantiates a specialized Cursor with the given underlying parser and
the given error handler (defaults to an error handler that just asserts 0).
|
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --