Go to the source code of this file.
Classes | |
class | XalanQName |
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named template (see [7 Named Templates]), a mode (see [6.7 Modes]), an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 Keys]), a locale (see [14.3 Number Formatting]), a variable or a parameter (see [12 Variables and Parameters]) is specified as a QName. More... | |
class | XalanQName::PrefixResolverProxy |
class | XalanQName::InvalidQNameException |
struct | XalanMapKeyTraits< XalanQName > |
struct | XalanMapKeyTraits< const XalanQName * > |
Functions | |
bool | operator== (const XalanQName &theLHS, const XalanQName &theRHS) |
bool | operator!= (const XalanQName &theLHS, const XalanQName &theRHS) |
bool | operator< (const XalanQName &theLHS, const XalanQName &theRHS) |
bool operator!= | ( | const XalanQName & | theLHS, |
const XalanQName & | theRHS | ||
) |
bool operator< | ( | const XalanQName & | theLHS, |
const XalanQName & | theRHS | ||
) |
bool operator== | ( | const XalanQName & | theLHS, |
const XalanQName & | theRHS | ||
) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|