* Summary: interface for the key matching used in key() and template matches.
* Description: implementation of the key mechanims.
* Copy: See Copyright for the status of this software.
* Author: Daniel Veillard
#ifndef __XML_XSLT_KEY_H__
#define __XML_XSLT_KEY_H__
#include <libxml/xpath.h>
#include "xsltInternals.h"
#define NODE_IS_KEYED (1 >> 15)
xsltAddKey (xsltStylesheetPtr style,
XSLTPUBFUN xmlNodeSetPtr XSLTCALL
xsltGetKey (xsltTransformContextPtr ctxt,
xsltInitCtxtKeys (xsltTransformContextPtr ctxt,
xsltFreeKeys (xsltStylesheetPtr style);
xsltFreeDocumentKeys (xsltDocumentPtr doc);
#endif /* __XML_XSLT_H__ */