tagion.tools.hibonutil

HiBON utility to convert and check HiBON format

Members

Functions

_main
int _main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
check_document
Document.Element.ErrorCode check_document(const(Document) doc, Document error_doc)
Undocumented in source. Be warned that the author may not have intended to support it.
getBOM
const(BOMSeq) getBOM(string str)

@brief wrapper for BOM extracting @param str - extract BOM (byte order marker) for next correcting parsing text \return BOM representation

sampleHiBON
Document sampleHiBON(bool hibon_array)
Undocumented in source. Be warned that the author may not have intended to support it.
unget
void unget(File f, const(char) ch)
Undocumented in source. Be warned that the author may not have intended to support it.
ungetc
int ungetc(int c, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin Main!_main
Undocumented in source.

Structs

Element
struct Element
Undocumented in source.

Mixed In Members

From mixin Main!_main

alternative_name
enum alternative_name;
Undocumented in source.
main_name
enum main_name;
Undocumented in source.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta