Methods

Class/Module Index [+]

Quicksearch

REXML::UndefinedNamespaceException

Public Class Methods

new( prefix, source, parser ) click to toggle source
                
# File rexml/undefinednamespaceexception.rb, line 4
def initialize( prefix, source, parser )
  super( "Undefined prefix #{prefix} found" )
end
blog comments powered by Disqus