This class contains information concerning a match pattern in a stylesheet. More...
#include <XalanMatchPatternData.hpp>
This class contains information concerning a match pattern in a stylesheet.
Definition at line 52 of file XalanMatchPatternData.hpp.
Definition at line 57 of file XalanMatchPatternData.hpp.
typedef size_t XalanMatchPatternData::size_type |
Definition at line 62 of file XalanMatchPatternData.hpp.
XalanMatchPatternData::XalanMatchPatternData | ( | MemoryManager & | theManager, | |
const ElemTemplate & | theTemplate, | |||
size_type | thePosition, | |||
const XalanDOMString & | theTargetString, | |||
const XPath & | theMatchPattern, | |||
const XalanDOMString & | thePatternString, | |||
eMatchScore | thePriority | |||
) | [inline] |
Construct a XalanMatchPatternData from a pattern and template.
theTemplate | The ElemTemplate node that contains the template for this pattern | |
thePosition | The position in the stylesheet | |
theTargetString | The target string for match pattern | |
TheMatchPattern | The match pattern | |
thePatternString | the pattern string | |
thePriority | The priority for the match pattern. |
Definition at line 76 of file XalanMatchPatternData.hpp.
XalanMatchPatternData::~XalanMatchPatternData | ( | ) | [inline] |
Definition at line 93 of file XalanMatchPatternData.hpp.
eMatchScore XalanMatchPatternData::getDefaultPriority | ( | ) | const [inline] |
Definition at line 153 of file XalanMatchPatternData.hpp.
const XPath* XalanMatchPatternData::getExpression | ( | ) | const [inline] |
Retrieve the match pattern associated with pattern.
Definition at line 114 of file XalanMatchPatternData.hpp.
const XalanDOMString* XalanMatchPatternData::getPattern | ( | ) | const [inline] |
Retrieve pattern string.
Definition at line 136 of file XalanMatchPatternData.hpp.
size_type XalanMatchPatternData::getPosition | ( | ) | const [inline] |
Retrieve position of pattern in stylesheet.
Definition at line 125 of file XalanMatchPatternData.hpp.
double XalanMatchPatternData::getPriorityOrDefault | ( | ) | const |
const XalanDOMString& XalanMatchPatternData::getTargetString | ( | ) | const [inline] |
Retrieve string for target.
Definition at line 103 of file XalanMatchPatternData.hpp.
const ElemTemplate* XalanMatchPatternData::getTemplate | ( | ) | const [inline] |
Retrieve node that contains the template for this pattern.
Definition at line 147 of file XalanMatchPatternData.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|