/usr/include/xalanc/XPath/XPathProcessorImpl.hpp is in libxalan-c-dev 1.11-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#if !defined(XPATHPROCESSORIMPL_HEADER_GUARD_1357924680)
#define XPATHPROCESSORIMPL_HEADER_GUARD_1357924680
// Base header file. Must be first.
#include <xalanc/XPath/XPathDefinitions.hpp>
#include <cstdlib>
#include <xalanc/XalanDOM/XalanDOMString.hpp>
#include <xalanc/Include/XalanVector.hpp>
#include <xalanc/Include/XalanMap.hpp>
#include "xalanc/PlatformSupport/XalanMessageLoader.hpp"
// Base class header file...
#include <xalanc/XPath/XPathProcessor.hpp>
#include <xalanc/XPath/XPath.hpp>
XALAN_CPP_NAMESPACE_BEGIN
class XalanNode;
/**
* The XPathProcessorImpl class responsibilities include tokenizing and
* parsing the XPath expression, and acting as a general interface to XPaths.
*/
class XALAN_XPATH_EXPORT XPathProcessorImpl : public XPathProcessor
{
public:
typedef XalanMap<XalanDOMString,
const XalanDOMString*> StringToStringMapType;
typedef XalanVector<bool> BoolVectorType;
typedef XalanDOMString::size_type t_size_type;
XPathProcessorImpl(MemoryManager& theManager XALAN_DEFAULT_MEMMGR);
virtual
~XPathProcessorImpl();
static XPathProcessorImpl*
create(MemoryManager& theManager);
// These are inherited from XPathProcessor...
virtual void
initXPath(
XPath& pathObj,
XPathConstructionContext& constructionContext,
const XalanDOMString& expression,
const PrefixResolver& resolver,
const Locator* locator = 0,
bool allowVariableReferences = true,
bool allowKeyFunction = true);
virtual void
initMatchPattern(
XPath& pathObj,
XPathConstructionContext& constructionContext,
const XalanDOMString& expression,
const PrefixResolver& resolver,
const Locator* locator = 0,
bool allowVariableReferences = true,
bool allowKeyFunction = true);
private:
/**
* Walk through the expression and build a token queue, and a map of the
* top-level elements.
*
* @param pat XSLT Expression.
*/
void
tokenize(const XalanDOMString& pat);
void
addToTokenQueue(const XalanDOMString& s) const;
void
replaceTokenWithNamespaceToken() const;
/**
* When a separator token is found, see if there's a element name or the
* like to map.
*/
t_size_type
mapNSTokens(
const XalanDOMString& pat,
t_size_type startSubstring,
t_size_type posOfNSSep,
t_size_type posOfScan);
/**
* Check if m_token==s. If m_token is null, this won't throw
* an exception, instead it just returns false (or true
* if s is also null).
*/
bool
tokenIs(const XalanDOMString& s) const;
/**
* Check if m_token==s. If m_token is null, this won't throw
* an exception, instead it just returns false (or true
* if s is also null).
*/
bool
tokenIs(const XalanDOMChar* s) const;
/**
* Check if m_token==s. If m_token is null, this won't throw
* an exception, instead it just returns false (or true
* if s is also null).
*/
bool
tokenIs(XalanDOMChar c) const;
/**
* Lookahead of the current token in order to
* make a branching decision.
* @param s the string to compare it to.
* @param n number of tokens to lookahead. Must be
* greater than 1.
*/
bool
lookahead(
XalanDOMChar c,
int n) const;
/**
* Lookahead of the current token in order to
* make a branching decision.
* @param s the string to compare it to.
* @param n number of tokens to lookahead. Must be
* greater than 1.
*/
bool
lookahead(
const XalanDOMChar* s,
int n) const;
/**
* Lookahead of the current token in order to
* make a branching decision.
* @param s the string to compare it to.
* @param n number of tokens to lookahead. Must be
* greater than 1.
*/
bool
lookahead(
const XalanDOMString& s,
int n) const;
/**
* Lookbehind the first character of the current token in order to
* make a branching decision.
* @param c the character to compare it to.
* @param n number of tokens to lookbehind. Must be
* greater than 1. Note that the lookbehind terminates
* at either the beginning of the string or on a '|'
* character. Because of this, this method should only
* be used for pattern matching.
*/
bool
lookbehind(
char c,
int n) const;
/**
* look behind the current token in order to
* see if there is a useable token.
* @param n number of tokens to lookahead. Must be
* greater than 1. Note that the lookbehind terminates
* at either the beginning of the string or on a '|'
* character. Because of this, this method should only
* be used for pattern matching.
* @return true if lookbehind has a token, false otherwise.
*/
bool
lookbehindHasToken(int n) const;
/**
* Retrieve the next token from the command and
* store it in m_token string.
*/
bool
nextToken();
/**
* Retrieve the next token from the command and
* store it in m_token string.
*/
const XalanDOMString&
getTokenRelative(int theOffset) const;
/**
* Retrieve the previous token from the command and
* store it in m_token string.
*/
void
prevToken();
/**
* Consume an expected token, throwing an exception if it
* isn't there.
*/
void
consumeExpected(XalanDOMChar expected);
bool
isCurrentLiteral() const;
/**
* Determine if the token is an axis
*
* @param theToken The token to test
* @return true if the token is a valid axis, false if not.
*/
static bool
isAxis(const XalanDOMString& theToken);
/**
* Determine if the token could be a node test
*
* @param theToken The token to test
* @return true if the token is a valid node test, false if not.
*/
static bool
isNodeTest(const XalanDOMString& theToken);
/**
* Throw an exception using the provided message text.
*/
void
error(const XalanDOMString& msg) const;
/**
* Throw an exception using the provided message text.
*/
void
error(XalanMessages::Codes theCode) const;
void
error(
XalanMessages::Codes theCode,
const XalanDOMString& theToken) const;
void
error(
XalanMessages::Codes theCode,
const XalanDOMChar* theToken) const;
void
error(
XalanMessages::Codes theCode,
XalanDOMChar theToken1,
const XalanDOMString& theToken2) const;
/**
* Given a string, return the corresponding token.
*/
static XPathExpression::eOpCodes
getFunctionToken(const XalanDOMString& key)
{
return searchTable(s_functionTable, s_functionTableSize, key).m_opCode;
}
/**
* Given a string, return the corresponding token.
*/
static XPathExpression::eOpCodes
getNodeTypeToken(const XalanDOMString& key)
{
return searchTable(s_nodeTypeTable, s_nodeTypeTableSize, key).m_opCode;
}
/**
* Given a string, return the corresponding token.
*/
static XPathExpression::eOpCodes
getAxisToken(const XalanDOMString& key)
{
return searchTable(s_axisTable, s_axisTableSize, key).m_opCode;
}
/**
*
* --------------------------------------------------------------------------------
Expr ::= OrExpr
* --------------------------------------------------------------------------------
*/
void
Expr();
/**
*
* --------------------------------------------------------------------------------
OrExpr ::= AndExpr
| OrExpr 'or' AndExpr
* --------------------------------------------------------------------------------
*/
void
OrExpr();
/**
*
* --------------------------------------------------------------------------------
AndExpr ::= EqualityExpr
| AndExpr 'and' EqualityExpr
* --------------------------------------------------------------------------------
*/
void
AndExpr() ;
/**
* XXXX.
* @returns an Object which is either a String, a Number, a Boolean, or a vector
* of nodes.
* --------------------------------------------------------------------------------
EqualityExpr ::= RelationalExpr
| EqualityExpr '=' RelationalExpr
* --------------------------------------------------------------------------------
*/
int
EqualityExpr(int opCodePos = -1);
/**
* XXXX.
* @returns an Object which is either a String, a Number, a Boolean, or a vector
* of nodes.
* --------------------------------------------------------------------------------
RelationalExpr ::= AdditiveExpr
| RelationalExpr '<' AdditiveExpr
| RelationalExpr '>' AdditiveExpr
| RelationalExpr '<=' AdditiveExpr
| RelationalExpr '>=' AdditiveExpr
* --------------------------------------------------------------------------------
*/
int
RelationalExpr(int opCodePos = -1);
/**
* XXXX.
* @returns an Object which is either a String, a Number, a Boolean, or a vector
* of nodes.
* --------------------------------------------------------------------------------
AdditiveExpr ::= MultiplicativeExpr
| AdditiveExpr '+' MultiplicativeExpr
| AdditiveExpr '-' MultiplicativeExpr
* --------------------------------------------------------------------------------
*/
int
AdditiveExpr(int opCodePos = -1);
/**
* XXXX.
* @returns an Object which is either a String, a Number, a Boolean, or a vector
* of nodes.
* --------------------------------------------------------------------------------
MultiplicativeExpr ::= UnaryExpr
| MultiplicativeExpr MultiplyOperator UnaryExpr
| MultiplicativeExpr 'div' UnaryExpr
| MultiplicativeExpr 'mod' UnaryExpr
| MultiplicativeExpr 'quo' UnaryExpr
* --------------------------------------------------------------------------------
*/
int
MultiplicativeExpr(int opCodePos = -1);
/**
* XXXX.
* @returns an Object which is either a String, a Number, a Boolean, or a vector
* of nodes.
* --------------------------------------------------------------------------------
UnaryExpr ::= UnionExpr
| '-' UnaryExpr
* --------------------------------------------------------------------------------
*/
void
UnaryExpr();
/**
* The context of the right hand side expressions is the context of the
* left hand side expression. The results of the right hand side expressions
* are node sets. The result of the left hand side UnionExpr is the union
* of the results of the right hand side expressions.
*
* --------------------------------------------------------------------------------
UnionExpr ::= PathExpr
| UnionExpr '|' PathExpr
* --------------------------------------------------------------------------------
*/
void
UnionExpr();
/**
*
* --------------------------------------------------------------------------------
PathExpr ::= LocationPath
| FilterExpr
| FilterExpr '/' RelativeLocationPath
| FilterExpr '//' RelativeLocationPath
* --------------------------------------------------------------------------------
* @exception XSLProcessorException thrown if the active ProblemListener and XMLParserLiaison decide
* the error condition is severe enough to halt processing.
*/
void
PathExpr();
/**
*
* --------------------------------------------------------------------------------
FilterExpr ::= PrimaryExpr
| FilterExpr Predicate
* --------------------------------------------------------------------------------
* @exception XSLProcessorException thrown if the active ProblemListener and XMLParserLiaison decide
* the error condition is severe enough to halt processing.
*/
void
FilterExpr();
/**
* --------------------------------------------------------------------------------
PrimaryExpr ::= VariableReference
| '(' Expr ')'
| Literal
| Number
| FunctionCall
* --------------------------------------------------------------------------------
*/
void
PrimaryExpr();
/**
* --------------------------------------------------------------------------------
Argument ::= Expr
* --------------------------------------------------------------------------------
*/
void
Argument();
/**
* --------------------------------------------------------------------------------
FunctionCall ::= FunctionName '(' ( Argument ( ',' Argument)*)? ')'
* --------------------------------------------------------------------------------
*/
void
FunctionCall();
void
FunctionPosition();
void
FunctionLast();
void
FunctionCount();
void
FunctionNot();
void
FunctionTrue();
void
FunctionFalse();
void
FunctionBoolean();
void
FunctionName(int opPos);
void
FunctionLocalName(int opPos);
void
FunctionNumber(int opPos);
void
FunctionFloor();
void
FunctionCeiling();
void
FunctionRound();
void
FunctionString(int opPos);
void
FunctionStringLength(int opPos);
void
FunctionSum();
void
FunctionNamespaceURI(int opPos);
/**
* --------------------------------------------------------------------------------
LocationPath ::= RelativeLocationPath
| AbsoluteLocationPath
* --------------------------------------------------------------------------------
*/
void
LocationPath();
/**
* --------------------------------------------------------------------------------
RelativeLocationPath ::= Step
| RelativeLocationPath '/' Step
| AbbreviatedRelativeLocationPath
* --------------------------------------------------------------------------------
*/
void
RelativeLocationPath();
/**
* --------------------------------------------------------------------------------
Step ::= Basis Predicate*
| AbbreviatedStep
*/
void
Step();
/**
* --------------------------------------------------------------------------------
Basis ::= AxisName '::' NodeTest
| AbbreviatedBasis
*/
void
Basis();
/**
* --------------------------------------------------------------------------------
Basis ::= AxisName '::' NodeTest
| AbbreviatedBasis
*/
XPathExpression::eOpCodes
AxisName();
/**
* --------------------------------------------------------------------------------
NodeTest ::= WildcardName
| NodeType '(' ')'
| 'processing-instruction' '(' Literal ')'
*/
int
NodeTest();
/**
* --------------------------------------------------------------------------------
Predicate ::= '[' PredicateExpr ']'
* --------------------------------------------------------------------------------
*/
void
Predicate();
/**
*--------------------------------------------------------------------------------
PredicateExpr ::= Expr
*--------------------------------------------------------------------------------
*/
void
PredicateExpr();
/**
* QName ::= (Prefix ':')? LocalPart
* Prefix ::= NCName
* LocalPart ::= NCName
*/
void
QName();
/**
* NCName ::= (Letter | '_') (NCNameChar)*
* NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender
*/
void
NCName();
/**
* The value of the Literal is the sequence of characters inside
* the " or ' characters>.
* --------------------------------------------------------------------------------
Literal ::= '"' [^"]* '"'
| "'" [^']* "'"
* --------------------------------------------------------------------------------
*/
void
Literal();
/**
* --------------------------------------------------------------------------------
* Number ::= [0-9]+('.'[0-9]+)? | '.'[0-9]+
* --------------------------------------------------------------------------------
*/
void
Number();
/**
* --------------------------------------------------------------------------------
Pattern ::= LocationPathPattern
| Pattern '|' LocationPathPattern
* --------------------------------------------------------------------------------
*/
void
Pattern();
/**
*
* --------------------------------------------------------------------------------
LocationPathPattern ::= '/' RelativePathPattern?
| IdKeyPattern (('/' | '//') RelativePathPattern)?
| '//'? RelativePathPattern
* --------------------------------------------------------------------------------
*/
void
LocationPathPattern();
/**
* --------------------------------------------------------------------------------
IdKeyPattern ::= 'id' '(' Literal ')'
| 'key' '(' Literal ',' Literal ')'
* (Also handle doc())
* --------------------------------------------------------------------------------
*/
void
IdKeyPattern();
/**
* --------------------------------------------------------------------------------
RelativePathPattern ::= StepPattern
| RelativePathPattern '/' StepPattern
| RelativePathPattern '//' StepPattern
* --------------------------------------------------------------------------------
*/
void
RelativePathPattern();
/**
* --------------------------------------------------------------------------------
StepPattern ::= AbbreviatedNodeTestStep
* --------------------------------------------------------------------------------
*/
void
StepPattern();
/**
* --------------------------------------------------------------------------------
AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate*
* --------------------------------------------------------------------------------
*/
void
AbbreviatedNodeTestStep();
static bool
isValidFunction(const XalanDOMString& key);
private:
int
FunctionCallArguments();
struct TableEntry
{
const XalanDOMChar* m_string;
XPathExpression::eOpCodes m_opCode;
};
#if defined(XALAN_STRICT_ANSI_HEADERS)
typedef std::size_t size_type;
#else
typedef size_t size_type;
#endif
static const TableEntry&
searchTable(
const TableEntry theTable[],
size_type theTableSize,
const XalanDOMString& theString);
/**
* The current input token.
*/
XalanDOMString m_token;
/**
* The first char in m_token, the theory being that this
* is an optimization because we won't have to do index
* into the string as often.
*/
XalanDOMChar m_tokenChar;
/**
* A pointer to the current XPath.
*/
XPath* m_xpath;
/**
* A pointer to the current XPathConstructionContext.
*/
XPathConstructionContext* m_constructionContext;
/**
* A pointer to the current XPath's expression.
*/
XPathExpression* m_expression;
/**
* A pointer to the current executionContext.
*/
const PrefixResolver* m_prefixResolver;
bool m_requireLiterals;
bool m_isMatchPattern;
const Locator* m_locator;
BoolVectorType m_positionPredicateStack;
StringToStringMapType m_namespaces;
bool m_allowVariableReferences;
bool m_allowKeyFunction;
// Static stuff here...
static const XalanDOMString s_emptyString;
static const XalanDOMChar s_functionIDString[];
// This shouldn't really be here, since it's not part of the XPath standard,
// but rather a part ofthe XSLT standard.
static const XalanDOMChar s_functionKeyString[];
static const XalanDOMChar s_orString[];
static const XalanDOMChar s_andString[];
static const XalanDOMChar s_divString[];
static const XalanDOMChar s_modString[];
static const XalanDOMChar s_dotString[];
static const XalanDOMChar s_dotDotString[];
static const XalanDOMChar s_axisString[];
static const XalanDOMChar s_attributeString[];
static const XalanDOMChar s_childString[];
static const XalanDOMChar s_lastString[];
static const XalanDOMChar s_positionString[];
static const XalanDOMChar s_asteriskString[];
static const XalanDOMChar s_commentString[];
static const XalanDOMChar s_piString[];
static const XalanDOMChar s_nodeString[];
static const XalanDOMChar s_textString[];
static const XalanDOMChar s_ancestorString[];
static const XalanDOMChar s_ancestorOrSelfString[];
static const XalanDOMChar s_descendantString[];
static const XalanDOMChar s_descendantOrSelfString[];
static const XalanDOMChar s_followingString[];
static const XalanDOMChar s_followingSiblingString[];
static const XalanDOMChar s_parentString[];
static const XalanDOMChar s_precedingString[];
static const XalanDOMChar s_precedingSiblingString[];
static const XalanDOMChar s_selfString[];
static const XalanDOMChar s_namespaceString[];
static const TableEntry s_functionTable[];
static const size_type s_functionTableSize;
static const TableEntry s_nodeTypeTable[];
static const size_type s_nodeTypeTableSize;
static const TableEntry s_axisTable[];
static const size_type s_axisTableSize;
static const TableEntry s_dummyEntry;
};
XALAN_CPP_NAMESPACE_END
#endif // XPATHPROCESSORIMPL_HEADER_GUARD_1357924680
|