|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 306 of file xsltInternals.h.
| xmlChar* _xsltDecimalFormat::decimalPoint |
Definition at line 317 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::digit |
Definition at line 310 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::grouping |
Definition at line 318 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::infinity |
Definition at line 314 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::minusSign |
Definition at line 313 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::name |
Definition at line 308 of file xsltInternals.h.
Referenced by xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| struct _xsltDecimalFormat* _xsltDecimalFormat::next |
Definition at line 307 of file xsltInternals.h.
Referenced by xsltFreeDecimalFormatList(), xsltNewDecimalFormat(), and xsltParseStylesheetDecimalFormat().
| xmlChar* _xsltDecimalFormat::noNumber |
Definition at line 315 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
Definition at line 322 of file xsltInternals.h.
Referenced by xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::patternSeparator |
Definition at line 311 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::percent |
Definition at line 319 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFormatNumberPreSuffix(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::permille |
Definition at line 320 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFormatNumberPreSuffix(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().
| xmlChar* _xsltDecimalFormat::zeroDigit |
Definition at line 321 of file xsltInternals.h.
Referenced by xsltFormatNumberConversion(), xsltFreeDecimalFormat(), and xsltNewDecimalFormat().