Compounds |
class | XMLT |
Defines |
#define | COMPARE_STRING_LENGTH 256 |
#define | MAKE_UNICODE_STRING(str) XMLT(str).getUnicodeStr() |
Functions |
const XMLCh DSIG_EXPORT * | getDSIGLocalName (const DOMNode *node) |
DOMNode DSIG_EXPORT * | findDSIGNode (DOMNode *n, char *nodeName) |
DOMNode DSIG_EXPORT * | findFirstChildOfType (DOMNode *n, DOMNode::NodeType t) |
safeBuffer DSIG_EXPORT & | makeQName (safeBuffer &qname, safeBuffer &prefix, char *localName) |
bool | strEquals (const XMLCh *str1, const XMLCh *str2) |
bool | strEquals (const char *str1, const char *str2) |
bool | strEquals (const char *str1, const XMLCh *str2) |
bool | strEquals (const XMLCh *str1, const char *str2) |