Class: Rubyang::Database::SchemaTree::Anyxml

Inherits:
SchemaNode
  • Object
show all
Defined in:
lib/rubyang/database/schema_tree.rb

Instance Attribute Summary

Attributes inherited from SchemaNode

#arg, #module, #parent, #yang, #yangs

Instance Method Summary collapse

Methods inherited from SchemaNode

#evaluate_xpath, #evaluate_xpath_axis, #evaluate_xpath_expr, #evaluate_xpath_node_test, #evaluate_xpath_path, #evaluate_xpath_predicates, #load_yang, #model, #namespace, #prefix, #root, #to_json, #to_s

Constructor Details

#initialize(*args) ⇒ Anyxml

Returns a new instance of Anyxml.



1112
1113
1114
1115
# File 'lib/rubyang/database/schema_tree.rb', line 1112

def initialize *args
  super
  @logger = Logger.new(self.class.name)
end