Module: Canon::Xml::Nodes

Defined in:
lib/canon/xml/nodes.rb,
lib/canon/xml/nodes/root_node.rb,
lib/canon/xml/nodes/text_node.rb,
lib/canon/xml/nodes/comment_node.rb,
lib/canon/xml/nodes/element_node.rb,
lib/canon/xml/nodes/attribute_node.rb,
lib/canon/xml/nodes/namespace_node.rb,
lib/canon/xml/nodes/processing_instruction_node.rb

Overview

XPath data model node types. All nodes inherit from Node. Children are autoloaded — never ‘require_relative` them.

Defined Under Namespace

Classes: AttributeNode, CommentNode, ElementNode, NamespaceNode, ProcessingInstructionNode, RootNode, TextNode