webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
ProcessingInstruction Interface Reference

import"ProcessingInstruction.idl";

Inheritance diagram for ProcessingInstruction:
CharacterData

Public Attributes

readonly attribute DOMString target
 
readonly attribute StyleSheet sheet
 
- Public Attributes inherited from CharacterData
attribute DOMString data
 
readonly attribute unsigned long length
 

Additional Inherited Members

- Public Member Functions inherited from CharacterData
DOMString substringData (unsigned long offset, unsigned long length)
 
void appendData (DOMString data)
 
void insertData (unsigned long offset, DOMString data)
 
void deleteData (unsigned long offset, unsigned long length)
 
void replaceData (unsigned long offset, unsigned long length, DOMString data)
 

Member Data Documentation

◆ sheet

readonly attribute StyleSheet ProcessingInstruction::sheet

◆ target

readonly attribute DOMString ProcessingInstruction::target

The documentation for this interface was generated from the following file: