Your IP : 216.73.216.48
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.KHTMLPart">
<property name="autoloadImages" type="b" access="readwrite"/>
<property name="dndEnabled" type="b" access="readwrite"/>
<property name="encoding" type="s" access="readwrite"/>
<property name="jScriptEnabled" type="b" access="readwrite"/>
<property name="javaEnabled" type="b" access="readwrite"/>
<property name="lastModified" type="s" access="read"/>
<property name="metaRefreshEnabled" type="b" access="readwrite"/>
<property name="onlyLocalReferences" type="b" access="readwrite"/>
<property name="pluginsEnabled" type="b" access="readwrite"/>
<property name="url" type="s" access="read"/>
<signal name="configurationChanged">
</signal>
<method name="url">
<arg type="s" direction="out"/>
</method>
<method name="closeUrl">
<arg type="b" direction="out"/>
</method>
<method name="setJScriptEnabled">
<arg name="enable" type="b" direction="in"/>
</method>
<method name="jScriptEnabled">
<arg type="b" direction="out"/>
</method>
<method name="setMetaRefreshEnabled">
<arg name="enable" type="b" direction="in"/>
</method>
<method name="metaRefreshEnabled">
<arg type="b" direction="out"/>
</method>
<method name="setDndEnabled">
<arg name="b" type="b" direction="in"/>
</method>
<method name="dndEnabled">
<arg type="b" direction="out"/>
</method>
<method name="setJavaEnabled">
<arg name="enable" type="b" direction="in"/>
</method>
<method name="javaEnabled">
<arg type="b" direction="out"/>
</method>
<method name="setPluginsEnabled">
<arg name="enable" type="b" direction="in"/>
</method>
<method name="pluginsEnabled">
<arg type="b" direction="out"/>
</method>
<method name="setAutoloadImages">
<arg name="enable" type="b" direction="in"/>
</method>
<method name="autoloadImages">
<arg type="b" direction="out"/>
</method>
<method name="setOnlyLocalReferences">
<arg name="enable" type="b" direction="in"/>
</method>
<method name="onlyLocalReferences">
<arg type="b" direction="out"/>
</method>
<method name="setEncoding">
<arg type="b" direction="out"/>
<arg name="name" type="s" direction="in"/>
</method>
<method name="encoding">
<arg type="s" direction="out"/>
</method>
<method name="setUserStyleSheet">
<arg name="styleSheet" type="s" direction="in"/>
</method>
<method name="setFixedFont">
<arg name="name" type="s" direction="in"/>
</method>
<method name="gotoAnchor">
<arg type="b" direction="out"/>
<arg name="name" type="s" direction="in"/>
</method>
<method name="nextAnchor">
<arg type="b" direction="out"/>
</method>
<method name="prevAnchor">
<arg type="b" direction="out"/>
</method>
<method name="activateNode">
</method>
<method name="selectedText">
<arg type="s" direction="out"/>
</method>
<method name="selectAll">
</method>
<method name="lastModified">
<arg type="s" direction="out"/>
</method>
<method name="print">
<arg name="quick" type="b" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="debugRenderTree">
</method>
<method name="debugDOMTree">
</method>
<method name="viewDocumentSource">
</method>
<method name="viewFrameSource">
</method>
<method name="saveBackground">
<arg name="url" type="s" direction="in"/>
</method>
<method name="saveDocument">
<arg name="url" type="s" direction="in"/>
</method>
<method name="evalJS">
<arg type="s" direction="out"/>
<arg name="script" type="s" direction="in"/>
</method>
<method name="stopAnimations">
</method>
</interface>
</node>