Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.8
Stylesheet::MatchPattern2 Class Reference
A class to contain a match pattern and it's corresponding template.
More...
List of all members.
Public Types
Public Member Functions
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
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 |
( |
|
) |
|
|
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
|
|
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.8
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|