XMLUserDataHandler
classin packageklyn.io.xml.dom
public class XMLUserDataHandler extends Object implements UserDataHandler:
└ XMLUserDataHandler
All Implemented Interfaces: UserDataHandler

Default user data handler that ignores DOM transfer events.

Example
import klyn.io.xml.dom

handler = XMLUserDataHandler()
handler.handle(UserDataHandler.NODE_CLONED, "key", null, null, null)
Inherited Attributes
attributeInherited Attributes from UserDataHandler: NODE_ADOPTED, NODE_CLONED, NODE_DELETED, NODE_IMPORTED, NODE_RENAMED
Inherited Properties
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public XMLUserDataHandler Creates a no-op user data handler.
Methods
Modifier and Type Member Description
public handle
handle(operation as Int, key as String, data as Object, src as Node, dst as Node) as Void:
No summary.
Inherited Methods
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml
methodInherited Methods from UserDataHandler: handle