In Files

  • rexml/undefinednamespaceexception.rb

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