/usr/include/xalanc/XSLT/StylesheetExecutionContext.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 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 | /*
* 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(STYLESHEETEXECUTIONCONTEXT_HEADER_GUARD_1357924680)
#define STYLESHEETEXECUTIONCONTEXT_HEADER_GUARD_1357924680
// Base include file. Must be first.
#include <xalanc/XSLT/XSLTDefinitions.hpp>
#include <cstddef>
#include <cstdio>
#include <memory>
// Base class header file...
#include <xalanc/XPath/XPathExecutionContext.hpp>
#include <xalanc/XalanDOM/XalanDOMString.hpp>
#if defined(XALAN_AUTO_PTR_REQUIRES_DEFINITION)
#include <xalanc/PlatformSupport/XalanNumberFormat.hpp>
#endif
#include <xalanc/Include/XalanMemMgrAutoPtr.hpp>
#include <xalanc/PlatformSupport/AttributeListImpl.hpp>
#include <xalanc/PlatformSupport/FormatterListener.hpp>
#include <xalanc/PlatformSupport/XalanCollationServices.hpp>
#include <xalanc/XSLT/TopLevelArg.hpp>
XALAN_CPP_NAMESPACE_BEGIN
#if defined(XALAN_STRICT_ANSI_HEADERS)
using std::FILE;
#endif
class CountersTable;
class ElemTemplate;
class ElemTemplateElement;
class ElemVariable;
class FormatterListener;
class FormatterToText;
class GenerateEvent;
class PrefixResolver;
class NodeRefListBase;
class NodeSorter;
class PrintWriter;
class XalanQName;
class SelectionEvent;
class Stylesheet;
class StylesheetRoot;
class XalanOutputStream;
class TracerEvent;
class Writer;
class XalanDocument;
class XalanDocumentFragment;
class XalanElement;
class XalanNode;
class XalanNumberFormat;
class XPath;
class XObject;
class XObjectPtr;
class XResultTreeFrag;
//
// An abstract class which provides support for executing stylesheets.
//
class XALAN_XSLT_EXPORT StylesheetExecutionContext : public XPathExecutionContext
{
public:
typedef XalanSize_t tl_size_type;
typedef FormatterListener::size_type fl_size_type;
#if defined(XALAN_NO_STD_NAMESPACE)
typedef ostream StreamType;
#else
typedef std::ostream StreamType;
#endif
explicit
StylesheetExecutionContext(
MemoryManager& theMemoryManager,
XObjectFactory* theXObjectFactory = 0);
virtual
~StylesheetExecutionContext();
// These interfaces are new...
/**
* Determine whether conflicts should be reported.
*
* @return true if conflicts should not be warned
*/
virtual bool
getQuietConflictWarnings() const = 0;
/**
* If this function returns true, only text nodes can
* be copied to the result tree.
*
* @return true or false
*/
virtual bool
getCopyTextNodesOnly() const = 0;
/**
* Set the flag that determines if only text nodes
* can be copied to the result tree.
*
* @param copyTextNodesOnly The value of the flag
*/
virtual void
pushCopyTextNodesOnly(bool copyTextNodesOnly) = 0;
/**
* Pop the last flag setting that determines if only text nodes
* can be copied to the result tree.
*/
virtual bool
popCopyTextNodesOnly() = 0;
/*
* A class to manage setting and restoring the flag
* for restricting copying only text nodes to the
* result tree
*/
class SetAndRestoreCopyTextNodesOnly
{
public:
SetAndRestoreCopyTextNodesOnly(
StylesheetExecutionContext& executionContext,
bool fValue) :
m_executionContext(executionContext)
{
executionContext.pushCopyTextNodesOnly(fValue);
}
~SetAndRestoreCopyTextNodesOnly()
{
m_executionContext.popCopyTextNodesOnly();
}
private:
// Not implemented...
SetAndRestoreCopyTextNodesOnly(const SetAndRestoreCopyTextNodesOnly&);
SetAndRestoreCopyTextNodesOnly&
operator=(const SetAndRestoreCopyTextNodesOnly&);
// Data members...
StylesheetExecutionContext& m_executionContext;
};
#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/**
* Set the flag that determines if the current attribute should be executed
* @param processAttribute the value of the flag
*/
virtual void
pushProcessCurrentAttribute(bool processAttribute) = 0;
/**
* Pops the last flag setting that determines if the current attribute should be executed
*/
virtual bool
popProcessCurrentAttribute() = 0;
/**
* Set the flag that determines if an element's attributes should be skipped
*
* @param skipAttributes the value of the flag
*/
virtual void
pushSkipElementAttributes(bool skipAttributes) = 0;
/**
* Get the last flag setting that determines if an element's attributes should be skipped
* @returns the value of the flag
*/
virtual bool
getSkipElementAttributes() const = 0;
/**
* Pops the last flag setting that determines if an element's attributes should be skipped
*/
virtual bool
popSkipElementAttributes() = 0;
/**
* Set flag that determines if the if test was true
*
* @param executeIf the value of the flag
*/
virtual void
pushExecuteIf(bool executeIf) = 0;
/**
* Pop the flag that determines if the if test was true
*
* @param executeIf the value of the flag
*/
virtual bool
popExecuteIf() = 0;
#endif
/**
* Retrieve root document for stylesheet. Note that
* this does not have to be a XalanDocument -- it can
* be any node in a document.
*
* @return root document
*/
virtual XalanNode*
getRootDocument() const = 0;
/**
* Set root document for stylesheet. Note that
* this does not have to be a XalanDocument -- it can
* be any node in a document.
*
* @param theDocument root document
*/
virtual void
setRootDocument(XalanNode* theDocument) = 0;
/**
* Set root stylesheet for stylesheet.
*
* @param theStylesheet root stylesheet
*/
virtual void
setStylesheetRoot(const StylesheetRoot* theStylesheet) = 0;
/**
* Retrieve the current mode.
*
* @return QName for mode
*/
virtual const XalanQName*
getCurrentMode() const = 0;
/**
* Set the current mode.
*
* @param theMode QName for mode
*/
virtual void
pushCurrentMode(const XalanQName* theMode) = 0;
/**
* Pop the current mode
*/
virtual void
popCurrentMode() =0;
/**
* Retrieve the current template
*
* @return The current template instance or null if there is no current template
*/
virtual const ElemTemplate*
getCurrentTemplate() const = 0;
/**
* Set the current template
*
* @param theTemplate The current template instance
*/
virtual void
pushCurrentTemplate(const ElemTemplate* theTemplate) = 0;
virtual void
popCurrentTemplate() = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/*
* A class to manage pushing and popping the current
* template instance.
*/
class PushAndPopCurrentTemplate
{
public:
PushAndPopCurrentTemplate(
StylesheetExecutionContext& executionContext,
const ElemTemplate* theTemplate) :
m_executionContext(executionContext)
{
executionContext.pushCurrentTemplate(theTemplate);
}
~PushAndPopCurrentTemplate()
{
m_executionContext.popCurrentTemplate();
}
private:
// Data members...
StylesheetExecutionContext& m_executionContext;
};
#endif
/**
* See if there is an element pending.
*/
virtual bool
isElementPending() const = 0;
/**
* Replace the contents of a pending attribute.
*
* @param theName name of attribute
* @param theNewType type of attribute
* @param theNewValue new value of attribute
*/
virtual void
replacePendingAttribute(
const XalanDOMChar* theName,
const XalanDOMChar* theNewType,
const XalanDOMChar* theNewValue) = 0;
/**
* Get the current formatter listener.
*
* @return pointer to formatter listener
*/
virtual FormatterListener*
getFormatterListener() const = 0;
/**
* Set the current formatter listener.
*
* @param flistener pointer to new formatter listener
*/
virtual void
setFormatterListener(FormatterListener* flistener) = 0;
virtual void
pushOutputContext(FormatterListener* flistener = 0) = 0;
virtual void
popOutputContext() = 0;
class OutputContextPushPop
{
public:
/**
* Construct an object to push and pop the current output context.
*
* @param theExecutionContext a reference to the current execution context
* @param theNewListener the new FormatterListener to set.
*/
OutputContextPushPop(
StylesheetExecutionContext& theExecutionContext,
FormatterListener* theNewListener = 0) :
m_executionContext(theExecutionContext)
{
m_executionContext.pushOutputContext(theNewListener);
}
~OutputContextPushPop()
{
m_executionContext.popOutputContext();
}
private:
StylesheetExecutionContext& m_executionContext;
};
/**
* Add a result attribute to the list of pending attributes.
*
* @param aname name of attribute
* @param value value of attribute
*/
virtual void
addResultAttribute(
const XalanDOMString& aname,
const XalanDOMString& value) = 0;
/**
* Add a result attribute to the list of pending attributes.
*
* @param aname name of attribute
* @param value value of attribute
*/
virtual void
addResultAttribute(
const XalanDOMString& aname,
const XalanDOMChar* value) = 0;
/**
* Add namespace attributes for a node to the list of pending attributes.
*
* @param src source node
*/
virtual void
copyNamespaceAttributes(const XalanNode& src) = 0;
/**
* Retrieve the result prefix corresponding to a namespace.
*
* @param theNamespace namespace for prefix
*
* @return A pointer to a string containing the prefix, or 0 if the namespace is not mapped.
*/
virtual const XalanDOMString*
getResultPrefixForNamespace(const XalanDOMString& theNamespace) const = 0;
/**
* Retrieve the result namespace corresponding to a prefix.
*
* @param thePrefix prefix for namespace
*
* @return A pointer to a string containing the namespace, or 0 if the prefix is not mapped.
*/
virtual const XalanDOMString*
getResultNamespaceForPrefix(const XalanDOMString& thePrefix) const = 0;
/**
* Determine whether or not a prefix is in use on the pending element or
* the pending attributes.
*
* @param thePrefix prefix for namespace
*
* @return true if the prefix is in use, false if not.
*/
virtual bool
isPendingResultPrefix(const XalanDOMString& thePrefix) = 0;
/**
* Generate a random namespace prefix guaranteed to be unique.
*
* @param theValue A string for returning the new prefix
*/
virtual void
getUniqueNamespaceValue(XalanDOMString& theValue) const = 0;
/**
* Retrieve the current number of spaces to indent.
*
* @return number of spaces
*/
virtual int
getIndent() const = 0;
/**
* Set the current number of spaces to indent.
*
* @param indentAmount The number of spaces to indent. Use -1 for the default amount.
*/
virtual void
setIndent(int indentAmount) = 0;
/**
* Create and initialize an xpath and return it. This is to be used to
* create an XPath that is only used during execution.
*
* @param str string expression for XPath evaluation
* @param resolver resolver for namespace resolution
* @return pointer to resulting XPath
*/
virtual const XPath*
createMatchPattern(
const XalanDOMString& str,
const PrefixResolver& resolver) = 0;
/**
* Return the XPath created by createMatchPattern().
*
* @param xpath The XPath to return.
*/
virtual void
returnXPath(const XPath* xpath) = 0;
// A helper class to automatically return an XPath instance.
class XPathGuard
{
public:
XPathGuard(
StylesheetExecutionContext& context,
const XPath* xpath = 0) :
m_context(context),
m_xpath(xpath)
{
}
~XPathGuard()
{
if (m_xpath != 0)
{
m_context.returnXPath(m_xpath);
}
}
const XPath*
get() const
{
return m_xpath;
}
const XPath*
release()
{
const XPath* const temp = m_xpath;
m_xpath = 0;
return temp;
}
void
reset(const XPath* xpath)
{
if (m_xpath != 0)
{
m_context.returnXPath(m_xpath);
}
m_xpath = xpath;
}
private:
StylesheetExecutionContext& m_context;
const XPath* m_xpath;
};
typedef XalanVector<TopLevelArg> ParamVectorType;
/**
* Set a list of top level variables in the specified execution context
* stylesheet.
*
* @param topLevelParams list of top level parameters
*/
virtual void
pushTopLevelVariables(const ParamVectorType& topLevelParams) = 0;
/**
* Execute the supplied XPath and and create a
* variable in the current context.
*
* @param str string expression for XPath evaluation
* @param contextNode current node in the source tree
* @param resolver resolver for namespace resolution
* @return a pointer to the XObject result
*/
virtual const XObjectPtr
createVariable(
const XPath& xpath,
XalanNode* contextNode,
const PrefixResolver& resolver) = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/**
* Create an ResultTreeFragment as a variable and push it
* on to the stack with the current context.
*
* @param templateChild result tree fragment to use.
* @param sourceNode source node
* @return a pointer to the XObject result
*/
virtual const XObjectPtr
createVariable(
const ElemTemplateElement& templateChild,
XalanNode* sourceNode) = 0;
#endif
/**
* Execute an XPath using the provided expression,
* and push the result as a variable in the context of
* the supplied element.
*
* @param name name of variable
* @param element element marker for variable
* @param str string expression for XPath evaluation
* @param contextNode current node in the source tree
* @param resolver resolver for namespace resolution
* @return nothing
*/
virtual void
pushVariable(
const XalanQName& name,
const ElemTemplateElement* element,
const XalanDOMString& str,
XalanNode* contextNode,
const PrefixResolver& resolver) = 0;
/**
* Execute the supplied XPath and push the result as a
* variable in the current context.
*
* @param name name of variable
* @param element element marker for variable
* @param str string expression for XPath evaluation
* @param contextNode current node in the source tree
* @param resolver resolver for namespace resolution
* @return nothing
*/
virtual void
pushVariable(
const XalanQName& name,
const ElemTemplateElement* element,
const XPath& xpath,
XalanNode* contextNode,
const PrefixResolver& resolver) = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/**
* Create an ResultTreeFragment as a variable and push it
* on to the stack with the current context.
*
* @param name name of variable
* @param element element marker for variable
* @param templateChild result tree fragment to use.
* @param sourceNode source node
*/
virtual void
pushVariable(
const XalanQName& name,
const ElemTemplateElement* element,
const ElemTemplateElement& templateChild,
XalanNode* sourceNode) = 0;
#endif
/**
* Push a named variable onto the variables stack.
* The variable has already been evaluated.
*
* @param name name of variable
* @param val pointer to XObject value
* @param element element marker for variable
*/
virtual void
pushVariable(
const XalanQName& name,
const XObjectPtr val,
const ElemTemplateElement* element) = 0;
/**
* Push a named variable onto the processor variable stack
* The variable will be evaluated when first referenced.
*
* @param name name of variable
* @param var pointer to ElemVariable instance
* @param element element marker for variable
*/
virtual void
pushVariable(
const XalanQName& name,
const ElemVariable* var,
const ElemTemplateElement* element) = 0;
/**
* Push a context marker onto the stack to let us know when to stop
* searching for a var.
*/
virtual void
pushContextMarker() = 0;
/**
* Pop the current context from the current context stack.
*/
virtual void
popContextMarker() = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/*
* A class to manage pushing and popping an element's stack
* frame context.
*/
class PushAndPopContextMarker
{
public:
PushAndPopContextMarker(StylesheetExecutionContext& executionContext) :
m_executionContext(executionContext)
{
executionContext.pushContextMarker();
}
PushAndPopContextMarker(
StylesheetExecutionContext& executionContext,
int& currentStackFrameIndex) :
m_executionContext(executionContext)
{
currentStackFrameIndex = executionContext.getCurrentStackFrameIndex();
executionContext.pushContextMarker();
}
~PushAndPopContextMarker()
{
m_executionContext.popContextMarker();
}
StylesheetExecutionContext&
getExecutionContext() const
{
return m_executionContext;
}
private:
StylesheetExecutionContext& m_executionContext;
};
#endif
/**
* Resolve the params that were pushed by the caller.
*/
virtual void
resolveTopLevelParams() = 0;
/**
* Reset the vector of top level parameters.
*/
virtual void
clearTopLevelParams() = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
class ResolveAndClearTopLevelParams
{
public:
ResolveAndClearTopLevelParams(StylesheetExecutionContext& executionContext) :
m_executionContext(executionContext)
{
m_executionContext.resolveTopLevelParams();
}
~ResolveAndClearTopLevelParams()
{
m_executionContext.clearTopLevelParams();
}
private:
StylesheetExecutionContext& m_executionContext;
};
/**
* Given a template, search for the arguments and push them on the stack.
* Also, push default arguments on the stack.
*
* @param xslCallTemplateElement "call-template" element
*/
virtual void
pushParams(const ElemTemplateElement& xslCallTemplateElement) = 0;
#else
/**
* Initiate context to accept a new set of parameters
*/
virtual void beginParams() = 0;
/**
* Indicate parameter set is complete
*/
virtual void endParams() = 0;
/**
* Push a single paramter onto the latest initialized paramter set
* @param qName the name of the parameter
* @param theValue the value of the parameter
*/
virtual void pushParam(const XalanQName& qName,const XObjectPtr& theValue) = 0;
#endif
/**
* Given a name, return a string representing the value, but don't look in
* the global space.
*
* @param theName name of variable
* @return An XObjectPtr instance. Call XObjectPtr::null() on the instance
* to determine if the variable was found. If XObjectPtr::null()
* returns true, the variable was not found, and no other operations
* on the XObject instance are permitted.
*/
virtual const XObjectPtr
getParamVariable(const XalanQName& theName) = 0;
/**
* Push a frame marker for an element.
*
* @param elem the element
*/
virtual void
pushElementFrame(const ElemTemplateElement* elem) = 0;
/**
* Pop a frame marker for an element.
*
* @param elem the element
*/
virtual void
popElementFrame() = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/*
* A class to manage pushing and popping an element's stack
* frame context.
*/
class PushAndPopElementFrame
{
public:
PushAndPopElementFrame(
StylesheetExecutionContext& executionContext,
const ElemTemplateElement* element) :
m_executionContext(executionContext)
{
executionContext.pushElementFrame(element);
}
~PushAndPopElementFrame()
{
m_executionContext.popElementFrame();
}
private:
StylesheetExecutionContext& m_executionContext;
};
#endif
/**
* Get the top of the global stack frame.
*
* @return current value of index
*/
virtual int
getGlobalStackFrameIndex() const = 0;
/**
* Get the top of the stack frame from where a search
* for a variable or param should take place.
*
* @return current value of index
*/
virtual int
getCurrentStackFrameIndex() const = 0;
/**
* Set the top of the stack frame from where a search
* for a variable or param should take place.
*
* @param currentStackFrameIndex new value of index
*/
virtual void
pushCurrentStackFrameIndex(int currentStackFrameIndex = -1) = 0;
/**
* Pop the last stack frame index setting
*/
virtual void
popCurrentStackFrameIndex() = 0;
/*
* A class to manage the state of the variable stacks frame index.
*/
class SetAndRestoreCurrentStackFrameIndex
{
public:
SetAndRestoreCurrentStackFrameIndex(
StylesheetExecutionContext& executionContext,
int newIndex) :
m_executionContext(executionContext),
m_savedIndex(executionContext.getCurrentStackFrameIndex())
{
executionContext.pushCurrentStackFrameIndex(newIndex);
}
~SetAndRestoreCurrentStackFrameIndex()
{
m_executionContext.popCurrentStackFrameIndex();
}
private:
StylesheetExecutionContext& m_executionContext;
const int m_savedIndex;
};
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/*
* A class to manage stack state during execution.
*/
class ParamsPushPop : public PushAndPopContextMarker
{
public:
ParamsPushPop(
StylesheetExecutionContext& executionContext,
const ElemTemplateElement& xslCallTemplateElement) :
PushAndPopContextMarker(executionContext)
{
doPush(xslCallTemplateElement);
}
ParamsPushPop(
StylesheetExecutionContext& executionContext,
const ElemTemplateElement& xslCallTemplateElement,
int& savedStackFrameIndex) :
PushAndPopContextMarker(executionContext, savedStackFrameIndex)
{
doPush(
xslCallTemplateElement,
savedStackFrameIndex);
}
~ParamsPushPop()
{
}
private:
void
doPush(
const ElemTemplateElement& xslCallTemplateElement,
int stackFrameIndex);
void
doPush(const ElemTemplateElement& xslCallTemplateElement);
};
#endif
/**
* Receive notification of the beginning of a document.
*
* <p>The SAX parser will invoke this method only once, before any
* other methods in this interface or in DTDHandler (except for
* setDocumentLocator).</p>
*
* @exception SAXException
*/
virtual void
startDocument() = 0;
/**
* Receive notification of the end of a document.
*
* <p>The SAX parser will invoke this method only once, and it will
* be the last method invoked during the parse. The parser shall
* not invoke this method until it has either abandoned parsing
* (because of an unrecoverable error) or reached the end of
* input.</p>
*
* @exception SAXException
*/
virtual void
endDocument() = 0;
/**
* Receive notification of the beginning of an element.
*
* @param name element type name
*/
virtual void
startElement(const XalanDOMChar* name) = 0;
/**
* Receive notification of the end of an element.
*
* @param name element type name
*/
virtual void
endElement(const XalanDOMChar* name) = 0;
/**
* Receive notification of character data.
*
* @param ch pointer to characters from the XML document
* @param start start position in the array
* @param length number of characters to read from the array
*/
virtual void
characters(
const XalanDOMChar* ch,
fl_size_type start,
fl_size_type length) = 0;
/**
* Receive notification of character data. If available, when the
* disable-output-escaping attribute is used, output raw text without
* escaping.
*
* @param ch pointer to characters from the XML document
* @param start start position in the array
* @param length number of characters to read from the array
*/
virtual void
charactersRaw(
const XalanDOMChar* ch,
fl_size_type start,
fl_size_type length) = 0;
/**
* Called when a Comment is to be constructed.
*
* @param data pointer to comment data
*/
virtual void
comment(const XalanDOMChar* data) = 0;
/**
* Receive notification of a processing instruction.
*
* @param target processing instruction target
* @param data processing instruction data, or null if none was supplied
*/
virtual void
processingInstruction(
const XalanDOMChar* target,
const XalanDOMChar* data) = 0;
/**
* Flush the pending element.
*/
virtual void
flushPending() = 0;
/**
* Clone a node to the result tree
*
* @param node node to clone
* @param locator The Locator, if any
*/
virtual void
cloneToResultTree(
const XalanNode& node,
const Locator* locator) = 0;
/**
* Clone a node to the result tree
*
* @param node node to clone
* @param nodeType the type of the node
* @param overrideStrip false if white space stripping should be done
* @param shouldCloneAttributes true if attributes should be cloned
* @param locator The Locator, if any
*/
virtual void
cloneToResultTree(
const XalanNode& node,
XalanNode::NodeType nodeType,
bool overrideStrip,
bool shouldCloneAttributes,
const Locator* locator) = 0;
#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/**
* Initiate creation of a result tree fragment
* @param sourceNode the source Node
*/
virtual void
beginCreateXResultTreeFrag(
XalanNode* sourceNode) = 0;
/**
* Indicate sthe completion of result tree fragment
* @return a pointer to the result tree fragment
*/
virtual const XObjectPtr
endCreateXResultTreeFrag() = 0;
/**
* Initiate to put execution result in string
*
* @param theResult the string to contain the result
*/
virtual void
beginFormatToText(
XalanDOMString& theResult) = 0;
/**
* Indicates the completion of the result string
*
*/
virtual void
endFormatToText() = 0;
#else
/**
* Create an XObject that represents a Result tree fragment.
*
* @param templateChild result tree fragment to use.
* @param sourceNode source node
* @return XObject instance
*/
virtual const XObjectPtr
createXResultTreeFrag(
const ElemTemplateElement& templateChild,
XalanNode* sourceNode) = 0;
#endif
/**
* Output an object to the result tree by doing the right conversions.
* This is public for access by extensions.
*
* @param obj the XObject to output
* @param locator The Locator, if any
*/
virtual void
outputToResultTree(
const XObject& xobj,
const Locator* locator) = 0;
/**
* Given a result tree fragment, walk the tree and
* output it to the result stream.
*
* @param theTree result tree fragment
* @param locator The Locator, if any
*/
virtual void
outputResultTreeFragment(
const XObject& theTree,
const Locator* locator) = 0;
/**
* Determine the full XSLT Namespace URI.
*
* @return Xalan namespace URI
*/
virtual const XalanDOMString&
getXSLNameSpaceURL() const = 0;
/**
* Special Xalan namespace for built-in extensions.
*
* @return Xalan namespace for extensions
*/
virtual const XalanDOMString&
getXalanXSLNameSpaceURL() const = 0;
/**
* Determine if an element is on the recursion stack.
*
* @return true if element on stack
*/
virtual bool
findOnElementRecursionStack(const ElemTemplateElement* theElement) const = 0;
/**
* Push an element onto the recursion stack.
*
* @param theElement pointer to element to push
*/
virtual void
pushOnElementRecursionStack(const ElemTemplateElement* theElement) = 0;
/**
* Pop an element off the recursion stack.
*
* @return pointer to element popped
*/
virtual const ElemTemplateElement*
popElementRecursionStack() = 0;
/**
* Class for keeping track of elements pushed on the element recursion stack
*/
class ElementRecursionStackPusher
{
public:
/**
* Construct an instance of the recursion stack pusher.
*
* @param executionContext current execution context
* @param element pointer to element to push
*/
ElementRecursionStackPusher(
StylesheetExecutionContext& executionContext,
const ElemTemplateElement* element) :
m_executionContext(executionContext)
{
m_executionContext.pushOnElementRecursionStack(element);
}
~ElementRecursionStackPusher()
{
m_executionContext.popElementRecursionStack();
}
private:
StylesheetExecutionContext& m_executionContext;
};
/**
* This is a hook that XResultTreeFrag instances (which are reference
* counted), can notify the owning StylesheetExecutionContext instance
* when they are dereferenced and can be cleaned up.
*
* @param theXResultTreeFrag The instance that is being returned.
*
* @return true if the XResultTreeFrag instance belongs to the execution context. false if not.
*/
virtual bool
returnXResultTreeFrag(XResultTreeFrag* theXResultTreeFrag) = 0;
enum eDummy
{
eDefaultXMLIndentAmount = 0,
eDefaultHTMLIndentAmount = 0
};
/**
* Enums to determine whether or not run-time escaping of URLs has been set.
*/
enum eEscapeURLs
{
eEscapeURLsDefault, // Use the value in the stylesheet
eEscapeURLsNo, // Don't escape URLs
eEscapeURLsYes // Escape URLs
};
/**
* Get the value for run-time escaping of URLs. This can
* override the property specified by the stylesheet. The
* default behavior is to honor the property in the stylesheet.
*
* @return The value of the enum
*/
virtual eEscapeURLs
getEscapeURLs() const = 0;
/**
* Set the value for run-time escaping of URLs. This can
* override the property specified by the stylesheet. The
* default behavior is to honor the property in the stylesheet.
*
* @param value The value of the enum
*/
virtual void
setEscapeURLs(eEscapeURLs value) = 0;
/**
* Enums to determine whether or not run-time omission of the META tag has been set.
*/
enum eOmitMETATag
{
eOmitMETATagDefault, // Use the value in the stylesheet
eOmitMETATagNo, // Don't omit the META tag
eOmitMETATagYes // Omit the META tag
};
/**
* Get the value for run-time omission of URLs. This can
* override the property specified by the stylesheet. The
* default behavior is to honor the property in the stylesheet.
*
* @return The value of the enum
*/
virtual eOmitMETATag
getOmitMETATag() const = 0;
/**
* Get the value for run-time omission of URLs. This can
* override the property specified by the stylesheet. The
* default behavior is to honor the property in the stylesheet.
*
* @param value The value of the enum
*/
virtual void
setOmitMETATag(eOmitMETATag value) = 0;
/**
* Create a new FormatterToXML instance. The execution context
* owns the instance and will delete it when reset.
*
* @param writer character output stream to use
* @param version version of the output method
* @param doIndent true if output is to be indented
* @param indent number of spaces to indent at each nesting level
* @param encoding character encoding for the writer
* @param mediaType media type (MIME content type) of the data
* @param doctypeSystem system identifier to be used in the document
* type declaration
* @param doctypePublic public identifier to be used in the document
* type declaration
* @param xmlDecl true if the XSLT processor should output an XML
* declaration
* @param standalone true if the XSLT processor should output a
* standalone document declaration
* @return a pointer to the new instance.
*/
virtual FormatterListener*
createFormatterToXML(
Writer& writer,
const XalanDOMString& version = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
bool doIndent = false,
int indent = eDefaultXMLIndentAmount,
const XalanDOMString& encoding = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
const XalanDOMString& mediaType = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
const XalanDOMString& doctypeSystem = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
const XalanDOMString& doctypePublic = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
bool xmlDecl = true,
const XalanDOMString& standalone = XalanDOMString(XalanMemMgrs::getDummyMemMgr())) = 0;
/**
* Create a new FormatterToHTML instance. The execution context
* owns the instance and will delete it when reset.
*
* @param writer character output stream to use
* @param encoding character encoding for the writer
* @param mediaType media type (MIME content type) of the data
* @param doctypeSystem system identifier to be used in the document
* type declaration
* @param doctypePublic public identifier to be used in the document
* type declaration
* @param doIndent true if output is to be indented
* @param indent number of spaces to indent at each nesting level
* @param escapeURLs Whether or not to escape URLs according to the recommendation. The default is true.
* @param omitMetaTag Whether or not to output a META TAG according to the recommendation. The default is false.
* @return a pointer to the new instance.
*/
virtual FormatterListener*
createFormatterToHTML(
Writer& writer,
const XalanDOMString& encoding = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
const XalanDOMString& mediaType = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
const XalanDOMString& doctypeSystem = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
const XalanDOMString& doctypePublic = XalanDOMString(XalanMemMgrs::getDummyMemMgr()),
bool doIndent = true,
int indent = eDefaultHTMLIndentAmount,
bool escapeURLs = true,
bool omitMetaTag = false) = 0;
/**
* FormatterToText instance constructor.
*
* @param writer writer for output
* @param encoding character encoding for the writer
*/
virtual FormatterListener*
createFormatterToText(
Writer& writer,
const XalanDOMString& encoding) = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
class BorrowReturnFormatterToText
{
public:
BorrowReturnFormatterToText(
StylesheetExecutionContext& executionContext,
Writer& writer,
bool normalizeLinefeed = true,
bool handleIgnorableWhitespace = true);
~BorrowReturnFormatterToText()
{
assert(m_formatter != 0);
m_executionContext.returnFormatterToText(m_formatter);
}
FormatterToText&
operator*() const
{
assert(m_formatter != 0);
return *m_formatter;
}
FormatterToText*
get() const
{
assert(m_formatter != 0);
return m_formatter;
}
FormatterToText*
operator->() const
{
return get();
}
private:
StylesheetExecutionContext& m_executionContext;
FormatterToText* m_formatter;
};
friend class BorrowReturnFormatterToText;
#endif
#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/**
* Get node sorter instance
*/
virtual NodeSorter*
getNodeSorter() = 0;
#else
/**
* Borrow a cached NodeSorter instance.
*
* @return A pointer to the instance.
*/
virtual NodeSorter*
borrowNodeSorter() = 0;
/**
* Return a previously borrowed NodeSorter instance.
*
* @param theSorter A pointer the to previously borrowed instance.
* @return true if the instance was previously borrowed, false if not.
*/
virtual bool
returnNodeSorter(NodeSorter* theSorter) = 0;
class BorrowReturnNodeSorter
{
public:
BorrowReturnNodeSorter(StylesheetExecutionContext& executionContext) :
m_executionContext(executionContext),
m_sorter(executionContext.borrowNodeSorter())
{
assert(m_sorter != 0);
}
~BorrowReturnNodeSorter()
{
assert(m_sorter != 0);
m_executionContext.returnNodeSorter(m_sorter);
}
NodeSorter&
operator*() const
{
assert(m_sorter != 0);
return *m_sorter;
}
NodeSorter*
get() const
{
assert(m_sorter != 0);
return m_sorter;
}
NodeSorter*
operator->() const
{
return get();
}
private:
StylesheetExecutionContext& m_executionContext;
NodeSorter* m_sorter;
};
#endif
typedef XalanMemMgrAutoPtr<XalanNumberFormat> XalanNumberFormatAutoPtr;
/**
* Create a new XalanNumberFormat instance.
*
* @return an XalanNumberFormatAutoPtr that owns a new
* XalanNumberFormat instance.
*/
virtual XalanNumberFormatAutoPtr
createXalanNumberFormat() = 0;
#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
/*
* A class to manage the attribute sets that have been executed
* by an element
*/
struct UseAttributeSetIndexes
{
UseAttributeSetIndexes() :
attributeSetNameIndex(0),
matchingAttributeSetIndex(0) {}
size_type attributeSetNameIndex;
size_type matchingAttributeSetIndex;
};
virtual void
createUseAttributeSetIndexesOnStack() = 0;
virtual UseAttributeSetIndexes&
getUseAttributeSetIndexes() = 0;
virtual void
popUseAttributeSetIndexesFromStack() = 0;
/**
* Push the element that will invoke
* non children elements (i.e templates, attribute-sets)
*
* @param invokers the element that will invoke non children elements
*/
virtual void
pushInvoker(const ElemTemplateElement * invoker) = 0;
/**
* Pop the element that invoked non children elements
*/
virtual void
popInvoker() = 0;
/**
* Get the lastest element that has invoked
* a non-child element
*/
virtual const ElemTemplateElement*
getInvoker() const = 0;
#endif
/**
* Determine the number of trace listeners.
*
* @return number of listeners
*/
virtual tl_size_type
getTraceListeners() const = 0;
/**
* Fire a generate event.
*
* @param ge generate event to fire
*/
virtual void
fireGenerateEvent(const GenerateEvent& ge) = 0;
/**
* Fire a trace event.
*
* @param te trace event to fire
*/
virtual void
fireTraceEvent(const TracerEvent& te) = 0;
/**
* Fire a selection event.
*
* @param se selection event to fire
*/
virtual void
fireSelectEvent(const SelectionEvent& se) = 0;
/**
* If this is set to true, simple traces of template calls are made.
*
* @return true if traces made
*/
virtual bool
getTraceSelects() const = 0;
/**
* Compose a diagnostic trace of the current selection
*
* @param theStylesheetElement The executing stylesheet element
* @param nl The list of selected nodes
* @param xpath A pointer to the XPath which generated the list of nodes, if any.
*/
virtual void
traceSelect(
const ElemTemplateElement& theStylesheetElement,
const NodeRefListBase& nl,
const XPath* xpath) = 0;
/**
* Compare two strings using the collation of the
* current locale.
*
* @param theLHS a string to compare
* @param theRHS a string to compare
* @param theCaseOrder the case order for the comparison
* @return < 0 if theLHS is before theRHS, 0 if they are equal, or > 0 if theLHS is after theRHS
*/
virtual int
collationCompare(
const XalanDOMString& theLHS,
const XalanDOMString& theRHS,
XalanCollationServices::eCaseOrder theCaseOrder = XalanCollationServices::eDefault) = 0;
/**
* Compare two strings using the collation of the
* supplied locale.
*
* @param theLHS a string to compare
* @param theRHS a string to compare
* @param theLocal a string that specifies the locale
* @param theCaseOrder the case order for the comparison
* @return < 0 if theLHS is before theRHS, 0 if they are equal, or > 0 if theLHS is after theRHS
*/
virtual int
collationCompare(
const XalanDOMString& theLHS,
const XalanDOMString& theRHS,
const XalanDOMString& theLocale,
XalanCollationServices::eCaseOrder theCaseOrder = XalanCollationServices::eDefault) = 0;
/**
* Compare two strings using the collation of the
* current locale.
*
* @param theLHS a string to compare
* @param theRHS a string to compare
* @param theCaseOrder the case order for the comparison
* @return < 0 if theLHS is before theRHS, 0 if they are equal, or > 0 if theLHS is after theRHS
*/
virtual int
collationCompare(
const XalanDOMChar* theLHS,
const XalanDOMChar* theRHS,
XalanCollationServices::eCaseOrder theCaseOrder = XalanCollationServices::eDefault) = 0;
/**
* Compare two strings using the collation of the
* current locale.
*
* @param theLHS a string to compare
* @param theRHS a string to compare
* @param theLocal a string that specifies the locale
* @param theCaseOrder the case order for the comparison
* @return < 0 if theLHS is before theRHS, 0 if they are equal, or > 0 if theLHS is after theRHS
*/
virtual int
collationCompare(
const XalanDOMChar* theLHS,
const XalanDOMChar* theRHS,
const XalanDOMChar* theLocale,
XalanCollationServices::eCaseOrder theCaseOrder = XalanCollationServices::eDefault) = 0;
/**
* Create a PrintWriter for the provided stream.
*
* @param theTextOutputStream The output stream for the PrintWriter.
* @return The new instance.
*/
virtual PrintWriter*
createPrintWriter(XalanOutputStream* theTextOutputStream) = 0;
/**
* Create a PrintWriter. Create an appropriate output stream
* using the provided file name and encoding.
*
* @param theFileName The file name for the output stream
* @param theEncoding The encoding for the output stream
* @return The new instance.
*/
virtual PrintWriter*
createPrintWriter(
const XalanDOMString& theFileName,
const XalanDOMString& theEncoding) = 0;
/**
* Create a PrintWriter using the provided ostream instance.
*
* @param theStream The output stream for the PrintWriter.
* @return The new instance.
*/
virtual PrintWriter*
createPrintWriter(StreamType& theStream) = 0;
/**
* Create a PrintWriter using the provided FILE instance.
*
* @param theStream The output stream for the PrintWriter.
* @return The new instance.
*/
virtual PrintWriter*
createPrintWriter(FILE* theStream) = 0;
/**
* Get the counters table, which is a table of cached
* results that is used by ElemNumber.
*
* @return A reference to the counters table.
*/
virtual CountersTable&
getCountersTable() = 0;
/**
* Send character data from a node to the result tree.
*
* @param node The node to send.
*/
virtual void
characters(const XalanNode& node) = 0;
/**
* Send character data from an XObject to the result tree.
*
* @param node The xobject to send.
*/
virtual void
characters(const XObjectPtr& xobject) = 0;
/**
* Send raw character data from a node to the result tree.
*
* @param node The node to send.
* @param length number of characters to read from the array
*/
virtual void
charactersRaw(const XalanNode& node) = 0;
/**
* Send raw character data from an XObject to the result tree.
*
* @param node The xobject to send.
*/
virtual void
charactersRaw(const XObjectPtr& xobject) = 0;
// These interfaces are inherited from XPathExecutionContext...
virtual void
reset() = 0;
virtual XalanNode*
getCurrentNode() const = 0;
virtual void
pushCurrentNode(XalanNode* theCurrentNode) = 0;
virtual void
popCurrentNode() = 0;
virtual bool
isNodeAfter(
const XalanNode& node1,
const XalanNode& node2) const = 0;
virtual void
pushContextNodeList(const NodeRefListBase& theList) = 0;
virtual void
popContextNodeList() = 0;
virtual const NodeRefListBase&
getContextNodeList() const = 0;
virtual size_type
getContextNodeListLength() const = 0;
virtual size_type
getContextNodeListPosition(const XalanNode& contextNode) const = 0;
/**
* Determine if an external element is available.
*
* @param theQName The QName of the element
*
* @return whether the given element is available or not
*/
virtual bool
elementAvailable(const XalanQName& theQName) const = 0;
/**
* Determine if an external element is available by resolving
* a string to a QName.
*
* @param theName The name of the element
* @param locator A Locator instance for error reporting
*
* @return whether the given element is available or not
*/
virtual bool
elementAvailable(
const XalanDOMString& theName,
const Locator* locator) const = 0;
/**
* Determine if a function is available.
*
* @param theQName The QName of the function
*
* @return whether the function is available or not
*/
virtual bool
functionAvailable(const XalanQName& theQName) const = 0;
/**
* Determine if a function is available.
*
* @param theName The name of the function
* @param locator A Locator instance for error reporting
*
* @return whether the function is available or not
*/
virtual bool
functionAvailable(
const XalanDOMString& theName,
const Locator* locator) const = 0;
virtual const XObjectPtr
extFunction(
const XalanDOMString& theNamespace,
const XalanDOMString& functionName,
XalanNode* context,
const XObjectArgVectorType& argVec,
const Locator* locator) = 0;
virtual XalanDocument*
parseXML(
MemoryManager& theManager,
const XalanDOMString& urlString,
const XalanDOMString& base,
ErrorHandler* theErrorHandler = 0) const = 0;
virtual MutableNodeRefList*
borrowMutableNodeRefList() = 0;
virtual bool
returnMutableNodeRefList(MutableNodeRefList* theList) = 0;
virtual MutableNodeRefList*
createMutableNodeRefList(MemoryManager& theManager) const = 0;
#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
virtual MutableNodeRefList&
createAndPushMutableNodeRefList() = 0;
virtual void
releaseAndPopMutableNodeRefList() = 0;
virtual void
pushXObjectPtr(const XObjectPtr& xobjectPtr) = 0;
virtual void
popXObjectPtr() = 0;
virtual void
createAndPushNodesToTransformList(const NodeRefListBase* nodeList) = 0;
virtual XalanNode*
getNextNodeToTransform() = 0;
virtual void
popNodesToTransformList() = 0;
/**
* Get a string that is cached on a stack
* @returns a cached string
*/
virtual XalanDOMString&
getAndPushCachedString() = 0;
/**
* Gets the last string that was cached on the stack
* @returns the last string to be cached
*/
virtual XalanDOMString&
getLastCachedString() = 0;
/**
* Gets the last string to be cached on the stack and
* pops it from the stack. The reference is valid until
* the next request is made for a cached string
*
* @returns the last string to be cached
*/
virtual XalanDOMString&
getAndPopCachedString() = 0;
#endif
virtual XalanDOMString&
getCachedString() = 0;
virtual bool
releaseCachedString(XalanDOMString& theString) = 0;
virtual void
getNodeSetByKey(
XalanNode* context,
const XalanQName& qname,
const XalanDOMString& ref,
const Locator* locator,
MutableNodeRefList& nodelist) = 0;
virtual void
getNodeSetByKey(
XalanNode* context,
const XalanDOMString& name,
const XalanDOMString& ref,
const Locator* locator,
MutableNodeRefList& nodelist) = 0;
virtual const XObjectPtr
getVariable(
const XalanQName& name,
const Locator* locator = 0) = 0;
virtual const PrefixResolver*
getPrefixResolver() const = 0;
virtual void
setPrefixResolver(const PrefixResolver* thePrefixResolver) = 0;
virtual const XalanDOMString*
getNamespaceForPrefix(const XalanDOMString& prefix) const = 0;
virtual const XalanDOMString&
findURIFromDoc(const XalanDocument* owner) const = 0;
virtual const XalanDOMString&
getUnparsedEntityURI(
const XalanDOMString& theName,
const XalanDocument& theDocument) const = 0;
virtual bool
shouldStripSourceNode(const XalanText& node) = 0;
virtual XalanDocument*
getSourceDocument(const XalanDOMString& theURI) const = 0;
virtual void
setSourceDocument(
const XalanDOMString& theURI,
XalanDocument* theDocument) = 0;
virtual void
formatNumber(
double number,
const XalanDOMString& pattern,
XalanDOMString& theResult,
const XalanNode* context = 0,
const Locator* locator = 0) = 0;
virtual void
formatNumber(
double number,
const XalanDOMString& pattern,
const XalanDOMString& dfsName,
XalanDOMString& theResult,
const XalanNode* context = 0,
const Locator* locator = 0) = 0;
// These interfaces are inherited from ExecutionContext...
virtual void
problem(
eSource source,
eClassification classification,
const XalanDOMString& msg,
const Locator* locator,
const XalanNode* sourceNode) = 0;
virtual void
problem(
eSource source,
eClassification classification,
const XalanDOMString& msg,
const XalanNode* sourceNode) = 0;
#if defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
protected:
/**
* Borrow a cached FormatterToText instance.
*
* @return A pointer to the instance.
*/
virtual FormatterToText*
borrowFormatterToText() = 0;
/**
* Return a previously borrowed FormatterToText instance.
*
* @param theFormatter A pointer the to previously borrowed instance.
* @return true if the instance was previously borrowed, false if not.
*/
virtual bool
returnFormatterToText(FormatterToText* theFormatter) = 0;
#endif
};
XALAN_CPP_NAMESPACE_END
#endif // STYLESHEETEXECUTIONCONTEXT_HEADER_GUARD_1357924680
|