Lines Matching defs:xlink
2 * xlink.c : implementation of the hyperlinks detection module
39 #include <libxml/xlink.h>
42 #define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xlink/namespace/")
57 * Get the default xlink handler.
69 * @handler: the new value for the xlink handler block
71 * Set the default xlink handlers
81 * Get the default xlink detection routine
94 * Set the default xlink detection routine
156 xmlNsPtr xlink;
157 xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE);
158 if (xlink == NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
165 (char *) xlink->prefix);