#include <ElemNumber.hpp>
Inheritance diagram for ElemNumber
Collaboration diagram for ElemNumber:
|
|
|
|
|
|
|
Construct an object corresponding to an "xsl:number" element.
|
|
|
|
Execute the element's primary function. Subclasses of this function may recursively execute down the element tree.
Reimplemented from ElemTemplateElement. |
|
Given a 'from' pattern (ala xsl:number), a match pattern and a context, find the first ancestor that matches the pattern (including the context handed in).
|
|
Given a 'from' pattern (ala xsl:number), a match pattern and a context, find the first ancestor that matches the pattern (including the context handed in).
|
|
Format an array of integers into a formatted string.
|
|
Get the count match pattern, or a default value.
|
|
|
|
Given an XML source node, get the count according to the parameters set up by the xsl:number attributes.
|
|
Reimplemented from ElemTemplateElement. |
|
Get the ancestors, up to the root, that match the pattern.
|
|
Get a formatter.
|
|
Get the previous node to be counted.
|
|
Get the target node that will be counted..
|
|
Perform static initialization. See class XSLTInit. |
|
Convert a long integer into alphabetic counting, in other words count using the sequence A B C ... Z AA AB AC.... etc.
|
|
Convert a long integer into alphabetic counting, in other words count using the sequence A B C ... Z.
|
|
Convert a long integer into roman numerals.
|
|
Perform static shut down. See class XSLTInit. |
|
Convert a long integer into traditional alphabetic counting, in other words count using the traditional numbering.
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.1 |
|