Class REXML::UndefinedNamespaceException
In: lib/rexml/undefinednamespaceexception.rb
Parent: ParseException

Methods

new  

Public Class methods

[Source]

   # File lib/rexml/undefinednamespaceexception.rb, line 4
4:     def initialize( prefix, source, parser )
5:       super( "Undefined prefix #{prefix} found" )
6:     end

[Validate]