Include dependency graph for DOMStringHelper.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Value: |
|
|
|
Converts a XalanDOMString into a double value.
|
|
Converts a XalanDOMString into an integer value.
|
|
Converts a XalanDOMString into a long value.
|
|
Converts a XalanDOMString into a long value.
|
|
Utility function to make a null-terminated vector of XMLChs, from a XalanDOMString.
|
|
Outputs the target string to the specified stream.
|
|
Utility function to make a null-terminated vector of XMLChs, from a null-terminated array of chars, via transcoding, if requested.
|
|
Outputs the target string to the specified stream.
|
|
Outputs the target string to the specified stream.
|
|
Converts a wide string into a double value.
|
|
Converts a wide string into an unsigned long value.
|
|
Converts a wide string into a long value.
|
|
Converts a wide string into an integer value.
|
|
Converts a double value into a XalanDOMString.
|
|
Converts a pointer into a XalanDOMString. This function works only with the Unicode characters A-Z.
|
|
Simulates the java String method startsWith().
|
|
Simulates the java String method lastIndexOf().
|
|
XalanXMLSerializerBase serves as a base class for XML serializers based on FormatterListener events.
|
|
|
|
|
|
Concatenate a string and a character.
|
|
Concatenate a string and a character.
|
|
Concatenate two strings.
|
|
Concatenate two strings.
|
|
Concatenate two strings.
|
|
Assign one string to another.
|
|
Assign one string to another.
|
|
Get the underlying representation of the target CharVectorType as a null-terminated string.
|
|
Get the underlying representation of the wide string as a UNICODE null-terminated string. This is here simply for consistency in the code. On certain platforms, compiler- generated wide strings will not contain Unicode code points. Another macro converts those into XalanDOMStrings, which are then transcoded. In these cases, the previous defined c_sstr() function gets called. On platforms where the compiler does generate Unicode wide strings, this function will be called instead.
|
|
Get the underlying representation of the target XalanDOMString as a null-terminated string.
|
|
Retrieves a character at a specified index in the target string.
|
|
Remove all elements from target string.
|
|
Compare the contents of two strings.
|
|
Compare the contents of two strings.
|
|
Compare the contents of two strings.
|
|
Compare the contents of two strings. THIS FUNCTION DOES NOT COMPARE STRINGS LIKE strcmp() OR ANY OTHER "COLLATION" ALGORITHM.
|
|
Compare the contents of two strings. THIS FUNCTION DOES NOT COMPARE STRINGS LIKE strcmp() OR ANY OTHER "COLLATION" ALGORITHM.
|
|
Compare the contents of two strings. THIS FUNCTION DOES NOT COMPARE STRINGS LIKE strcmp() OR ANY OTHER "COLLATION" ALGORITHM.
|
|
Compare the contents of two strings, in a case insensitive manner. Only the characters a-z and A-Z are considered for the comparison. THIS FUNCTION DOES NOT COMPARE STRINGS LIKE strcmp() OR ANY OTHER "COLLATION" ALGORITHM.
|
|
Compare the contents of two strings, in a case insensitive manner. Only the characters a-z and A-Z are considered as characters with "case". THIS FUNCTION DOES NOT COMPARE STRINGS LIKE strcmp() OR ANY OTHER "COLLATION" ALGORITHM.
|
|
Compare the contents of two strings, in a case insensitive manner. Only the characters a-z and A-Z are considered as characters with "case". THIS FUNCTION DOES NOT COMPARE STRINGS LIKE strcmp() OR ANY OTHER "COLLATION" ALGORITHM.
|
|
Simulates the java String method endsWith().
|
|
Compare the contents of two strings for equality.
|
|
Compare the contents of two strings for equality.
|
|
Compare the contents of two strings for equality.
|
|
Compare the contents of two strings for equality.
|
|
Compare the contents of two strings for equality.
|
|
Compare the contents of two strings for equality, without regard for case. Only the characters A-Z and a-z are considered.
|
|
Compare the contents of two strings for equality, without regard for case. Only the characters a-z and A-Z are considered characters with "case".
|
|
Compare the contents of two strings for equality, without regard for case Only the characters A-Z and a-z are considered.
|
|
Compare the contents of two strings for equality, without regard for case. Only the characters a-z and A-Z are considered characters with "case".
|
|
Remove all elements from target string.
|
|
Simulates the java String method indexOf().
|
|
Simulates the java String method indexOf().
|
|
Simulates the java String method indexOf().
|
|
Insert a string into another string.
|
|
Insert a string into another string.
|
|
Determines if the target string contains any elements.
|
|
Determines whether character represents a digit.
|
|
Determines whether character represents a letter or digit.
|
|
Determines whether character represents white space.
|
|
Get the length of a null-terminated string.
|
|
Get the length of a null-terminated string of XalanDOMChar characters.
|
|
Get the length of a XalanDOMString.
|
|
Implements operator< for DOMStrings.
|
|
Implements operator< for CharVectorType.
|
|
Outputs the target string to the specified stream.
|
|
Outputs the target string to the specified stream.
|
|
Outputs the target string to the specified stream.
|
|
Outputs the target string to the specified stream.
|
|
Outputs the target string to the specified stream.
|
|
Outputs the string to the specified stream.
|
|
Outputs the string to the specified stream.
|
|
Remove all elements from target string and frees all allocated memory.
|
|
Reserve some space in the string for more efficient concatenation...
|
|
Simulates the java String method startsWith().
|
|
Simulates the java String method startsWith().
|
|
Simulates the java String method startsWith().
|
|
Simulates the java String method startsWith().
|
|
Get the underlying representation of the target CharVectorType as a pointer to an array of characters.
|
|
Get the underlying representation of a XalanDOMChar.
|
|
Get the underlying representation of the target XalanDOMString as an array of XalanDOMChar, not guaranteed to be null-terminated.
|
|
Converts ASCII alphabetic characters from lower case to upper case. This function works only with the Unicode characters a-z.
|
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|