Sha256: 2bbf06ab29c9ad6b8b2c7ced6599188d71a59a25e2fc80cd96c36799a4122f72

Contents?: true

Size: 358 Bytes

Versions: 5

Compression:

Stored size: 358 Bytes

Contents

module LibXMLJRuby
  module XML
    class NS
      class << self
        def from_java(java_obj)
          
        end
      end
      
      def initialize(node, href, prefix)
        @node, @href, @prefix = node, href, prefix
      end
      
      attr_reader :href, :prefix
      def href?; !!href; end
      def prefix?; !!prefix; end
    end
  end
end

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
libxml-jruby-modified-1.0.2-jruby lib/libxml-jruby/xml/ns.rb
libxml-jruby-modified-1.0.1-jruby lib/libxml-jruby/xml/ns.rb
libxml-fixed-jruby-1.0.0-jruby lib/libxml-jruby/xml/ns.rb
libxml-jruby-fixed-1.0.0-jruby lib/libxml-jruby/xml/ns.rb
libxml-jruby-1.0.0 lib/libxml-jruby/xml/ns.rb