File: xmlparser.rb

package info (click to toggle)
libxml-parser-ruby 0.5.16-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 596 kB
  • ctags: 702
  • sloc: ruby: 4,474; ansic: 1,254; xml: 542; makefile: 53
file content (13 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
## -*- Ruby -*-
## XML::Parser (alias of XMLParser)
## 1998 by yoshidam

require 'xmlparser.so'

#module XML
#  Parser = XMLParser
#  class Parser
#    Error = XMLParserError
#  end
#  Encoding = XMLEncoding
#end