Module std.experimental.xml.cursor

Functions

Name Description
children Returns an input range of the children of the node currently pointed by cursor.
copyingCursor Instantiates a suitable CopyingCursor on top of the given cursor and allocator.

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 --

License

Boost License 1.0.