18 #if !defined(XALAN_KEYTABLE_HEADER_GUARD)
19 #define XALAN_KEYTABLE_HEADER_GUARD
51 class NodeRefListBase;
53 class StylesheetExecutionContext;
94 const KeyDeclarationVectorType& keyDeclarations,
98 create(MemoryManager& theManager,
101 const KeyDeclarationVectorType& keyDeclarations,
127 processKeyDeclaration(
128 KeysMapType& theKeys,
156 KeyDeclarationVectorType m_allKeys;
165 #endif // XALAN_KEYTABLE_HEADER_GUARD
Local implementation of MutableNodeRefList.
XalanVector< KeyDeclaration > KeyDeclarationVectorType
This class defines an interface for classes that resolve namespace prefixes to their URIs...
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to represent a qualified name.
Holds the attribute declarations for the "xsl:key" element.
NodeListMapTypeDefinitions NodeListMapType
Xalan implementation of a hashtable.
#define XALAN_USES_MEMORY_MANAGER(Type)
XalanMap< XalanQNameByReference, NodeListMapType > KeysMapType
XalanMap< XalanDOMString, MutableNodeRefList > NodeListMapTypeDefinitions
Table of element keys, keyed by document node.