Xmlixir.DOM (xmlixir v0.1.0)

Copy Markdown

Operations on an already parsed Xmlixir tree.

Summary

Functions

Returns an attribute value by name.

Returns the ordered attribute nodes.

Returns direct element children matching name.

Returns descendants matching name.

Returns concatenated descendant text, excluding comments and processing instructions.

Functions

attribute(xmlixir, name)

Returns an attribute value by name.

attributes(xmlixir)

Returns the ordered attribute nodes.

children(xmlixir, name)

Returns direct element children matching name.

descendants(xmlixir, name)

Returns descendants matching name.

text(xmlixir)

Returns concatenated descendant text, excluding comments and processing instructions.