* DOM Module: URI Generic See also [CODE(DOMi)@en[[[URIImplementation]]]]. ** The [CODE(DOMi)@en[URIReference]] interface [1] A object represents a DOM URI. A object also implement scheme-specific interfaces. {NOTE:: Modifications to the object, via the attribute for example, might or might not result in mutations of the interfaces implemented by the object, since dynamic rebinding of classes might not be supported in the programming language or the DOM binding in use. If a method or attribute that is inappropriate for the underlying DOM URI represented by the object is invoked, the result is undefined, unless the specification of the interface defines any error handling behavior. However, implementators are advised to make the method or attribute implementations torelant and harmless as far as possible. @@ * memo