Module: VTD::Xml

Defined in:
lib/vtd/xml.rb,
lib/vtd/xml/node.rb,
lib/vtd/xml/finder.rb,
lib/vtd/xml/parser.rb,
lib/vtd/xml/version.rb,
lib/vtd/xml/generator.rb,
lib/vtd/xml/node/attributes.rb

Defined Under Namespace

Classes: Finder, Generator, Node, Parser

Constant Summary collapse

VERSION =
'0.0.2'

Class Method Summary collapse

Class Method Details

.open(path) ⇒ Object



11
12
13
# File 'lib/vtd/xml.rb', line 11

def self.open(path)
  Parser.new(path)
end