ReactOS
0.4.14-dev-599-g2d4d3f5
|
#include <xsltInternals.h>
Public Attributes | |
struct _xsltDecimalFormat * | next |
xmlChar * | name |
xmlChar * | digit |
xmlChar * | patternSeparator |
xmlChar * | minusSign |
xmlChar * | infinity |
xmlChar * | noNumber |
xmlChar * | decimalPoint |
xmlChar * | grouping |
xmlChar * | percent |
xmlChar * | permille |
xmlChar * | zeroDigit |
const xmlChar * | nsUri |
Definition at line 311 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::decimalPoint |
Definition at line 322 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::digit |
Definition at line 315 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::grouping |
Definition at line 323 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::infinity |
Definition at line 319 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::minusSign |
Definition at line 318 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::name |
Definition at line 313 of file xsltInternals.h.
struct _xsltDecimalFormat* _xsltDecimalFormat::next |
Definition at line 312 of file xsltInternals.h.
Referenced by xsltFreeDecimalFormatList(), and xsltParseStylesheetDecimalFormat().
xmlChar* _xsltDecimalFormat::noNumber |
Definition at line 320 of file xsltInternals.h.
Definition at line 327 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::patternSeparator |
Definition at line 316 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::percent |
Definition at line 324 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::permille |
Definition at line 325 of file xsltInternals.h.
xmlChar* _xsltDecimalFormat::zeroDigit |
Definition at line 326 of file xsltInternals.h.