package
0.0.0-20240514134406-bee4de7b70ea
Repository: https://github.com/peter-mount/documentation.git
Documentation: pkg.go.dev

# Functions

BoolValue returns a Value for a bool.
CheckClass returns true if a node is an element, and it has a specific class.
CheckId returns true if the node is an element, and it's id attribute matches the supplied id.
ComplexValue returns a Value for a complex128.
DebugHtml will write a simple tree diagram of a Node to a Writer.
EscapeText escapes various text sequences to make them LaTeX valid.
No description provided by the author
FloatValue returns a Value for an float64.
GetAttribute returns the named attribute on a node, if it exists.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IntValue returns a Value for an int64.
No description provided by the author
NullValue returns the Value for Null/nil.
StringValue returns a Value for an string.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
bool.
complex.
float64.
int.
interface.
nil.
string.

# Structs

No description provided by the author
Writer assists in creating a LaTeX document.

# Type aliases

No description provided by the author