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 | ( | ) |
XalanLocator::size_type KeyDeclaration::getColumnNumber | ( | ) | const |
Retrieves the column number where the xsl:key element occurred.
XalanLocator::size_type KeyDeclaration::getLineNumber | ( | ) | const |
Retrieves the line number where the xsl:key element occurred.
const XPath* KeyDeclaration::getMatchPattern | ( | ) | const |
const XalanQName* KeyDeclaration::getQName | ( | ) | const |
Retrieves name of element.
const XalanDOMString* KeyDeclaration::getURI | ( | ) | const |
Retrieves the URI.
const XPath* KeyDeclaration::getUse | ( | ) | const |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|