Xalan-C++ API Reference 1.12.0
|
Holds the attribute declarations for the "xsl:key" element. More...
#include <xalanc/XSLT/KeyDeclaration.hpp>
Public Member Functions | |
KeyDeclaration (const XalanQName &qname, const XPath &matchPattern, const XPath &use, const XalanDOMString &uri, XalanFileLoc lineNumber, XalanFileLoc columnNumber) | |
Construct an object containing attributes of an "xsl:key" element. | |
KeyDeclaration () | |
KeyDeclaration (const KeyDeclaration &theSource) | |
~KeyDeclaration () | |
const XalanQName * | getQName () const |
Retrieves name of element. | |
const XPath * | getUse () const |
Retrieves "use" XPath. | |
const XPath * | getMatchPattern () const |
Retrieves "match" XPath. | |
const XalanDOMString * | getURI () const |
Retrieves the URI. | |
XalanFileLoc | getLineNumber () const |
Retrieves the line number where the xsl:key element occurred. | |
XalanFileLoc | getColumnNumber () const |
Retrieves the column number where the xsl:key element occurred. | |
Holds the attribute declarations for the "xsl:key" element.
Definition at line 43 of file KeyDeclaration.hpp.
|
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.
|
inlineexplicit |
Definition at line 71 of file KeyDeclaration.hpp.
|
inline |
Definition at line 81 of file KeyDeclaration.hpp.
|
inline |
Definition at line 88 of file KeyDeclaration.hpp.
|
inline |
Retrieves the column number where the xsl:key element occurred.
Definition at line 153 of file KeyDeclaration.hpp.
|
inline |
Retrieves the line number where the xsl:key element occurred.
Definition at line 142 of file KeyDeclaration.hpp.
Retrieves "match" XPath.
Definition at line 120 of file KeyDeclaration.hpp.
|
inline |
|
inline |
Retrieves the URI.
Definition at line 131 of file KeyDeclaration.hpp.
Retrieves "use" XPath.
Definition at line 109 of file KeyDeclaration.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by