List of all members.
Public Types
Public Member Functions
Static Public Member Functions
Member Typedef Documentation
Constructor & Destructor Documentation
Build a keys table.
- Parameters:
-
startNode | node to start iterating from to build the keys index |
nscontext | stylesheet's namespace context |
keyDeclarations | stylesheet's xsl:key declarations |
executionContext | current execution context |
virtual KeyTable::~KeyTable |
( |
| ) |
[virtual] |
Member Function Documentation
Given a valid element key, return the corresponding node list.
If the name was not declared with xsl:key, this will return null, the identifier is not found, it will return an empty node set, otherwise it will return a nodeset of nodes.
- Parameters:
-
name | name of the key, which must match the 'name' attribute on xsl:key |
ref | value that must match the value found by the 'match' attribute on xsl:key |
- Returns:
- pointer to nodeset for key
The documentation for this class was generated from the following file: