module XML::DOM

Defined in:

dom/attribute.cr
dom/cdata_section.cr
dom/character_data.cr
dom/child_node.cr
dom/comment.cr
dom/document.cr
dom/document_fragment.cr
dom/document_type.cr
dom/element.cr
dom/element/attributes.cr
dom/entity.cr
dom/entity_reference.cr
dom/error.cr
dom/node.cr
dom/node/children.cr
dom/non_document_type_child_node.cr
dom/non_element_parent_node.cr
dom/notation.cr
dom/parent_node.cr
dom/parser.cr
dom/processing_instruction.cr
dom/text.cr
dom/xml_document.cr

Class Method Summary

Class Method Detail

def self.parse(io : IO, base : String | Nil = nil) : DOM::XMLDocument #

[View source]