// Generated source. // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator // Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@102140 package org.chromium.sdk.internal.wip.protocol.input.dom; /** Moves node into the new container, places it before the given anchor. */ @org.chromium.sdk.internal.protocolparser.JsonType public interface MoveToData { /** New id of the moved node. */ long/*See org.chromium.sdk.internal.wip.protocol.common.dom.NodeIdTypedef*/ nodeId(); }