$41 GRAYBYTE WORDPRESS FILE MANAGER $58

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby21/lib64/ruby/2.1.0/rss/

HOME
Current File : /opt/alt/ruby21/lib64/ruby/2.1.0/rss//xmlscanner.rb
require 'xmlscan/scanner'
require 'stringio'

module RSS

  class XMLScanParser < BaseParser

    class << self
      def listener
        XMLScanListener
      end
    end

    private
    def _parse
      begin
        if @rss.is_a?(String)
          input = StringIO.new(@rss)
        else
          input = @rss
        end
        scanner = XMLScan::XMLScanner.new(@listener)
        scanner.parse(input)
      rescue XMLScan::Error => e
        lineno = e.lineno || scanner.lineno || input.lineno
        raise NotWellFormedError.new(lineno){e.message}
      end
    end

  end

  class XMLScanListener < BaseListener

    include XMLScan::Visitor
    include ListenerMixin

    ENTITIES = {
      'lt' => '<',
      'gt' => '>',
      'amp' => '&',
      'quot' => '"',
      'apos' => '\''
    }

    def on_xmldecl_version(str)
      @version = str
    end

    def on_xmldecl_encoding(str)
      @encoding = str
    end

    def on_xmldecl_standalone(str)
      @standalone = str
    end

    def on_xmldecl_end
      xmldecl(@version, @encoding, @standalone == "yes")
    end

    alias_method(:on_pi, :instruction)
    alias_method(:on_chardata, :text)
    alias_method(:on_cdata, :text)

    def on_etag(name)
      tag_end(name)
    end

    def on_entityref(ref)
      text(entity(ref))
    end

    def on_charref(code)
      text([code].pack('U'))
    end

    alias_method(:on_charref_hex, :on_charref)

    def on_stag(name)
      @attrs = {}
    end

    def on_attribute(name)
      @attrs[name] = @current_attr = ''
    end

    def on_attr_value(str)
      @current_attr << str
    end

    def on_attr_entityref(ref)
      @current_attr << entity(ref)
    end

    def on_attr_charref(code)
      @current_attr << [code].pack('U')
    end

    alias_method(:on_attr_charref_hex, :on_attr_charref)

    def on_stag_end(name)
      tag_start(name, @attrs)
    end

    def on_stag_end_empty(name)
      tag_start(name, @attrs)
      tag_end(name)
    end

    private
    def entity(ref)
      ent = ENTITIES[ref]
      if ent
        ent
      else
        wellformed_error("undefined entity: #{ref}")
      end
    end
  end

end


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.53 PM
root / root
0755
content
--
3 Mar 2024 10.43 PM
root / linksafe
0755
dublincore
--
3 Mar 2024 10.43 PM
root / linksafe
0755
maker
--
3 Mar 2024 10.43 PM
root / linksafe
0755
0.9.rb
10.58 KB
5 Aug 2013 4.29 PM
root / linksafe
0644
1.0.rb
9.605 KB
6 Aug 2013 1.36 PM
root / linksafe
0644
2.0.rb
3.397 KB
5 Aug 2013 4.25 PM
root / linksafe
0644
atom.rb
22.413 KB
5 Aug 2013 4.25 PM
root / linksafe
0644
content.rb
0.839 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
converter.rb
3.867 KB
2 Oct 2009 10.45 AM
root / linksafe
0644
dublincore.rb
4.273 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
image.rb
4.763 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
itunes.rb
10.039 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
maker.rb
1.751 KB
26 Apr 2013 12.21 PM
root / linksafe
0644
parser.rb
15.582 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
rexmlparser.rb
0.941 KB
9 Aug 2013 2.50 PM
root / linksafe
0644
rss.rb
35.154 KB
29 Sep 2015 8.34 AM
root / linksafe
0644
slash.rb
1.298 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
syndication.rb
1.843 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
taxonomy.rb
3.164 KB
9 Nov 2013 5.56 AM
root / linksafe
0644
trackback.rb
6.686 KB
9 Aug 2013 8.46 PM
root / linksafe
0644
utils.rb
5.075 KB
6 Aug 2013 10.46 PM
root / linksafe
0644
xml-stylesheet.rb
2.128 KB
2 Oct 2009 10.45 AM
root / linksafe
0644
xml.rb
1.468 KB
16 Nov 2007 1.30 AM
root / linksafe
0644
xmlparser.rb
1.62 KB
19 Aug 2013 5.02 PM
root / linksafe
0644
xmlscanner.rb
2.104 KB
2 Oct 2009 10.45 AM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF