Top |
Object Hierarchy
GObject ╰── WebKitDOMObject ╰── WebKitDOMNode ╰── WebKitDOMCharacterData ╰── WebKitDOMProcessingInstruction
Functions
webkit_dom_processing_instruction_get_target ()
gchar *
webkit_dom_processing_instruction_get_target
(WebKitDOMProcessingInstruction *self
);
webkit_dom_processing_instruction_get_sheet ()
WebKitDOMStyleSheet *
webkit_dom_processing_instruction_get_sheet
(WebKitDOMProcessingInstruction *self
);
webkit_dom_processing_instruction_get_data ()
gchar *
webkit_dom_processing_instruction_get_data
(WebKitDOMProcessingInstruction *self
);
webkit_dom_processing_instruction_get_data
is deprecated and should not be used in newly-written code.
webkit_dom_processing_instruction_set_data ()
void webkit_dom_processing_instruction_set_data (WebKitDOMProcessingInstruction *self
,const gchar *value
,GError **error
);
webkit_dom_processing_instruction_set_data
is deprecated and should not be used in newly-written code.
Property Details
The “sheet”
property
“sheet” WebKitDOMStyleSheet *
read-only WebKitDOMStyleSheet* ProcessingInstruction:sheet.
Flags: Read
The “target”
property
“target” gchar *
read-only gchar* ProcessingInstruction:target.
Flags: Read
Default value: ""