Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
KeyDeclaration Class Reference
Holds the attribute declarations for the "xsl:key" element.
More...
#include <KeyDeclaration.hpp>
Collaboration diagram for KeyDeclaration:
[legend]List of all members.Public Methods
Detailed Description
Holds the attribute declarations for the "xsl:key" element.
Constructor & Destructor Documentation
|
Construct an object containing attributes of an "xsl:key" element.
-
Parameters:
-
name
|
name of element |
matchPattern
|
XPath for "match" attribute |
-
amuse XPath for "use" attribute
-
|
KeyDeclaration::KeyDeclaration (
|
) [explicit]
|
|
KeyDeclaration::KeyDeclaration (
|
const KeyDeclaration & theSource )
|
|
KeyDeclaration::~KeyDeclaration (
|
) []
|
|
Member Function Documentation
const XPath * KeyDeclaration::getMatchPattern (
|
) const []
|
|
|
Retrieves "match" XPath.
-
Returns:
-
XPath for "match" attribute
|
|
Retrieves name of element.
-
Returns:
-
name string
|
const XPath * KeyDeclaration::getUse (
|
) const []
|
|
|
Retrieves "use" XPath.
-
Returns:
-
XPath for "use" attribute
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|