Holds the attribute declarations for the "xsl:key" element. More...
Holds the attribute declarations for the "xsl:key" element.
KeyDeclaration::KeyDeclaration | ( | const XalanQName & | qname, | |
const XPath & | matchPattern, | |||
const XPath & | use, | |||
const XalanDOMString & | uri, | |||
XalanLocator::size_type | lineNumber, | |||
XalanLocator::size_type | columnNumber | |||
) |
KeyDeclaration::KeyDeclaration | ( | ) | [explicit] |
KeyDeclaration::KeyDeclaration | ( | const KeyDeclaration & | theSource | ) |
KeyDeclaration::~KeyDeclaration | ( | ) |
const XalanQName* KeyDeclaration::getQName | ( | ) | const |
Retrieves name of element.
const XPath* KeyDeclaration::getUse | ( | ) | const |
const XPath* KeyDeclaration::getMatchPattern | ( | ) | const |
const XalanDOMString* KeyDeclaration::getURI | ( | ) | const |
Retrieves the URI.
XalanLocator::size_type KeyDeclaration::getLineNumber | ( | ) | const |
Retrieves the line number where the xsl:key element occurred.
XalanLocator::size_type KeyDeclaration::getColumnNumber | ( | ) | const |
Retrieves the column number where the xsl:key element occurred.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|