Enum UserDataOperation

An integer indicating the type of operation being performed on a node.

The enum base type is ushort .

Enum members

Name Description
nodeAdopted The node is adopted, using Document.adoptNode().
nodeCloned The node is cloned, using Node.cloneNode().
nodeDeleted The node is deleted.

Note

This may not be supported or may not be reliable in certain environments, where the implementation has no real control over when objects are actually deleted.

nodeImported The node is imported, using Document.importNode().
nodeRenamed The node is renamed, using Document.renameNode().

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.