hackedteam/vector-exploit

View on GitHub
src/ht-webkit-Android4-src/cc/xsltprocessor.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @fileoverview Generated by closureidl 0.1.1.
 * @see ~/android/src/AOSP_43/external/webkit/Source/WebCore/xml/XSLTProcessor.idl
 * @externs
 */


/**
 * @constructor
 * @suppress {duplicate}
 */
function XSLTProcessor() {}

/**
 * @param {Node} stylesheet
 */
XSLTProcessor.prototype.importStylesheet = function(stylesheet) {};

/**
 * @param {Node} source
 * @param {Document} docVal
 * @return {DocumentFragment}
 */
XSLTProcessor.prototype.transformToFragment = function(source, docVal) {};

/**
 * @param {Node} source
 * @return {Document}
 */
XSLTProcessor.prototype.transformToDocument = function(source) {};

/**
 * @param {string} namespaceURI
 * @param {string} localName
 * @param {string} value
 */
XSLTProcessor.prototype.setParameter = function(namespaceURI, localName, value) {};

/**
 * @param {string} namespaceURI
 * @param {string} localName
 * @return {string}
 */
XSLTProcessor.prototype.getParameter = function(namespaceURI, localName) {};

/**
 * @param {string} namespaceURI
 * @param {string} localName
 */
XSLTProcessor.prototype.removeParameter = function(namespaceURI, localName) {};

/** */
XSLTProcessor.prototype.clearParameters = function() {};

/** */
XSLTProcessor.prototype.reset = function() {};