Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.7
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Stylesheet::MatchPattern2 Class Reference
A class to contain a match pattern and it's corresponding template.
More...
#include <Stylesheet.hpp>
Collaboration diagram for Stylesheet::MatchPattern2:
List of all members.
Public Types
Public Methods
Detailed Description
A class to contain a match pattern and it's corresponding template.
This class also defines a node in a match pattern linked list.
Member Typedef Documentation
typedef XPath::eMatchScore Stylesheet::MatchPattern2::eMatchScore
|
|
Constructor & Destructor Documentation
Construct a match pattern from a pattern and template.
-
Parameters:
-
theTemplate
|
node that contains the template for this pattern |
posInStylesheet
|
position in stylesheet |
targetString
|
target string |
matchPattern
|
the match pattern |
pattern
|
the pattern string |
priority
|
the default priority |
Stylesheet::MatchPattern2::MatchPattern2 (
|
)
|
|
Stylesheet::MatchPattern2::~MatchPattern2 (
|
) []
|
|
Member Function Documentation
eMatchScore Stylesheet::MatchPattern2::getDefaultPriority (
|
) const []
|
|
const XPath * Stylesheet::MatchPattern2::getExpression (
|
) const []
|
|
Retrieve the match pattern associated with pattern.
-
Returns:
-
XPath for pattern
const XalanDOMString * Stylesheet::MatchPattern2::getPattern (
|
) const []
|
|
Retrieve pattern string.
-
Returns:
-
string that contains element pattern
size_type Stylesheet::MatchPattern2::getPositionInStylesheet (
|
) const []
|
|
Retrieve position of pattern in stylesheet.
-
Returns:
-
position in stylesheet
double Stylesheet::MatchPattern2::getPriorityOrDefault (
|
) const
|
|
const XalanDOMString & Stylesheet::MatchPattern2::getTargetString (
|
) const []
|
|
Retrieve string for target.
-
Returns:
-
target string
const ElemTemplate * Stylesheet::MatchPattern2::getTemplate (
|
) const []
|
|
Retrieve node that contains the template for this pattern.
-
Returns:
-
template node
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++ XSLT Processor Version 1.7
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|