This class contains information concerning a match pattern in a stylesheet. More...
Public Types | |
| typedef XPath::eMatchScore | eMatchScore |
| typedef size_t | size_type |
Public Member Functions | |
| XalanMatchPatternData (MemoryManagerType &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.
| typedef size_t XalanMatchPatternData::size_type |
| XalanMatchPatternData::XalanMatchPatternData | ( | MemoryManagerType & | 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.
| 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. |
| XalanMatchPatternData::~XalanMatchPatternData | ( | ) |
| eMatchScore XalanMatchPatternData::getDefaultPriority | ( | ) | const |
| const XPath* XalanMatchPatternData::getExpression | ( | ) | const |
Retrieve the match pattern associated with pattern.
| const XalanDOMString* XalanMatchPatternData::getPattern | ( | ) | const |
Retrieve pattern string.
| size_type XalanMatchPatternData::getPosition | ( | ) | const |
Retrieve position of pattern in stylesheet.
| double XalanMatchPatternData::getPriorityOrDefault | ( | ) | const |
| const XalanDOMString& XalanMatchPatternData::getTargetString | ( | ) | const |
Retrieve string for target.
| const ElemTemplate* XalanMatchPatternData::getTemplate | ( | ) | const |
Retrieve node that contains the template for this pattern.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|