webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::XPath::Negative Class Referencefinal

#include <XPathPredicate.h>

Inheritance diagram for WebCore::XPath::Negative:
WebCore::XPath::Expression

Public Member Functions

 Negative (std::unique_ptr< Expression >)
 
- Public Member Functions inherited from WebCore::XPath::Expression
virtual ~Expression ()
 
bool isContextNodeSensitive () const
 
bool isContextPositionSensitive () const
 
bool isContextSizeSensitive () const
 

Additional Inherited Members

- Static Public Member Functions inherited from WebCore::XPath::Expression
static EvaluationContextevaluationContext ()
 
- Protected Member Functions inherited from WebCore::XPath::Expression
 Expression ()
 
unsigned subexpressionCount () const
 
const Expressionsubexpression (unsigned i) const
 
void addSubexpression (std::unique_ptr< Expression > expression)
 
void setSubexpressions (Vector< std::unique_ptr< Expression >>)
 
void setIsContextNodeSensitive (bool value)
 
void setIsContextPositionSensitive (bool value)
 
void setIsContextSizeSensitive (bool value)
 

Constructor & Destructor Documentation

◆ Negative()

WebCore::XPath::Negative::Negative ( std::unique_ptr< Expression expression)
explicit

The documentation for this class was generated from the following files: