Class XmlNode.XmlNodeUserDataHandler

  • All Implemented Interfaces:
    java.io.Serializable, org.w3c.dom.UserDataHandler
    Enclosing class:
    XmlNode

    static class XmlNode.XmlNodeUserDataHandler
    extends java.lang.Object
    implements org.w3c.dom.UserDataHandler, java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      • Fields inherited from interface org.w3c.dom.UserDataHandler

        NODE_ADOPTED, NODE_CLONED, NODE_DELETED, NODE_IMPORTED, NODE_RENAMED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(short operation, java.lang.String key, java.lang.Object data, org.w3c.dom.Node src, org.w3c.dom.Node dest)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlNodeUserDataHandler

        XmlNodeUserDataHandler()
    • Method Detail

      • handle

        public void handle​(short operation,
                           java.lang.String key,
                           java.lang.Object data,
                           org.w3c.dom.Node src,
                           org.w3c.dom.Node dest)
        Specified by:
        handle in interface org.w3c.dom.UserDataHandler