Module: RXerces
- Defined in:
- lib/rxerces.rb,
lib/rxerces/version.rb,
ext/rxerces/rxerces.cpp
Overview
Main module providing Nokogiri-compatible XML parsing using Xerces-C
Defined Under Namespace
Modules: XML
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.XML(string) ⇒ RXerces::XML::Document
(also: parse)
Parse XML from a string.
Class Method Details
.XML(string) ⇒ RXerces::XML::Document Also known as: parse
Parse XML from a string
9 10 11 |
# File 'lib/rxerces.rb', line 9 def self.XML(string) RXerces::XML::Document.parse(string) end |