WebKitDOMProcessingInstruction

WebKitDOMProcessingInstruction

Synopsis

                    WebKitDOMProcessingInstruction;
gchar *             webkit_dom_processing_instruction_get_target
                                                        (WebKitDOMProcessingInstruction *self);
WebKitDOMStyleSheet * webkit_dom_processing_instruction_get_sheet
                                                        (WebKitDOMProcessingInstruction *self);

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);

webkit_dom_processing_instruction_get_sheet ()

WebKitDOMStyleSheet * webkit_dom_processing_instruction_get_sheet
                                                        (WebKitDOMProcessingInstruction *self);

self :

A WebKitDOMProcessingInstruction

Returns :

. [transfer none]

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: ""