Yex.Xml protocol (y_ex v0.8.0)
View SourceDefines a protocol for XML node operations. This protocol provides basic navigation and string conversion functionality for XML nodes.
Summary
Functions
Returns the next sibling node of the current node.
Returns the parent node of the current node.
Returns the previous sibling node of the current node.
Converts the XML node to its string representation.
Types
@type t() :: term()
All the types that implement this protocol.