WebKitDOMProcessingInstruction

WebKitDOMProcessingInstruction

Synopsis

                    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);
void                webkit_dom_processing_instruction_set_data
                                                        (WebKitDOMProcessingInstruction *self,
                                                         const gchar *value,
                                                         GError **error);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMNode
               +----WebKitDOMCharacterData
                     +----WebKitDOMProcessingInstruction

Implemented Interfaces

WebKitDOMProcessingInstruction implements WebKitDOMEventTarget.

Properties

  "sheet"                    WebKitDOMStyleSheet*  : Read
  "target"                   gchar*                : Read

Description

Details

WebKitDOMProcessingInstruction

typedef struct _WebKitDOMProcessingInstruction WebKitDOMProcessingInstruction;


webkit_dom_processing_instruction_get_target ()

gchar *             webkit_dom_processing_instruction_get_target
                                                        (WebKitDOMProcessingInstruction *self);

self :

A WebKitDOMProcessingInstruction

Returns :

A gchar

webkit_dom_processing_instruction_get_sheet ()

WebKitDOMStyleSheet * webkit_dom_processing_instruction_get_sheet
                                                        (WebKitDOMProcessingInstruction *self);

self :

A WebKitDOMProcessingInstruction

Returns :

A WebKitDOMStyleSheet. [transfer none]

webkit_dom_processing_instruction_get_data ()

gchar *             webkit_dom_processing_instruction_get_data
                                                        (WebKitDOMProcessingInstruction *self);

Warning

webkit_dom_processing_instruction_get_data is deprecated and should not be used in newly-written code. 2.4

This functionality has been removed from WebKit, this function does nothing.

self :

A WebKitDOMProcessingInstruction

Returns :

a gchar

webkit_dom_processing_instruction_set_data ()

void                webkit_dom_processing_instruction_set_data
                                                        (WebKitDOMProcessingInstruction *self,
                                                         const gchar *value,
                                                         GError **error);

Warning

webkit_dom_processing_instruction_set_data is deprecated and should not be used in newly-written code. 2.4

This functionality has been removed from WebKit, this function does nothing.

self :

A WebKitDOMProcessingInstruction

value :

A gchar

error :

GError

Property Details

The "sheet" property

  "sheet"                    WebKitDOMStyleSheet*  : Read

read-only WebKitDOMStyleSheet* ProcessingInstruction:sheet.


The "target" property

  "target"                   gchar*                : Read

read-only gchar* ProcessingInstruction:target.

Default value: ""