KHTML
khtml::XPath::Function Class Reference
#include <functions.h>
Inheritance diagram for khtml::XPath::Function:

Public Member Functions | |
| virtual QString | dump () const |
| void | setArguments (const QList< Expression * > &args) |
| void | setName (const DOM::DOMString &name) |
Protected Member Functions | |
| Expression * | arg (int pos) |
| const Expression * | arg (int pos) const |
| unsigned int | argCount () const |
| DOM::DOMString | name () const |
Detailed Description
Definition at line 39 of file functions.h.
Member Function Documentation
| Expression * khtml::XPath::Function::arg | ( | int | pos | ) | [protected] |
Definition at line 380 of file functions.cpp.
| const Expression * khtml::XPath::Function::arg | ( | int | pos | ) | const [protected] |
Definition at line 385 of file functions.cpp.
| unsigned int khtml::XPath::Function::argCount | ( | ) | const [protected] |
Definition at line 390 of file functions.cpp.
| QString khtml::XPath::Function::dump | ( | ) | const [virtual] |
Implements khtml::XPath::Expression.
Definition at line 365 of file functions.cpp.
| DOM::DOMString khtml::XPath::Function::name | ( | ) | const [protected] |
Definition at line 395 of file functions.cpp.
| void khtml::XPath::Function::setArguments | ( | const QList< Expression * > & | args | ) |
Definition at line 353 of file functions.cpp.
| void khtml::XPath::Function::setName | ( | const DOM::DOMString & | name | ) |
Definition at line 360 of file functions.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference