[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

EDOMNamespace

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when an object is changed in a way that is invalid for its Namespaces.

Declaration

Source position: laz2_dom.pas line 172

type EDOMNamespace = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMNamespace

  

Exception raised when an object is changed in a way that is invalid for its Namespaces.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Raised in the TDOMNode_NS.SetPrefix method.

See also

TDOMNode_NS.SetPrefix

  

Sets the value for the Prefix property.

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home