This class contains information concerning a match pattern in a stylesheet. More...
#include <XalanMatchPatternData.hpp>
Public Types | |
typedef XPath::eMatchScore | eMatchScore |
typedef size_t | size_type |
Public Member Functions | |
XalanMatchPatternData (MemoryManager &theManager, const ElemTemplate &theTemplate, size_type thePosition, const XalanDOMString &theTargetString, const XPath &theMatchPattern, const XalanDOMString &thePatternString, eMatchScore thePriority) | |
Construct a XalanMatchPatternData from a pattern and template. More... | |
~XalanMatchPatternData () | |
const XalanDOMString & | getTargetString () const |
Retrieve string for target. More... | |
const XPath * | getExpression () const |
Retrieve the match pattern associated with pattern. More... | |
size_type | getPosition () const |
Retrieve position of pattern in stylesheet. More... | |
const XalanDOMString * | getPattern () const |
Retrieve pattern string. More... | |
const ElemTemplate * | getTemplate () const |
Retrieve node that contains the template for this pattern. More... | |
eMatchScore | getDefaultPriority () const |
double | getPriorityOrDefault () const |
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.
|
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.
|
inline |
Definition at line 93 of file XalanMatchPatternData.hpp.
|
inline |
Definition at line 153 of file XalanMatchPatternData.hpp.
|
inline |
Retrieve the match pattern associated with pattern.
Definition at line 114 of file XalanMatchPatternData.hpp.
|
inline |
Retrieve pattern string.
Definition at line 136 of file XalanMatchPatternData.hpp.
|
inline |
Retrieve position of pattern in stylesheet.
Definition at line 125 of file XalanMatchPatternData.hpp.
double XalanMatchPatternData::getPriorityOrDefault | ( | ) | const |
|
inline |
Retrieve string for target.
Definition at line 103 of file XalanMatchPatternData.hpp.
|
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 |
|