|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <XPathParser.h>
Classes | |
| struct | Token |
Public Member Functions | |
| int | lex (YYSTYPE &) |
| bool | expandQualifiedName (const String &qualifiedName, String &localName, String &namespaceURI) |
| void | setParseResult (std::unique_ptr< Expression > &&expression) |
Static Public Member Functions | |
| static ExceptionOr< std::unique_ptr< Expression > > | parseStatement (const String &statement, RefPtr< XPathNSResolver > &&) |
| bool WebCore::XPath::Parser::expandQualifiedName | ( | const String & | qualifiedName, |
| String & | localName, | ||
| String & | namespaceURI | ||
| ) |
| int WebCore::XPath::Parser::lex | ( | YYSTYPE & | yylval | ) |
|
static |
|
inline |
1.8.13