xslt-processor 3.0.0 → 3.0.2

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.
Files changed (224) hide show
  1. package/README.md +2 -2
  2. package/constants.d.ts +12 -12
  3. package/constants.js +16 -16
  4. package/dom/functions.d.ts +14 -14
  5. package/dom/functions.js +56 -57
  6. package/dom/functions.js.map +1 -1
  7. package/dom/index.d.ts +6 -6
  8. package/dom/index.js +22 -22
  9. package/dom/util.d.ts +7 -7
  10. package/dom/util.js +42 -43
  11. package/dom/util.js.map +1 -1
  12. package/dom/xdocument.d.ts +16 -16
  13. package/dom/xdocument.js +73 -74
  14. package/dom/xdocument.js.map +1 -1
  15. package/dom/xml-functions.d.ts +58 -58
  16. package/dom/xml-functions.js +369 -370
  17. package/dom/xml-functions.js.map +1 -1
  18. package/dom/xml-output-options.d.ts +6 -6
  19. package/dom/xml-output-options.js +2 -2
  20. package/dom/xml-parser.d.ts +47 -47
  21. package/dom/xml-parser.js +307 -307
  22. package/dom/xml-parser.js.map +1 -1
  23. package/dom/xmltoken.d.ts +12 -12
  24. package/dom/xmltoken.js +101 -101
  25. package/dom/xnode.d.ts +73 -73
  26. package/dom/xnode.js +450 -450
  27. package/dom/xnode.js.map +1 -1
  28. package/index.d.ts +4 -4
  29. package/index.js +12 -12
  30. package/package.json +11 -11
  31. package/test-without-jest.d.ts +1 -0
  32. package/test-without-jest.js +63 -0
  33. package/test-without-jest.js.map +1 -0
  34. package/umd/constants.d.ts +12 -12
  35. package/umd/dom/functions.d.ts +14 -14
  36. package/umd/dom/index.d.ts +6 -6
  37. package/umd/dom/util.d.ts +7 -7
  38. package/umd/dom/xdocument.d.ts +16 -16
  39. package/umd/dom/xml-functions.d.ts +58 -58
  40. package/umd/dom/xml-output-options.d.ts +6 -6
  41. package/umd/dom/xml-parser.d.ts +47 -47
  42. package/umd/dom/xmltoken.d.ts +12 -12
  43. package/umd/dom/xnode.d.ts +73 -73
  44. package/umd/index.d.ts +4 -4
  45. package/umd/test-without-jest.d.ts +1 -0
  46. package/umd/xpath/common-function.d.ts +8 -8
  47. package/umd/xpath/expr-context.d.ts +111 -111
  48. package/umd/xpath/expressions/binary-expr.d.ts +11 -11
  49. package/umd/xpath/expressions/expression.d.ts +4 -4
  50. package/umd/xpath/expressions/filter-expr.d.ts +9 -9
  51. package/umd/xpath/expressions/function-call-expr.d.ts +12 -12
  52. package/umd/xpath/expressions/index.d.ts +13 -13
  53. package/umd/xpath/expressions/literal-expr.d.ts +7 -7
  54. package/umd/xpath/expressions/location-expr.d.ts +15 -15
  55. package/umd/xpath/expressions/number-expr.d.ts +7 -7
  56. package/umd/xpath/expressions/path-expr.d.ts +9 -9
  57. package/umd/xpath/expressions/predicate-expr.d.ts +8 -8
  58. package/umd/xpath/expressions/step-expr.d.ts +25 -25
  59. package/umd/xpath/expressions/token-expr.d.ts +7 -7
  60. package/umd/xpath/expressions/unary-minus-expr.d.ts +8 -8
  61. package/umd/xpath/expressions/union-expr.d.ts +9 -9
  62. package/umd/xpath/expressions/variable-expr.d.ts +7 -7
  63. package/umd/xpath/functions/index.d.ts +2 -2
  64. package/umd/xpath/functions/internal-functions.d.ts +2 -2
  65. package/umd/xpath/functions/non-standard.d.ts +12 -12
  66. package/umd/xpath/functions/standard-20.d.ts +5 -5
  67. package/umd/xpath/functions/standard.d.ts +40 -40
  68. package/umd/xpath/grammar-rule-candidate.d.ts +8 -8
  69. package/umd/xpath/index.d.ts +3 -3
  70. package/umd/xpath/match-resolver.d.ts +55 -55
  71. package/umd/xpath/node-tests/index.d.ts +8 -8
  72. package/umd/xpath/node-tests/node-test-any.d.ts +6 -6
  73. package/umd/xpath/node-tests/node-test-comment.d.ts +6 -6
  74. package/umd/xpath/node-tests/node-test-element-or-attribute.d.ts +6 -6
  75. package/umd/xpath/node-tests/node-test-name.d.ts +10 -10
  76. package/umd/xpath/node-tests/node-test-nc.d.ts +9 -9
  77. package/umd/xpath/node-tests/node-test-pi.d.ts +8 -8
  78. package/umd/xpath/node-tests/node-test-text.d.ts +6 -6
  79. package/umd/xpath/node-tests/node-test.d.ts +5 -5
  80. package/umd/xpath/tokens.d.ts +62 -62
  81. package/umd/xpath/values/boolean-value.d.ts +11 -11
  82. package/umd/xpath/values/index.d.ts +5 -5
  83. package/umd/xpath/values/node-set-value.d.ts +11 -11
  84. package/umd/xpath/values/node-value.d.ts +7 -7
  85. package/umd/xpath/values/number-value.d.ts +11 -11
  86. package/umd/xpath/values/string-value.d.ts +11 -11
  87. package/umd/xpath/xpath-grammar-rules.d.ts +68 -68
  88. package/umd/xpath/xpath-token-rule.d.ts +7 -7
  89. package/umd/xpath/xpath.d.ts +174 -170
  90. package/umd/xpathdebug.d.ts +2 -2
  91. package/umd/xslt/index.d.ts +3 -3
  92. package/umd/xslt/xslt-decimal-format-settings.d.ts +28 -28
  93. package/umd/xslt/xslt-options.d.ts +7 -7
  94. package/umd/xslt/xslt-parameter.d.ts +5 -5
  95. package/umd/xslt/xslt.d.ts +207 -190
  96. package/umd/xslt-processor.js +1 -15
  97. package/umd/xslt-processor.js.map +1 -1
  98. package/xpath/common-function.d.ts +8 -8
  99. package/xpath/common-function.js +31 -32
  100. package/xpath/common-function.js.map +1 -1
  101. package/xpath/expr-context.d.ts +111 -111
  102. package/xpath/expr-context.js +189 -189
  103. package/xpath/expr-context.js.map +1 -1
  104. package/xpath/expressions/binary-expr.d.ts +11 -11
  105. package/xpath/expressions/binary-expr.js +165 -165
  106. package/xpath/expressions/binary-expr.js.map +1 -1
  107. package/xpath/expressions/expression.d.ts +4 -4
  108. package/xpath/expressions/expression.js +9 -9
  109. package/xpath/expressions/filter-expr.d.ts +9 -9
  110. package/xpath/expressions/filter-expr.js +52 -52
  111. package/xpath/expressions/filter-expr.js.map +1 -1
  112. package/xpath/expressions/function-call-expr.d.ts +12 -12
  113. package/xpath/expressions/function-call-expr.js +95 -95
  114. package/xpath/expressions/function-call-expr.js.map +1 -1
  115. package/xpath/expressions/index.d.ts +13 -13
  116. package/xpath/expressions/index.js +29 -29
  117. package/xpath/expressions/literal-expr.d.ts +7 -7
  118. package/xpath/expressions/literal-expr.js +33 -33
  119. package/xpath/expressions/literal-expr.js.map +1 -1
  120. package/xpath/expressions/location-expr.d.ts +15 -15
  121. package/xpath/expressions/location-expr.js +98 -98
  122. package/xpath/expressions/location-expr.js.map +1 -1
  123. package/xpath/expressions/number-expr.d.ts +7 -7
  124. package/xpath/expressions/number-expr.js +33 -33
  125. package/xpath/expressions/number-expr.js.map +1 -1
  126. package/xpath/expressions/path-expr.d.ts +9 -9
  127. package/xpath/expressions/path-expr.js +51 -51
  128. package/xpath/expressions/path-expr.js.map +1 -1
  129. package/xpath/expressions/predicate-expr.d.ts +8 -8
  130. package/xpath/expressions/predicate-expr.js +40 -40
  131. package/xpath/expressions/predicate-expr.js.map +1 -1
  132. package/xpath/expressions/step-expr.d.ts +25 -25
  133. package/xpath/expressions/step-expr.js +280 -280
  134. package/xpath/expressions/step-expr.js.map +1 -1
  135. package/xpath/expressions/token-expr.d.ts +7 -7
  136. package/xpath/expressions/token-expr.js +33 -33
  137. package/xpath/expressions/token-expr.js.map +1 -1
  138. package/xpath/expressions/unary-minus-expr.d.ts +8 -8
  139. package/xpath/expressions/unary-minus-expr.js +33 -33
  140. package/xpath/expressions/unary-minus-expr.js.map +1 -1
  141. package/xpath/expressions/union-expr.d.ts +9 -9
  142. package/xpath/expressions/union-expr.js +50 -50
  143. package/xpath/expressions/union-expr.js.map +1 -1
  144. package/xpath/expressions/variable-expr.d.ts +7 -7
  145. package/xpath/expressions/variable-expr.js +32 -32
  146. package/xpath/expressions/variable-expr.js.map +1 -1
  147. package/xpath/functions/index.d.ts +2 -2
  148. package/xpath/functions/index.js +18 -18
  149. package/xpath/functions/internal-functions.d.ts +2 -2
  150. package/xpath/functions/internal-functions.js +21 -22
  151. package/xpath/functions/internal-functions.js.map +1 -1
  152. package/xpath/functions/non-standard.d.ts +12 -12
  153. package/xpath/functions/non-standard.js +44 -45
  154. package/xpath/functions/non-standard.js.map +1 -1
  155. package/xpath/functions/standard-20.d.ts +5 -5
  156. package/xpath/functions/standard-20.js +25 -26
  157. package/xpath/functions/standard-20.js.map +1 -1
  158. package/xpath/functions/standard.d.ts +40 -40
  159. package/xpath/functions/standard.js +441 -442
  160. package/xpath/functions/standard.js.map +1 -1
  161. package/xpath/grammar-rule-candidate.d.ts +8 -8
  162. package/xpath/grammar-rule-candidate.js +2 -2
  163. package/xpath/index.d.ts +3 -3
  164. package/xpath/index.js +19 -19
  165. package/xpath/match-resolver.d.ts +55 -55
  166. package/xpath/match-resolver.js +136 -136
  167. package/xpath/match-resolver.js.map +1 -1
  168. package/xpath/node-tests/index.d.ts +8 -8
  169. package/xpath/node-tests/index.js +17 -17
  170. package/xpath/node-tests/node-test-any.d.ts +6 -6
  171. package/xpath/node-tests/node-test-any.js +14 -14
  172. package/xpath/node-tests/node-test-comment.d.ts +6 -6
  173. package/xpath/node-tests/node-test-comment.js +14 -14
  174. package/xpath/node-tests/node-test-element-or-attribute.d.ts +6 -6
  175. package/xpath/node-tests/node-test-element-or-attribute.js +15 -15
  176. package/xpath/node-tests/node-test-name.d.ts +10 -10
  177. package/xpath/node-tests/node-test-name.js +38 -38
  178. package/xpath/node-tests/node-test-name.js.map +1 -1
  179. package/xpath/node-tests/node-test-nc.d.ts +9 -9
  180. package/xpath/node-tests/node-test-nc.js +16 -16
  181. package/xpath/node-tests/node-test-pi.d.ts +8 -8
  182. package/xpath/node-tests/node-test-pi.js +16 -16
  183. package/xpath/node-tests/node-test-pi.js.map +1 -1
  184. package/xpath/node-tests/node-test-text.d.ts +6 -6
  185. package/xpath/node-tests/node-test-text.js +14 -14
  186. package/xpath/node-tests/node-test.d.ts +5 -5
  187. package/xpath/node-tests/node-test.js +2 -2
  188. package/xpath/tokens.d.ts +62 -62
  189. package/xpath/tokens.js +300 -300
  190. package/xpath/tokens.js.map +1 -1
  191. package/xpath/values/boolean-value.d.ts +11 -11
  192. package/xpath/values/boolean-value.js +23 -23
  193. package/xpath/values/index.d.ts +5 -5
  194. package/xpath/values/index.js +46 -46
  195. package/xpath/values/node-set-value.d.ts +11 -11
  196. package/xpath/values/node-set-value.js +27 -27
  197. package/xpath/values/node-set-value.js.map +1 -1
  198. package/xpath/values/node-value.d.ts +7 -7
  199. package/xpath/values/node-value.js +2 -2
  200. package/xpath/values/number-value.d.ts +11 -11
  201. package/xpath/values/number-value.js +23 -23
  202. package/xpath/values/string-value.d.ts +11 -11
  203. package/xpath/values/string-value.js +23 -23
  204. package/xpath/xpath-grammar-rules.d.ts +68 -68
  205. package/xpath/xpath-grammar-rules.js +74 -74
  206. package/xpath/xpath-token-rule.d.ts +7 -7
  207. package/xpath/xpath-token-rule.js +2 -2
  208. package/xpath/xpath.d.ts +174 -170
  209. package/xpath/xpath.js +911 -909
  210. package/xpath/xpath.js.map +1 -1
  211. package/xpathdebug.d.ts +2 -2
  212. package/xpathdebug.js +187 -187
  213. package/xpathdebug.js.map +1 -1
  214. package/xslt/index.d.ts +3 -3
  215. package/xslt/index.js +19 -19
  216. package/xslt/xslt-decimal-format-settings.d.ts +28 -28
  217. package/xslt/xslt-decimal-format-settings.js +2 -2
  218. package/xslt/xslt-options.d.ts +7 -7
  219. package/xslt/xslt-options.js +2 -2
  220. package/xslt/xslt-parameter.d.ts +5 -5
  221. package/xslt/xslt-parameter.js +2 -2
  222. package/xslt/xslt.d.ts +207 -190
  223. package/xslt/xslt.js +1135 -1079
  224. package/xslt/xslt.js.map +1 -1
