Org.W3c.Dom.UserDataHandler Members

The members of Org.W3c.Dom.UserDataHandler are listed below.

See Also: Inherited members from System.Object

Public Fields

const
NodeAdoptedshort (5). The node is adopted, using Document.adoptNode().
const
NodeClonedshort (1). The node is cloned, using Node.cloneNode().
const
NodeDeletedshort (3). The node is deleted.
const
NodeImportedshort (2). The node is imported, using Document.importNode().
const
NodeRenamedshort (4). The node is renamed, using Document.renameNode().