KJS::DOMProcessingInstruction Class Reference
Inheritance diagram for KJS::DOMProcessingInstruction:

Detailed Description
Definition at line 199 of file kjs_dom.h.
Public Types | |
| Target | |
| Data | |
| Sheet | |
| enum | { Target, Data, Sheet } |
Public Member Functions | |
| DOMProcessingInstruction (ExecState *exec, const DOM::ProcessingInstruction &pi) | |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| Value | getValueProperty (ExecState *exec, int token) const |
| virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "ProcessingInstruction", &DOMNode::info, &DOMProcessingInstructionTable, 0 } |
The documentation for this class was generated from the following files:

