1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| // Generated by CoffeeScript 1.12.7
| (function() {
| module.exports = {
| Element: 1,
| Attribute: 2,
| Text: 3,
| CData: 4,
| EntityReference: 5,
| EntityDeclaration: 6,
| ProcessingInstruction: 7,
| Comment: 8,
| Document: 9,
| DocType: 10,
| DocumentFragment: 11,
| NotationDeclaration: 12,
| Declaration: 201,
| Raw: 202,
| AttributeDeclaration: 203,
| ElementDeclaration: 204,
| Dummy: 205
| };
|
| }).call(this);
|
|