|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <numbersInternals.h>

Public Attributes | |
| const xmlChar * | level |
| const xmlChar * | count |
| const xmlChar * | from |
| const xmlChar * | value |
| const xmlChar * | format |
| int | has_format |
| int | digitsPerGroup |
| int | groupingCharacter |
| int | groupingCharacterLen |
| xmlDocPtr | doc |
| xmlNodePtr | node |
| struct _xsltCompMatch * | countPat |
| struct _xsltCompMatch * | fromPat |
Definition at line 30 of file numbersInternals.h.
Definition at line 32 of file numbersInternals.h.
| struct _xsltCompMatch* _xsltNumberData::countPat |
Definition at line 42 of file numbersInternals.h.
Referenced by xsltFreeStylePreComp().
| int _xsltNumberData::digitsPerGroup |
Definition at line 37 of file numbersInternals.h.
| xmlDocPtr _xsltNumberData::doc |
Definition at line 40 of file numbersInternals.h.
Definition at line 35 of file numbersInternals.h.
Definition at line 33 of file numbersInternals.h.
| struct _xsltCompMatch* _xsltNumberData::fromPat |
Definition at line 43 of file numbersInternals.h.
Referenced by xsltFreeStylePreComp().
| int _xsltNumberData::groupingCharacter |
Definition at line 38 of file numbersInternals.h.
| int _xsltNumberData::groupingCharacterLen |
Definition at line 39 of file numbersInternals.h.
| int _xsltNumberData::has_format |
Definition at line 36 of file numbersInternals.h.
Definition at line 31 of file numbersInternals.h.
| xmlNodePtr _xsltNumberData::node |
Definition at line 41 of file numbersInternals.h.
Definition at line 34 of file numbersInternals.h.