KHTML
khtml::XPath::VariableReference Class Reference
  #include <variablereference.h>
Inheritance diagram for khtml::XPath::VariableReference:

Public Member Functions | |
| VariableReference (const DOM::DOMString &name) | |
| virtual QString | dump () const | 
| virtual bool | isConstant () const | 
  Public Member Functions inherited from khtml::XPath::Expression | |
| Expression () | |
| virtual | ~Expression () | 
| void | addSubExpression (Expression *expr) | 
| virtual Value | evaluate () const | 
| void | optimize () | 
Additional Inherited Members | |
  Static Public Member Functions inherited from khtml::XPath::Expression | |
| static EvaluationContext & | evaluationContext () | 
| static void | reportInvalidExpressionErr () | 
| static void | reportNamespaceErr () | 
  Protected Member Functions inherited from khtml::XPath::Expression | |
| Expression * | subExpr (unsigned int i) | 
| const Expression * | subExpr (unsigned int i) const | 
| unsigned int | subExprCount () const | 
Detailed Description
Definition at line 33 of file variablereference.h.
Constructor & Destructor Documentation
| VariableReference::VariableReference | ( | const DOM::DOMString & | name | ) | 
Definition at line 30 of file variablereference.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements khtml::XPath::Expression.
Definition at line 40 of file variablereference.cpp.
      
  | 
  virtual | 
Reimplemented from khtml::XPath::Expression.
Definition at line 35 of file variablereference.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from