Holds the attribute declarations for the "xsl:key" element. More...
#include <KeyDeclaration.hpp>

Holds the attribute declarations for the "xsl:key" element.
Definition at line 43 of file KeyDeclaration.hpp.
| KeyDeclaration::KeyDeclaration | ( | const XalanQName & | qname, | |
| const XPath & | matchPattern, | |||
| const XPath & | use, | |||
| const XalanDOMString & | uri, | |||
| XalanFileLoc | lineNumber, | |||
| XalanFileLoc | columnNumber | |||
| ) | [inline] |
Construct an object containing attributes of an "xsl:key" element.
| qname | name of element | |
| matchPattern | XPath for "match" attribute | |
| use | XPath for "use" attribute |
Definition at line 54 of file KeyDeclaration.hpp.
| KeyDeclaration::KeyDeclaration | ( | ) | [inline, explicit] |
Definition at line 71 of file KeyDeclaration.hpp.
| KeyDeclaration::KeyDeclaration | ( | const KeyDeclaration & | theSource | ) | [inline] |
Definition at line 81 of file KeyDeclaration.hpp.
| KeyDeclaration::~KeyDeclaration | ( | ) | [inline] |
Definition at line 88 of file KeyDeclaration.hpp.
| XalanFileLoc KeyDeclaration::getColumnNumber | ( | ) | const [inline] |
Retrieves the column number where the xsl:key element occurred.
Definition at line 153 of file KeyDeclaration.hpp.
| XalanFileLoc KeyDeclaration::getLineNumber | ( | ) | const [inline] |
Retrieves the line number where the xsl:key element occurred.
Definition at line 142 of file KeyDeclaration.hpp.
| const XPath* KeyDeclaration::getMatchPattern | ( | ) | const [inline] |
Retrieves "match" XPath.
Definition at line 120 of file KeyDeclaration.hpp.
| const XalanQName* KeyDeclaration::getQName | ( | ) | const [inline] |
| const XalanDOMString* KeyDeclaration::getURI | ( | ) | const [inline] |
Retrieves the URI.
Definition at line 131 of file KeyDeclaration.hpp.
| const XPath* KeyDeclaration::getUse | ( | ) | const [inline] |
Retrieves "use" XPath.
Definition at line 109 of file KeyDeclaration.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|