@@ -1,8 +1,8 @@
1
- import { ExprContext } from "../expr-context";
2
- import { BooleanValue } from "../values/boolean-value";
3
- import { NodeTest } from "./node-test";
4
- export declare class NodeTestPI implements NodeTest {
5
- target: any;
6
- constructor(target: any);
7
- evaluate(ctx: ExprContext): BooleanValue;
8
- }
1
+ import { ExprContext } from "../expr-context";
2
+ import { BooleanValue } from "../values/boolean-value";
3
+ import { NodeTest } from "./node-test";
4
+ export declare class NodeTestPI implements NodeTest {
5
+ target: any;
6
+ constructor(target: any);
7
+ evaluate(context: ExprContext): BooleanValue;
8
+ }
@@ -1,6 +1,6 @@
1
- import { ExprContext } from "../expr-context";
2
- import { BooleanValue } from "../values/boolean-value";
3
- import { NodeTest } from "./node-test";
4
- export declare class NodeTestText implements NodeTest {
5
- evaluate(ctx: ExprContext): BooleanValue;
6
- }
1
+ import { ExprContext } from "../expr-context";
2
+ import { BooleanValue } from "../values/boolean-value";
3
+ import { NodeTest } from "./node-test";
4
+ export declare class NodeTestText implements NodeTest {
5
+ evaluate(ctx: ExprContext): BooleanValue;
6
+ }
@@ -1,5 +1,5 @@
1
- import { ExprContext } from "../expr-context";
2
- import { NodeValue } from "../values";
3
- export interface NodeTest {
4
- evaluate(_ctx: ExprContext): NodeValue;
5
- }
1
+ import { ExprContext } from "../expr-context";
2
+ import { NodeValue } from "../values";
3
+ export interface NodeTest {
4
+ evaluate(_ctx: ExprContext): NodeValue;
5
+ }
@@ -1,62 +1,62 @@
1
- import { XPathTokenRule } from "./xpath-token-rule";
2
- export declare const xPathAxis: {
3
- ANCESTOR_OR_SELF: string;
4
- ANCESTOR: string;
5
- ATTRIBUTE: string;
6
- CHILD: string;
7
- DESCENDANT_OR_SELF: string;
8
- DESCENDANT: string;
9
- FOLLOWING_SIBLING: string;
10
- FOLLOWING: string;
11
- NAMESPACE: string;
12
- PARENT: string;
13
- PRECEDING_SIBLING: string;
14
- PRECEDING: string;
15
- SELF: string;
16
- SELF_AND_SIBLINGS: string;
17
- };
18
- export declare const TOK_PIPE: XPathTokenRule;
19
- export declare const TOK_DSLASH: XPathTokenRule;
20
- export declare const TOK_SLASH: XPathTokenRule;
21
- export declare const TOK_AXIS: XPathTokenRule;
22
- export declare const TOK_COLON: XPathTokenRule;
23
- export declare const TOK_AXISNAME: XPathTokenRule;
24
- export declare const TOK_PARENO: XPathTokenRule;
25
- export declare const TOK_PARENC: XPathTokenRule;
26
- export declare const TOK_DDOT: XPathTokenRule;
27
- export declare const TOK_DOT: XPathTokenRule;
28
- export declare const TOK_AT: XPathTokenRule;
29
- export declare const TOK_COMMA: XPathTokenRule;
30
- export declare const TOK_OR: XPathTokenRule;
31
- export declare const TOK_AND: XPathTokenRule;
32
- export declare const TOK_EQ: XPathTokenRule;
33
- export declare const TOK_NEQ: XPathTokenRule;
34
- export declare const TOK_GE: XPathTokenRule;
35
- export declare const TOK_GT: XPathTokenRule;
36
- export declare const TOK_LE: XPathTokenRule;
37
- export declare const TOK_LT: XPathTokenRule;
38
- export declare const TOK_PLUS: XPathTokenRule;
39
- export declare const TOK_MINUS: XPathTokenRule;
40
- export declare const TOK_DIV: XPathTokenRule;
41
- export declare const TOK_MOD: XPathTokenRule;
42
- export declare const TOK_BRACKO: XPathTokenRule;
43
- export declare const TOK_BRACKC: XPathTokenRule;
44
- export declare const TOK_DOLLAR: XPathTokenRule;
45
- export declare const TOK_NCNAME: XPathTokenRule;
46
- export declare const TOK_ASTERISK: XPathTokenRule;
47
- export declare const TOK_LITERALQ: XPathTokenRule;
48
- export declare const TOK_LITERALQQ: XPathTokenRule;
49
- export declare const TOK_NUMBER: XPathTokenRule;
50
- export declare const TOK_QNAME: XPathTokenRule;
51
- export declare const TOK_NODEO: XPathTokenRule;
52
- export declare const xPathTokenRules: XPathTokenRule[];
53
- export declare const Q_01: {
54
- label: string;
55
- };
56
- export declare const Q_MM: {
57
- label: string;
58
- };
59
- export declare const Q_1M: {
60
- label: string;
61
- };
62
- export declare const ASSOC_LEFT = true;
1
+ import { XPathTokenRule } from "./xpath-token-rule";
2
+ export declare const xPathAxis: {
3
+ ANCESTOR_OR_SELF: string;
4
+ ANCESTOR: string;
5
+ ATTRIBUTE: string;
6
+ CHILD: string;
7
+ DESCENDANT_OR_SELF: string;
8
+ DESCENDANT: string;
9
+ FOLLOWING_SIBLING: string;
10
+ FOLLOWING: string;
11
+ NAMESPACE: string;
12
+ PARENT: string;
13
+ PRECEDING_SIBLING: string;
14
+ PRECEDING: string;
15
+ SELF: string;
16
+ SELF_AND_SIBLINGS: string;
17
+ };
18
+ export declare const TOK_PIPE: XPathTokenRule;
19
+ export declare const TOK_DSLASH: XPathTokenRule;
20
+ export declare const TOK_SLASH: XPathTokenRule;
21
+ export declare const TOK_AXIS: XPathTokenRule;
22
+ export declare const TOK_COLON: XPathTokenRule;
23
+ export declare const TOK_AXISNAME: XPathTokenRule;
24
+ export declare const TOK_PARENO: XPathTokenRule;
25
+ export declare const TOK_PARENC: XPathTokenRule;
26
+ export declare const TOK_DDOT: XPathTokenRule;
27
+ export declare const TOK_DOT: XPathTokenRule;
28
+ export declare const TOK_AT: XPathTokenRule;
29
+ export declare const TOK_COMMA: XPathTokenRule;
30
+ export declare const TOK_OR: XPathTokenRule;
31
+ export declare const TOK_AND: XPathTokenRule;
32
+ export declare const TOK_EQ: XPathTokenRule;
33
+ export declare const TOK_NEQ: XPathTokenRule;
34
+ export declare const TOK_GE: XPathTokenRule;
35
+ export declare const TOK_GT: XPathTokenRule;
36
+ export declare const TOK_LE: XPathTokenRule;
37
+ export declare const TOK_LT: XPathTokenRule;
38
+ export declare const TOK_PLUS: XPathTokenRule;
39
+ export declare const TOK_MINUS: XPathTokenRule;
40
+ export declare const TOK_DIV: XPathTokenRule;
41
+ export declare const TOK_MOD: XPathTokenRule;
42
+ export declare const TOK_BRACKO: XPathTokenRule;
43
+ export declare const TOK_BRACKC: XPathTokenRule;
44
+ export declare const TOK_DOLLAR: XPathTokenRule;
45
+ export declare const TOK_NCNAME: XPathTokenRule;
46
+ export declare const TOK_ASTERISK: XPathTokenRule;
47
+ export declare const TOK_LITERALQ: XPathTokenRule;
48
+ export declare const TOK_LITERALQQ: XPathTokenRule;
49
+ export declare const TOK_NUMBER: XPathTokenRule;
50
+ export declare const TOK_QNAME: XPathTokenRule;
51
+ export declare const TOK_NODEO: XPathTokenRule;
52
+ export declare const xPathTokenRules: XPathTokenRule[];
53
+ export declare const Q_ZERO_OR_ONE: {
54
+ label: string;
55
+ };
56
+ export declare const Q_ZERO_OR_MULTIPLE: {
57
+ label: string;
58
+ };
59
+ export declare const Q_ONE_OR_MULTIPLE: {
60
+ label: string;
61
+ };
62
+ export declare const ASSOC_LEFT = true;
@@ -1,11 +1,11 @@
1
- import { XNode } from "../../dom";
2
- import { NodeValue } from "./node-value";
3
- export declare class BooleanValue implements NodeValue {
4
- value: any;
5
- type: string;
6
- constructor(value: any);
7
- stringValue(): string;
8
- booleanValue(): any;
9
- numberValue(): 1 | 0;
10
- nodeSetValue(): XNode[];
11
- }
1
+ import { XNode } from "../../dom";
2
+ import { NodeValue } from "./node-value";
3
+ export declare class BooleanValue implements NodeValue {
4
+ value: any;
5
+ type: string;
6
+ constructor(value: any);
7
+ stringValue(): string;
8
+ booleanValue(): any;
9
+ numberValue(): 1 | 0;
10
+ nodeSetValue(): XNode[];
11
+ }
@@ -1,5 +1,5 @@
1
- export * from './boolean-value';
2
- export * from './node-set-value';
3
- export * from './node-value';
4
- export * from './number-value';
5
- export * from './string-value';
1
+ export * from './boolean-value';
2
+ export * from './node-set-value';
3
+ export * from './node-value';
4
+ export * from './number-value';
5
+ export * from './string-value';
@@ -1,11 +1,11 @@
1
- import { XNode } from "../../dom";
2
- import { NodeValue } from "./node-value";
3
- export declare class NodeSetValue implements NodeValue {
4
- value: XNode[];
5
- type: string;
6
- constructor(value: any);
7
- stringValue(): string;
8
- booleanValue(): boolean;
9
- numberValue(): number;
10
- nodeSetValue(): XNode[];
11
- }
1
+ import { XNode } from "../../dom";
2
+ import { NodeValue } from "./node-value";
3
+ export declare class NodeSetValue implements NodeValue {
4
+ value: XNode[];
5
+ type: string;
6
+ constructor(value: any);
7
+ stringValue(): string;
8
+ booleanValue(): boolean;
9
+ numberValue(): number;
10
+ nodeSetValue(): XNode[];
11
+ }
@@ -1,7 +1,7 @@
1
- import { XNode } from "../../dom";
2
- export interface NodeValue {
3
- stringValue(): string;
4
- booleanValue(): boolean;
5
- numberValue(): number;
6
- nodeSetValue(): XNode[];
7
- }
1
+ import { XNode } from "../../dom";
2
+ export interface NodeValue {
3
+ stringValue(): string;
4
+ booleanValue(): boolean;
5
+ numberValue(): number;
6
+ nodeSetValue(): XNode[];
7
+ }
@@ -1,11 +1,11 @@
1
- import { XNode } from "../../dom";
2
- import { NodeValue } from "./node-value";
3
- export declare class NumberValue implements NodeValue {
4
- value: any;
5
- type: string;
6
- constructor(value: any);
7
- stringValue(): string;
8
- booleanValue(): boolean;
9
- numberValue(): number;
10
- nodeSetValue(): XNode[];
11
- }
1
+ import { XNode } from "../../dom";
2
+ import { NodeValue } from "./node-value";
3
+ export declare class NumberValue implements NodeValue {
4
+ value: any;
5
+ type: string;
6
+ constructor(value: any);
7
+ stringValue(): string;
8
+ booleanValue(): boolean;
9
+ numberValue(): number;
10
+ nodeSetValue(): XNode[];
11
+ }
@@ -1,11 +1,11 @@
1
- import { XNode } from "../../dom";
2
- import { NodeValue } from "./node-value";
3
- export declare class StringValue implements NodeValue {
4
- value: any;
5
- type: string;
6
- constructor(value: any);
7
- stringValue(): string;
8
- booleanValue(): boolean;
9
- numberValue(): number;
10
- nodeSetValue(): XNode[];
11
- }
1
+ import { XNode } from "../../dom";
2
+ import { NodeValue } from "./node-value";
3
+ export declare class StringValue implements NodeValue {
4
+ value: any;
5
+ type: string;
6
+ constructor(value: any);
7
+ stringValue(): string;
8
+ booleanValue(): boolean;
9
+ numberValue(): number;
10
+ nodeSetValue(): XNode[];
11
+ }
@@ -1,68 +1,68 @@
1
- export declare const XPathLocationPath: {
2
- label: string;
3
- key: any;
4
- };
5
- export declare const XPathRelativeLocationPath: {
6
- label: string;
7
- key: any;
8
- };
9
- export declare const XPathAbsoluteLocationPath: {
10
- label: string;
11
- key: any;
12
- };
13
- export declare const XPathStep: {
14
- label: string;
15
- key: any;
16
- };
17
- export declare const XPathNodeTest: {
18
- label: string;
19
- key: any;
20
- };
21
- export declare const XPathPredicate: {
22
- label: string;
23
- key: any;
24
- };
25
- export declare const XPathLiteral: {
26
- label: string;
27
- key: any;
28
- };
29
- export declare const XPathExpr: {
30
- label: string;
31
- key: any;
32
- };
33
- export declare const XPathPrimaryExpr: {
34
- label: string;
35
- key: any;
36
- };
37
- export declare const XPathVariableReference: {
38
- label: string;
39
- key: any;
40
- };
41
- export declare const XPathNumber: {
42
- label: string;
43
- key: any;
44
- };
45
- export declare const XPathFunctionCall: {
46
- label: string;
47
- key: any;
48
- };
49
- export declare const XPathArgumentRemainder: {
50
- label: string;
51
- key: any;
52
- };
53
- export declare const XPathPathExpr: {
54
- label: string;
55
- key: any;
56
- };
57
- export declare const XPathUnionExpr: {
58
- label: string;
59
- key: any;
60
- };
61
- export declare const XPathFilterExpr: {
62
- label: string;
63
- key: any;
64
- };
65
- export declare const XPathDigits: {
66
- label: string;
67
- key: any;
68
- };
1
+ export declare const XPathLocationPath: {
2
+ label: string;
3
+ key: any;
4
+ };
5
+ export declare const XPathRelativeLocationPath: {
6
+ label: string;
7
+ key: any;
8
+ };
9
+ export declare const XPathAbsoluteLocationPath: {
10
+ label: string;
11
+ key: any;
12
+ };
13
+ export declare const XPathStep: {
14
+ label: string;
15
+ key: any;
16
+ };
17
+ export declare const XPathNodeTest: {
18
+ label: string;
19
+ key: any;
20
+ };
21
+ export declare const XPathPredicate: {
22
+ label: string;
23
+ key: any;
24
+ };
25
+ export declare const XPathLiteral: {
26
+ label: string;
27
+ key: any;
28
+ };
29
+ export declare const XPathExpr: {
30
+ label: string;
31
+ key: any;
32
+ };
33
+ export declare const XPathPrimaryExpr: {
34
+ label: string;
35
+ key: any;
36
+ };
37
+ export declare const XPathVariableReference: {
38
+ label: string;
39
+ key: any;
40
+ };
41
+ export declare const XPathNumber: {
42
+ label: string;
43
+ key: any;
44
+ };
45
+ export declare const XPathFunctionCall: {
46
+ label: string;
47
+ key: any;
48
+ };
49
+ export declare const XPathArgumentRemainder: {
50
+ label: string;
51
+ key: any;
52
+ };
53
+ export declare const XPathPathExpr: {
54
+ label: string;
55
+ key: any;
56
+ };
57
+ export declare const XPathUnionExpr: {
58
+ label: string;
59
+ key: any;
60
+ };
61
+ export declare const XPathFilterExpr: {
62
+ label: string;
63
+ key: any;
64
+ };
65
+ export declare const XPathDigits: {
66
+ label: string;
67
+ key: any;
68
+ };
@@ -1,7 +1,7 @@
1
- export type XPathTokenRule = {
2
- label: string;
3
- prec?: number;
4
- re: RegExp;
5
- key?: any;
6
- left?: boolean;
7
- };
1
+ export type XPathTokenRule = {
2
+ label: string;
3
+ prec?: number;
4
+ re: RegExp;
5
+ key?: any;
6
+ left?: boolean;
7
+ };