dbertoni 00/04/19 10:32:28
Modified: c/src/XSLT ElemDecimalFormat.hpp
Log:
Added accessor for element name.
Revision Changes Path
1.2 +6 -0 xml-xalan/c/src/XSLT/ElemDecimalFormat.hpp
Index: ElemDecimalFormat.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemDecimalFormat.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ElemDecimalFormat.hpp 2000/04/11 15:07:55 1.1
+++ ElemDecimalFormat.hpp 2000/04/19 17:32:27 1.2
@@ -116,6 +116,12 @@
return m_decimalFormatSymbols;
}
+ const XalanDOMString&
+ getName() const
+ {
+ return m_name_avt;
+ }
+
private:
const XPath* m_countMatchPattern;