pub fn get_navigation_mathml() -> Result<(String, usize)>
Expand description

Return the MathML associated with the current (navigation) node. The returned result is the id of the node and the offset (0-based) from that node (not yet implemented) The offset is needed for token elements that have multiple characters.