Module: Xqsr3::XML::Utilities::Navigation

Included in:
Compare::Internal_Compare_
Defined in:
lib/xqsr3/xml/utilities/navigation.rb

Defined Under Namespace

Modules: Internal_Compare_

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.get_descendants(node) ⇒ Object



91
92
93
94
# File 'lib/xqsr3/xml/utilities/navigation.rb', line 91

def self.get_descendants node

	Internal_Compare_.get_descendants node
end

.included(receiver) ⇒ Object

module Internal_Compare_



83
84
85
86
87
88
89
# File 'lib/xqsr3/xml/utilities/navigation.rb', line 83

def self.included receiver

	def receiver.get_descendants node

		Internal_Compare_.get_descendants node
	end
end

Instance Method Details

#get_descendantsObject



96
97
98
99
# File 'lib/xqsr3/xml/utilities/navigation.rb', line 96

def get_descendants

	Internal_Compare_.get_descendants self
end