/usr/include/xalanc/XalanDOM/XalanDOMString.hpp is in libxalan110-dev 1.10-6.
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 | /*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed 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(XALANDOMSTRING_HEADER_GUARD_1357924680)
#define XALANDOMSTRING_HEADER_GUARD_1357924680
#include <xalanc/XalanDOM/XalanDOMDefinitions.hpp>
#include <cassert>
#include <xalanc/Include/XalanMemoryManagement.hpp>
#include <xalanc/Include/XalanVector.hpp>
#include <xalanc/XalanDOM/XalanDOMException.hpp>
XALAN_CPP_NAMESPACE_BEGIN
class XALAN_DOM_EXPORT XalanDOMString
{
public:
typedef XalanVector<XalanDOMChar> XalanDOMCharVectorType;
typedef XalanVector<char> CharVectorType;
typedef XalanVector<wchar_t> WideCharVectorType;
typedef XalanDOMChar value_type;
typedef XalanDOMChar& reference;
typedef const XalanDOMChar& const_reference;
typedef unsigned int size_type;
typedef XalanDOMCharVectorType::iterator iterator;
typedef XalanDOMCharVectorType::const_iterator const_iterator;
typedef XalanDOMCharVectorType::reverse_iterator reverse_iterator;
typedef XalanDOMCharVectorType::const_reverse_iterator const_reverse_iterator;
#if defined(XALAN_INLINE_INITIALIZATION)
static const size_type npos = ~0u;
#else
enum { npos = -1 };
#endif
XalanDOMString(MemoryManagerType& theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR );
explicit
XalanDOMString(
const char* theString,
MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR,
size_type theCount = size_type(npos));
XalanDOMString(
const XalanDOMString& theSource,
MemoryManagerType& theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR,
size_type theStartPosition = 0,
size_type theCount = size_type(npos));
explicit
XalanDOMString(
const XalanDOMChar* theString,
MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR,
size_type theCount = size_type(npos));
XalanDOMString(
size_type theCount,
XalanDOMChar theChar,
MemoryManagerType& theManager XALAN_DEFAULT_MEMMGR);
XalanDOMString*
clone(MemoryManagerType& theManager);
~XalanDOMString()
{
}
XalanDOMString&
operator=(const XalanDOMString& theRHS)
{
return assign(theRHS);
}
XalanDOMString&
operator=(const XalanDOMChar* theRHS)
{
return assign(theRHS);
}
XalanDOMString&
operator=(const char* theRHS)
{
return assign(theRHS);
}
XalanDOMString&
operator=(XalanDOMChar theRHS)
{
return assign(1, theRHS);
}
iterator
begin()
{
invariants();
return m_data.begin();
}
const_iterator
begin() const
{
invariants();
return m_data.begin();
}
iterator
end()
{
invariants();
return m_data.empty() == true ? m_data.end() : m_data.end() - 1;
}
const_iterator
end() const
{
invariants();
return m_data.empty() == true ? m_data.end() : m_data.end() - 1;
}
reverse_iterator
rbegin()
{
invariants();
reverse_iterator i = m_data.rbegin();
if (m_data.empty() == false)
{
++i;
}
return i;
}
const_reverse_iterator
rbegin() const
{
invariants();
const_reverse_iterator i = m_data.rbegin();
if (m_data.empty() == false)
{
++i;
}
return i;
}
reverse_iterator
rend()
{
invariants();
return m_data.rend();
}
const_reverse_iterator
rend() const
{
invariants();
return m_data.rend();
}
size_type
size() const
{
invariants();
return m_size;
}
size_type
length() const
{
invariants();
return size();
}
size_type
max_size() const
{
invariants();
return ~size_type(0);
}
void
resize(
size_type theCount,
XalanDOMChar theChar);
void
resize(size_type theCount)
{
invariants();
resize(theCount, XalanDOMChar(0));
}
size_type
capacity() const
{
invariants();
const XalanDOMCharVectorType::size_type theCapacity =
m_data.capacity();
return theCapacity == 0 ? 0 : size_type(theCapacity - 1);
}
void
reserve(size_type theCount = 0)
{
invariants();
m_data.reserve(theCount + 1);
}
void
clear()
{
invariants();
m_data.erase(m_data.begin(), m_data.end());
m_size = 0;
invariants();
}
void
erase(
size_type theStartPosition = 0,
size_type theCount = size_type(npos));
bool
empty() const
{
invariants();
return m_size == 0 ? true : false;
}
const_reference
operator[](size_type theIndex) const
{
invariants();
return m_data[theIndex];
}
reference
operator[](size_type theIndex)
{
invariants();
return m_data[theIndex];
}
const_reference
at(size_type theIndex) const
{
invariants();
return m_data.at(theIndex);
}
reference
at(size_type theIndex)
{
invariants();
return m_data.at(theIndex);
}
const XalanDOMChar*
c_str() const
{
invariants();
return m_data.empty() == true ? &s_empty : &m_data[0];
}
const XalanDOMChar*
data() const
{
invariants();
return c_str();
}
void
swap(XalanDOMString& theOther)
{
invariants();
m_data.swap(theOther.m_data);
#if defined(XALAN_NO_STD_NAMESPACE)
::swap(m_size, theOther.m_size);
#else
std::swap(m_size, theOther.m_size);
#endif
}
XalanDOMString&
operator+=(const XalanDOMString& theSource)
{
return append(theSource);
}
XalanDOMString&
operator+=(const XalanDOMChar* theString)
{
return append(theString);
}
XalanDOMString&
operator+=(XalanDOMChar theChar)
{
append(1, theChar);
return *this;
}
XalanDOMString&
assign(const XalanDOMChar* theSource)
{
invariants();
erase();
invariants();
return append(theSource);
}
XalanDOMString&
assign(
const XalanDOMChar* theSource,
size_type theCount)
{
invariants();
erase();
invariants();
return append(theSource, theCount);
}
XalanDOMString&
assign(const char* theSource)
{
invariants();
erase();
invariants();
return append(theSource);
}
XalanDOMString&
assign(
const char* theSource,
size_type theCount)
{
invariants();
erase();
invariants();
return append(theSource, theCount);
}
XalanDOMString&
assign(
const XalanDOMString& theSource,
size_type thePosition,
size_type theCount);
XalanDOMString&
assign(const XalanDOMString& theSource)
{
invariants();
if (&theSource != this)
{
m_data = theSource.m_data;
m_size = theSource.m_size;
}
invariants();
return *this;
}
XalanDOMString&
assign(
size_type theCount,
XalanDOMChar theChar)
{
invariants();
erase();
invariants();
return append(theCount, theChar);
}
XalanDOMString&
assign(
iterator theFirstPosition,
iterator theLastPosition);
XalanDOMString&
append(const XalanDOMString& theSource)
{
return append(theSource.c_str(), theSource.length());
}
XalanDOMString&
append(
const XalanDOMString& theSource,
size_type thePosition,
size_type theCount)
{
assert(thePosition < theSource.length() &&
(theCount == size_type(npos) || thePosition + theCount <= theSource.length()));
return append(theSource.c_str() + thePosition, theCount);
}
XalanDOMString&
append(
const XalanDOMChar* theString,
size_type theCount);
XalanDOMString&
append(const XalanDOMChar* theString)
{
return append(theString, length(theString));
}
XalanDOMString&
append(
const char* theString,
size_type theCount);
XalanDOMString&
append(const char* theString)
{
return append(theString, length(theString));
}
XalanDOMString&
append(
size_type theCount,
XalanDOMChar theChar);
void
push_back(XalanDOMChar theChar)
{
invariants();
append(1, theChar);
invariants();
}
XalanDOMString&
insert(
size_type thePosition,
const XalanDOMString& theString)
{
return insert(thePosition, theString.c_str(), theString.length());
}
XalanDOMString&
insert(
size_type thePosition1,
const XalanDOMString& theString,
size_type thePosition2,
size_type theCount)
{
return insert(thePosition1, theString.c_str() + thePosition2, theCount);
}
XalanDOMString&
insert(
size_type thePosition,
const XalanDOMChar* theString,
size_type theCount);
XalanDOMString&
insert(
size_type thePosition,
const XalanDOMChar* theString)
{
return insert(thePosition, theString, length(theString));
}
XalanDOMString&
insert(
size_type thePosition,
size_type theCount,
XalanDOMChar theChar);
iterator
insert(
iterator thePosition,
XalanDOMChar theChar);
void
insert(
iterator thePosition,
size_type theCount,
XalanDOMChar theChar);
void
insert(
iterator theInsertPosition,
iterator theFirstPosition,
iterator theLastPosition);
XalanDOMString&
substr(
XalanDOMString& theSubstring,
size_type thePosition = 0,
size_type theCount = size_type(npos)) const
{
assert(theCount == size_type(npos) && thePosition < length() ||
thePosition + theCount <= length());
invariants();
return theSubstring.assign(*this, thePosition, theCount);
}
int
compare(const XalanDOMString& theString) const
{
invariants();
return compare(theString.c_str());
}
int
compare(
size_type thePosition1,
size_type theCount1,
const XalanDOMString& theString) const
{
invariants();
return compare(thePosition1, theCount1, theString.c_str(), theString.length());
}
int
compare(
size_type thePosition1,
size_type theCount1,
const XalanDOMString& theString,
size_type thePosition2,
size_type theCount2) const
{
invariants();
return compare(thePosition1, theCount1, theString.c_str() + thePosition2, theCount2);
}
int
compare(const XalanDOMChar* theString) const;
int
compare(
size_type thePosition1,
size_type theCount1,
const XalanDOMChar* theString,
size_type theCount2 = size_type(npos)) const;
void
reset(MemoryManagerType& theManager, const char* theString);
void
reset(MemoryManagerType& theManager, const XalanDOMChar* theString);
class TranscodingError : public XalanDOMException
{
public:
TranscodingError() :
XalanDOMException(TRANSCODING_ERR)
{
}
virtual
~TranscodingError()
{
}
};
/**
* Transcode the string to the local code page. If the string
* cannot be properly transcoded, and the transcoder can detect
* the error a TranscodingError exception is thrown.
*
* @param theResult A CharVectorType instance for the transcoded string. The string is null-terminated.
*/
void
transcode(CharVectorType& theResult) const;
MemoryManagerType&
getMemoryManager()
{
return m_data.getMemoryManager();
}
size_type
hash() const
{
return hash(c_str(), size());
}
static bool
equals(
const XalanDOMChar* theLHS,
size_type theLHSLength,
const XalanDOMChar* theRHS,
size_type theRHSLength);
static bool
equals(
const XalanDOMChar* theLHS,
const XalanDOMChar* theRHS)
{
return equals(theLHS, length(theLHS), theRHS, length(theRHS));
}
static bool
equals(
const XalanDOMString& theLHS,
const XalanDOMString& theRHS);
static bool
equals(
const XalanDOMString& theLHS,
const XalanDOMChar* theRHS)
{
return equals(theLHS.c_str(), theRHS);
}
static bool
equals(
const XalanDOMChar* theLHS,
const XalanDOMString& theRHS)
{
return equals(theLHS, theRHS.c_str());
}
/*
* Helper function to determine the length of a null-
* terminated string.
*
* @theString The string
* @return the length
*/
static size_type
length(const XalanDOMChar* theString);
/*
* Helper function to determine the length of a null-
* terminated string.
*
* @theString The string
* @return the length
*/
static size_type
length(const char* theString);
static size_type
hash(
const XalanDOMChar* theString,
size_type theLength);
protected:
/*
* Function to assert invariant conditions for the class.
*
* @return the iterator
*/
void
invariants() const
{
#if !defined(NDEBUG)
assert((m_data.empty() == true && m_size == 0) || m_size == m_data.size() - 1);
assert(m_data.empty() == true || m_data.back() == 0);
#endif
}
/*
* Get an iterator to the position of the terminating null.
*
* @return the iterator
*/
iterator
getBackInsertIterator()
{
invariants();
return m_data.empty() == true ? m_data.end() : m_data.end() - 1;
}
const_iterator
getBackInsertIterator() const
{
invariants();
return m_data.empty() == true ? m_data.end() : m_data.end() - 1;
}
iterator
getIteratorForPosition(size_type thePosition)
{
invariants();
return m_data.begin() + thePosition;
}
const_iterator
getIteratorForPosition(size_type thePosition) const
{
invariants();
return m_data.begin() + thePosition;
}
#if defined (XALAN_DEVELOPMENT)
// not defined
XalanDOMString();
XalanDOMString(const XalanDOMString&);
#endif
private:
XalanDOMCharVectorType m_data;
size_type m_size;
static const XalanDOMChar s_empty;
};
inline bool
operator==(
const XalanDOMString& theLHS,
const XalanDOMString& theRHS)
{
return XalanDOMString::equals(theLHS, theRHS);
}
inline bool
operator==(
const XalanDOMString& theLHS,
const XalanDOMChar* theRHS)
{
return XalanDOMString::equals(theLHS, theRHS);
}
inline bool
operator==(
const XalanDOMChar* theLHS,
const XalanDOMString& theRHS)
{
// Note reversing of operands...
return XalanDOMString::equals(theLHS, theRHS);
}
inline bool
operator!=(
const XalanDOMString& theLHS,
const XalanDOMString& theRHS)
{
return !(theLHS == theRHS);
}
inline bool
operator!=(
const XalanDOMChar* theLHS,
const XalanDOMString& theRHS)
{
return !(theLHS == theRHS);
}
inline bool
operator!=(
const XalanDOMString& theLHS,
const XalanDOMChar* theRHS)
{
return !(theRHS == theLHS);
}
inline XalanDOMString&
add(
const XalanDOMString& theLHS,
const XalanDOMString& theRHS,
XalanDOMString& result)
{
result.assign(theLHS);
return result += theRHS;
}
inline XalanDOMString&
add(
const XalanDOMString& theLHS,
const XalanDOMChar* theRHS,
XalanDOMString& result)
{
result.assign(theLHS);
return result += theRHS;
}
inline XalanDOMString&
add(
const XalanDOMChar* theLHS,
const XalanDOMString& theRHS,
XalanDOMString& result)
{
result.assign(theLHS);
return result += theRHS;
}
inline const XalanDOMString&
add(
const char* theLHS,
const XalanDOMString& theRHS,
XalanDOMString& result)
{
result.assign(theLHS);
result.append(theRHS);
return result;
}
inline const XalanDOMString&
add(
const XalanDOMString& theLHS,
const char* theRHS,
XalanDOMString& result)
{
result.assign(theLHS);
result.append(theRHS);
return result;
}
// Standard vector of XalanDOMChars and chars
typedef XalanVector<XalanDOMChar> XalanDOMCharVectorType;
typedef XalanVector<char> CharVectorType;
/**
* Convert a XalanDOMChar string to C++ standard library
* vector, transcoding to the default local code
* page.
*
* @param sourceString The source string
* @param sourceStringLength The source string length.
* @param targetVector The target string
* @param terminate If true, the transcoded string will be null-terminated
* @return true if successful, false if not.
*/
XALAN_DOM_EXPORT_FUNCTION(bool)
TranscodeToLocalCodePage(
const XalanDOMChar* theSourceString,
XalanDOMString::size_type theSourceStringLength,
CharVectorType& targetVector,
bool terminate = false);
/**
* Convert a XalanDOMChar string to C++ standard library
* vector, transcoding to the default local code
* page. If the source string contines code points, that can't be
* represented in the local code page, the substitution character will be used
*
* @param sourceString The source string
* @param sourceStringLength The source string length.
* @param targetVector The target string
* @param terminate If true, the transcoded string will be null-terminated
* @param theSubstitutionChar The substitution character for code points that are not presentable
* in the local page
*/
XALAN_DOM_EXPORT_FUNCTION(void)
TranscodeToLocalCodePage(
const XalanDOMChar* theSourceString,
XalanDOMString::size_type theSourceStringLength,
CharVectorType& targetVector,
bool terminate,
char theSubstitutionChar);
/**
* Convert a string to a XalanDOMString, transcoding from
* the default local code page.
*
* @param theSourceString The source string
* @param theSourceStringLength The source string length.
* @return The new string.
*/
#if !defined(XALAN_DEVELOPMENT)
inline const XalanDOMString
TranscodeFromLocalCodePage(
const char* theSourceString,
XalanDOMString::size_type theSourceStringLength = XalanDOMString::npos)
{
return XalanDOMString(theSourceString,XalanMemMgrs::getDefaultXercesMemMgr(), theSourceStringLength);
}
#endif
/**
* Convert a XalanDOMChar string to C++ standard library
* vector, transcoding to the default local code
* page. The string _must_ be null-terminated.
*
* @param theSourceString The source string
* @param targetVector The target string
* @param terminate If true, the transcoded string will be null-terminated
* @return true if successful, false if not.
*/
XALAN_DOM_EXPORT_FUNCTION(bool)
TranscodeToLocalCodePage(
const XalanDOMChar* theSourceString,
CharVectorType& targetVector,
bool terminate = false);
/**
* Convert a XalanDOMChar string to C++ standard library
* vector, transcoding to the default local code
* page. The string _must_ be null-terminated.
*
* @param theSourceString The source string
* @param targetVector The target string
* @param terminate If true, the transcoded string will be null-terminated
*/
XALAN_DOM_EXPORT_FUNCTION(void)
TranscodeToLocalCodePage(
const XalanDOMChar* theSourceString,
CharVectorType& targetVector,
bool terminate,
char theSubstitutionChar);
/**
* Convert XalanDOMString to C++ standard library
* vector, transcoding to the default local code
* page. Null-terminate the sttring...
*
* @param theSourceString source string
* @return The transcoded string.
*/
#if !defined(XALAN_DEVELOPMENT)
inline const CharVectorType
TranscodeToLocalCodePage(const XalanDOMChar* theSourceString)
{
CharVectorType theResult;
TranscodeToLocalCodePage(theSourceString, theResult, true, '?');
return theResult;
}
#endif
/**
* Convert XalanDOMString to C++ standard library
* vector, transcoding to the default local code
* page.
*
* @param theSourceString The source string
* @param targetVector The target string
* @return true if successful, false if not.
*/
inline bool
TranscodeToLocalCodePage(
const XalanDOMString& theSourceString,
CharVectorType& targetVector,
bool terminate = false)
{
return TranscodeToLocalCodePage(theSourceString.c_str(), targetVector, terminate);
}
/**
* Convert XalanDOMString to C++ standard library
* vector, transcoding to the default local code
* page.
*
* @param theSourceString The source string
* @param targetVector The target string
* @param theSubstitutionChar The substitution character for code points that are not presentable
* in the local page
*/
inline void
TranscodeToLocalCodePage(
const XalanDOMString& theSourceString,
CharVectorType& targetVector,
bool terminate ,
char theSubstitutionChar)
{
TranscodeToLocalCodePage(theSourceString.c_str(), targetVector, terminate, theSubstitutionChar);
}
/**
* Convert XalanDOMString to C++ standard library
* vector, transcoding to the default local code
* page.
*
* @param thetheSourceString source string
* @return The transcoded string.
*/
#if !defined(XALAN_DEVELOPMENT)
inline const CharVectorType
TranscodeToLocalCodePage(const XalanDOMString& theSourceString)
{
CharVectorType theResult;
TranscodeToLocalCodePage(theSourceString.c_str(), theResult, true, '?');
return theResult;
}
#endif
/**
* Convert a string to a XalanDOMString, transcoding from
* the default local code page.
*
* @param theSourceString The source string
* @param theSourceStringLength The source string length.
* @return The new string.
*/
inline const XalanDOMString&
TranscodeFromLocalCodePage(
const char* theSourceString,
XalanDOMString& result,
XalanDOMString::size_type theSourceStringLength = XalanDOMString::npos)
{
result.assign(theSourceString, theSourceStringLength);
return result;
}
/**
* Convert a string to a C++ standard library
* vector, transcoding from the default local code
* page.
*
* @param theSourceString The source string
* @param theSourceStringLength The source string length.
* @param targetVector The target string
* @param terminate If true, the transcoded string will be null-terminated
* @return true if successful, false if not.
*/
XALAN_DOM_EXPORT_FUNCTION(bool)
TranscodeFromLocalCodePage(
const char* theSourceString,
XalanDOMString::size_type theSourceStringLength,
XalanDOMCharVectorType& theTargetVector,
bool terminate = false);
/**
* Convert a string to a C++ standard library
* vector, transcoding from the default local code
* page. The string _must_ be null-terminated.
*
* @param sourceString The source string
* @param targetVector The target string
* @param terminate If true, the transcoded string will be null-terminated
* @return true if successful, false if not.
*/
XALAN_DOM_EXPORT_FUNCTION(bool)
TranscodeFromLocalCodePage(
const char* theSourceString,
XalanDOMCharVectorType& theTargetVector,
bool terminate = false);
/**
* Convert a vector of characters to a XalanDOMString,
* transcoding from the default local code
*
* @param theSourceString source string
* @return The transcoded string.
*/
XALAN_DOM_EXPORT_FUNCTION(const XalanDOMString&)
TranscodeFromLocalCodePage(const CharVectorType& theSourceString,
XalanDOMString& result);
XALAN_USES_MEMORY_MANAGER(XalanDOMString)
XALAN_CPP_NAMESPACE_END
#endif // !defined(XALANDOMSTRING_HEADER_GUARD_1357924680)
|