react-native-flip
Version:
26 lines (24 loc) • 577 B
JavaScript
// Generated by CoffeeScript 2.4.1
(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,
// Numeric codes up to 200 are reserved to W3C for possible future use.
// Following are types internal to this library:
Declaration: 201,
Raw: 202,
AttributeDeclaration: 203,
ElementDeclaration: 204,
Dummy: 205
};
}).call(this);