Class: VORuby::ADQL::Pattern

Inherits:
Object
  • Object
show all
Defined in:
lib/voruby/adql/parser.rb

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



70
71
72
73
# File 'lib/voruby/adql/parser.rb', line 70

def self.from_xml(node)
  literal_node = REXML::XPath.first(node, 'Literal')
  return LiteralType.from_xml(literal_node)
end