@magic-xpa/utils 4.1201.0-dev4121.307 → 4.1201.0-dev4121.308

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,170 +0,0 @@
1
- export declare class XMLConstants {
2
- static readonly MG_TAG_XML: string;
3
- static readonly MG_TAG_XML_END: string;
4
- static readonly TAG_TERM: string;
5
- static readonly TAG_OPEN: string;
6
- static readonly TAG_CLOSE: string;
7
- static readonly XML_ATTR_DELIM: string;
8
- static readonly START_TAG: string;
9
- static readonly END_TAG: string;
10
- static readonly XML_TAB: string;
11
- static readonly MG_ATTR_ID: string;
12
- static readonly MG_TAG_XML_END_TAGGED: string;
13
- static readonly MG_TAG_OPEN: string;
14
- static readonly MG_TAG_TASK: string;
15
- static readonly MG_TAG_TASK_END: string;
16
- static readonly MG_TAG_RECOMPUTE: string;
17
- static readonly MG_ATTR_VB_VIEW_ROWIDX: string;
18
- static readonly MG_ATTR_CONTROL_ISN: string;
19
- static readonly MG_HOR_ALIGMENT_IS_INHERITED: string;
20
- static readonly MAX_PATH: number;
21
- static readonly FILE_NAME_SIZE: number;
22
- static readonly CDATA_START: string;
23
- static readonly CDATA_END: string;
24
- static readonly MG_ATTR_VALUE: string;
25
- static readonly MG_ATTR_STUDIO_VALUE: string;
26
- static readonly MG_ATTR_NAME: string;
27
- static readonly MG_ATTR_TYPE: string;
28
- static readonly MG_ATTR_SIZE: string;
29
- static readonly MG_ATTR_VAR_NAME: string;
30
- static readonly MG_ATTR_VAR_DISP_NAME: string;
31
- static readonly MG_ATTR_VEC_CELLS_SIZE: string;
32
- static readonly MG_ATTR_VEC_CELLS_ATTR: string;
33
- static readonly MG_ATTR_VEC_CELLS_CONTENT: string;
34
- static readonly MG_ATTR_NULLVALUE: string;
35
- static readonly MG_ATTR_NULLDISPLAY: string;
36
- static readonly MG_ATTR_NULLDEFAULT: string;
37
- static readonly MG_ATTR_DB_MODIFIABLE: string;
38
- static readonly MG_ATTR_DEFAULTVALUE: string;
39
- static readonly MG_ATTR_NULLALLOWED: string;
40
- static readonly MG_ATTR_BLOB_CONTENT: string;
41
- static readonly MG_ATTR_PART_OF_DATAVIEW: string;
42
- static readonly MG_ATTR_DATA_TYPE: string;
43
- static readonly MG_ATTR_DATA_CTRL: string;
44
- static readonly MG_ATTR_LINKED_PARENT: string;
45
- static readonly MG_ATTR_CONTAINER: string;
46
- static readonly MG_ATTR_IS_FRAMESET: string;
47
- static readonly MG_ATTR_IS_LIGAL_RC_FORM: string;
48
- static readonly MG_ATTR_USERSTATE_ID: string;
49
- static readonly MG_ATTR_PB_IMAGES_NUMBER: string;
50
- static readonly MG_ATTR_FORM_ISN: string;
51
- static readonly MG_ATTR_TASKID: string;
52
- static readonly MG_ATTR_IS_MODAL: string;
53
- static readonly MG_ATTR_TASK_IS_SERIALIZATION_PARTIAL: string;
54
- static readonly MG_ATTR_XML_TRUE: string;
55
- static readonly MG_ATTR_XML_FALSE: string;
56
- static readonly MG_ATTR_TOOLKIT_PARENT_TASK: string;
57
- static readonly MG_ATTR_CTL_IDX: string;
58
- static readonly MG_ATTR_MAINPRG: string;
59
- static readonly MG_ATTR_NULL_ARITHMETIC: string;
60
- static readonly MG_ATTR_INTERACTIVE: string;
61
- static readonly MG_ATTR_IS_OFFLINE: string;
62
- static readonly MG_ATTR_RETURN_VALUE_EXP: string;
63
- static readonly MG_ATTR_PARALLEL: string;
64
- static readonly MG_ATTR_OPEN_WIN: string;
65
- static readonly MG_ATTR_ALLOW_EVENTS: string;
66
- static readonly MG_ATTR_ISPRG: string;
67
- static readonly MG_ATTR_APPL_GUID: string;
68
- static readonly MG_ATTR_PROGRAM_ISN: string;
69
- static readonly MG_ATTR_TASK_ISN: string;
70
- static readonly MG_ATTR_ROUTER_PATH: string;
71
- static readonly MG_ATTR_DEF_ROUTER_NAME: string;
72
- static readonly MG_ATTR_IN_DEFAULT_ROUTER_OUTLET: string;
73
- static readonly MG_ATTR_EXPAND: string;
74
- static readonly MG_ATTR_EXP: string;
75
- static readonly MG_ATTR_SUBFORM_EXP: string;
76
- static readonly MG_ATTR_ERROR_EXP: string;
77
- static readonly MG_ATTR_ERROR: string;
78
- static readonly MG_ATTR_IS_GENERIC: string;
79
- static readonly MG_ATTR_HASHCODE: string;
80
- static readonly MG_ATTR_PICTURE: string;
81
- static readonly MG_ATTR_STORAGE: string;
82
- static readonly MG_ATTR_DITIDX: string;
83
- static readonly MG_ATTR_ICON_FILE_NAME: string;
84
- static readonly MG_ATTR_SYS_CONTEXT_MENU: string;
85
- static readonly MG_TAG_FLDH: string;
86
- static readonly MG_TAG_DVHEADER: string;
87
- static readonly MG_ATTR_MENUS_FILE_NAME: string;
88
- static readonly MG_ATTR_MENU_CONTENT: string;
89
- static readonly MG_ATTR_SORT_BY_RECENTLY_USED: string;
90
- static readonly MG_ATTR_CONTROL_Z_ORDER: string;
91
- static readonly MG_TAG_PROP: string;
92
- static readonly MG_TAG_CONTROL: string;
93
- static readonly MG_TAG_FORM: string;
94
- static readonly MG_TAG_FORM_PROPERTIES: string;
95
- static readonly MG_TAG_FORMS: string;
96
- static readonly MG_TAG_TREE: string;
97
- static readonly MG_TAG_NODE: string;
98
- static readonly MG_TAG_FLD: string;
99
- static readonly MG_ATTR_CHILDREN_RETRIEVED: string;
100
- static readonly MG_TAG_HELPTABLE: string;
101
- static readonly MG_TAG_HELPITEM: string;
102
- static readonly MG_ATTR_FULLNAME: string;
103
- static readonly MG_ATTR_ISSPECIFIC: string;
104
- static readonly MG_ATTR_IS_GUI_THREAD_EXECUTION: string;
105
- static readonly MG_TAG_TASKDEFINITIONID_ENTRY: string;
106
- static readonly MG_TAG_OBJECT_REFERENCE: string;
107
- static readonly MG_ATTR_HLP_TYP_TOOLTIP: string;
108
- static readonly MG_ATTR_HLP_TYP_PROMPT: string;
109
- static readonly MG_ATTR_HLP_TYP_URL: string;
110
- static readonly MG_ATTR_HLP_TYP_INTERNAL: string;
111
- static readonly MG_ATTR_HLP_TYP_WINDOWS: string;
112
- static readonly MG_ATTR_INTERNAL_HELP_TYPE: string;
113
- static readonly MG_ATTR_INTERNAL_HELP_NAME: string;
114
- static readonly MG_ATTR_INTERNAL_HELP_FRAMEX: string;
115
- static readonly MG_ATTR_INTERNAL_HELP_FRAMEY: string;
116
- static readonly MG_ATTR_INTERNAL_HELP_FRAMEDX: string;
117
- static readonly MG_ATTR_INTERNAL_HELP_FRAMEDY: string;
118
- static readonly MG_ATTR_INTERNAL_HELP_SIZEDX: string;
119
- static readonly MG_ATTR_INTERNAL_HELP_SIZEDY: string;
120
- static readonly MG_ATTR_INTERNAL_HELP_FACTORX: string;
121
- static readonly MG_ATTR_INTERNAL_HELP_FACTORY: string;
122
- static readonly MG_ATTR_INTERNAL_HELP_BORDERSTYLE: string;
123
- static readonly MG_ATTR_INTERNAL_TITLE_BAR: string;
124
- static readonly MG_ATTR_INTERNAL_HELP_SYSTEM_MENU: string;
125
- static readonly MG_ATTR_INTERNAL_HELP_FONT_TABLE_INDEX: string;
126
- static readonly MG_ATTR_WINDOWS_HELP_FILE: string;
127
- static readonly MG_ATTR_WINDOWS_HELP_COMMAND: string;
128
- static readonly MG_ATTR_WINDOWS_HELP_KEY: string;
129
- static readonly MG_TAG_PRINT_DATA: string;
130
- static readonly MG_TAG_PRINT_DATA_END: string;
131
- static readonly MG_TAG_RECORD: string;
132
- static readonly MG_TAG_RECORD_END: string;
133
- static readonly MG_TAG_CUSTOM_VALIDATORS: string;
134
- static readonly MG_TAG_CUSTOM_VALIDATORS_END: string;
135
- static readonly MG_TAG_CUSTOM_VALIDATOR: string;
136
- static readonly ERROR_LOG_TIME_FORMAT: string;
137
- static readonly ERROR_LOG_DATE_FORMAT: string;
138
- static readonly HTTP_ERROR_TIME_FORMAT: string;
139
- static readonly CACHED_DATE_TIME_FORMAT: string;
140
- static readonly MG_TAG_WS_READ_REQUEST: string;
141
- static readonly MG_TAG_WS_CREATE_REQUEST: string;
142
- static readonly MG_TAG_WS_CREATE_REQUEST_END: string;
143
- static readonly MG_TAG_WS_UPDATE_REQUEST: string;
144
- static readonly MG_TAG_WS_UPDATE_REQUEST_END: string;
145
- static readonly MG_TAG_WS_DELETE_REQUEST: string;
146
- static readonly MG_TAG_WS_DELETE_REQUEST_END: string;
147
- static readonly MG_TAG_WS_MANIPULATE_REQUEST: string;
148
- static readonly MG_TAG_WS_MANIPULATE_REQUEST_END: string;
149
- static readonly MG_TAG_WS_DATABASE: string;
150
- static readonly MG_TAG_WS_DATASOURCE: string;
151
- static readonly MG_TAG_WS_COLUMNS: string;
152
- static readonly MG_TAG_WS_COLUMN: string;
153
- static readonly MG_TAG_WS_RANGES: string;
154
- static readonly MG_TAG_WS_RANGES_END: string;
155
- static readonly MG_TAG_WS_MIN: string;
156
- static readonly MG_TAG_WS_MAX: string;
157
- static readonly MG_TAG_WS_RECORD: string;
158
- static readonly MG_TAG_WS_RECORD_END: string;
159
- static readonly MG_TAG_WS_WHERE: string;
160
- static readonly MG_TAG_WS_WHERE_END: string;
161
- static readonly MG_TAG_WS_RESPONSE: string;
162
- static readonly MG_TAG_WS_ERROR: string;
163
- static readonly MG_TAG_WS_ERROR_CODE: string;
164
- static readonly MG_TAG_WS_DESCRIPTION: string;
165
- static readonly MG_TAG_MENUS_OPEN: string;
166
- static readonly MG_TAG_MENUS_CLOSE: string;
167
- static readonly MG_TAG_MENU: string;
168
- static readonly MG_MAINPRG_CTL_PATH = "MainPrgCtlPath";
169
- constructor();
170
- }
@@ -1,34 +0,0 @@
1
- import { List } from "@magic-xpa/mscorelib";
2
- export declare class XmlParser {
3
- private static endOfNameChar;
4
- private _currIndex;
5
- private _xmLdata;
6
- private _history;
7
- constructor(data?: string);
8
- static getTokens(str: string, delimiter: string, isMagicXML?: boolean): List<string>;
9
- static unescape(str: string): string;
10
- static escape(str: string): string;
11
- static escapeUrl(str: string): string;
12
- getNextTag(): string;
13
- getXMLsubstring(endContext: number): string;
14
- GetCurrentElementValue(): string;
15
- setCurrIndex2EndOfTag(): void;
16
- static getInt(valueStr: string): number;
17
- static getBoolean(valueStr: string): boolean;
18
- getCurrIndex(): number;
19
- getXMLdata(): string;
20
- add2CurrIndex(add: number): void;
21
- setCurrIndex(index: number): void;
22
- setXMLdata(data: string): void;
23
- PrepareFormReadString(newXmlString: string): void;
24
- push(): void;
25
- pop(): void;
26
- loadTableCacheData(data: string): void;
27
- ReadToEndOfCurrentElement(): string;
28
- ReadContentOfCurrentElement(): string;
29
- toString(): string;
30
- toString(headCharCount: number, tailCharCount: number): string;
31
- private ToString_0;
32
- private ToString_1;
33
- SkipXMLElement(): void;
34
- }