????

Your IP : 3.142.200.134


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/xmlbuilder/lib/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/xmlbuilder/lib/XMLTypeInfo.js

// Generated by CoffeeScript 1.12.7
(function() {
  var Derivation, XMLTypeInfo;

  Derivation = require('./Derivation');

  module.exports = XMLTypeInfo = (function() {
    function XMLTypeInfo(typeName, typeNamespace) {
      this.typeName = typeName;
      this.typeNamespace = typeNamespace;
    }

    XMLTypeInfo.prototype.isDerivedFrom = function(typeNamespaceArg, typeNameArg, derivationMethod) {
      throw new Error("This DOM method is not implemented.");
    };

    return XMLTypeInfo;

  })();

}).call(this);