Top |
GObject ╰── WebKitDOMObject ╰── WebKitDOMNode ╰── WebKitDOMCharacterData ╰── WebKitDOMProcessingInstruction
gchar *
webkit_dom_processing_instruction_get_target
(WebKitDOMProcessingInstruction *self
);
WebKitDOMStyleSheet *
webkit_dom_processing_instruction_get_sheet
(WebKitDOMProcessingInstruction *self
);
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.
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.
“sheet”
property“sheet” WebKitDOMStyleSheet *
read-only WebKitDOMStyleSheet* ProcessingInstruction:sheet.
Flags: Read
“target”
property“target” gchar *
read-only gchar* ProcessingInstruction:target.
Flags: Read
Default value: ""