版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

XMLDocument.js 425 B

12345678910111213
  1. "use strict";
  2. var __importDefault = (this && this.__importDefault) || function (mod) {
  3. return (mod && mod.__esModule) ? mod : { "default": mod };
  4. };
  5. Object.defineProperty(exports, "__esModule", { value: true });
  6. const Document_1 = __importDefault(require("../document/Document"));
  7. /**
  8. * Document.
  9. */
  10. class XMLDocument extends Document_1.default {
  11. }
  12. exports.default = XMLDocument;
  13. //# sourceMappingURL=XMLDocument.js.map