c
Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

Class WebKit.DOMAttr

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitDOMAttr
Class : DOMAttr
Implements: WebKit.DOMEventTarget
Extends: WebKit.DOMNode
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.DOMDocument
Method
create_attribute (String name) : WebKit.DOMAttr
WebKit.DOMDocument
Method
create_attribute_ns (String namespaceURI, String qualifiedName) : WebKit.DOMAttr
WebKit.DOMElement
Method
get_attribute_node (String name) : WebKit.DOMAttr
WebKit.DOMElement
Method
get_attribute_node_ns (String namespaceURI, String localName) : WebKit.DOMAttr
WebKit.DOMElement
Method
remove_attribute_node (DOMAttr oldAttr) : WebKit.DOMAttr
WebKit.DOMElement
Method
set_attribute_node (DOMAttr newAttr) : WebKit.DOMAttr
WebKit.DOMElement
Method
set_attribute_node_ns (DOMAttr newAttr) : WebKit.DOMAttr
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:22:34 GMT+0800 (HKT)