class XML::Node
- XML::Node
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
saml.crsaml/c14n.cr
Instance Method Summary
- #<<(node : Node)
-
#add_child(node : Node) : Nil
Adds the node to the XML document.
- #add_element(tag_name, namespaces = {} of String => String)
- #add_next_sibling(node : Node)
- #add_prev_sibling(node : Node)
- #canonicalize(io = IO::Memory.new, mode : Mode | Nil = nil, node_set = nil, inclusive_ns : Array(String) = [] of String, comments? = false)
- #canonicalize(io, mode, comments?)
- #canonicalize(io = IO::Memory.new)
- #canonicalize!