Holds the attribute declarations for the "xsl:key" element. More...
Public Member Functions | |
KeyDeclaration (const XalanQName &qname, const XPath &matchPattern, const XPath &use, const XalanDOMString &uri, XalanLocator::size_type lineNumber, XalanLocator::size_type columnNumber) | |
Construct an object containing attributes of an "xsl:key" element. More... | |
KeyDeclaration () | |
KeyDeclaration (const KeyDeclaration &theSource) | |
~KeyDeclaration () | |
const XalanQName * | getQName () const |
Retrieves name of element. More... | |
const XPath * | getUse () const |
Retrieves "use" XPath. More... | |
const XPath * | getMatchPattern () const |
Retrieves "match" XPath. More... | |
const XalanDOMString * | getURI () const |
Retrieves the URI. More... | |
XalanLocator::size_type | getLineNumber () const |
Retrieves the line number where the xsl:key element occurred. More... | |
XalanLocator::size_type | getColumnNumber () const |
Retrieves the column number where the xsl:key element occurred. 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 | ||
) |
|
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 |
|