mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Bug 1340027 - Part 5: Add XSLTProcessor CEReactions annotation.
Tag UXP Issue #1344
This commit is contained in:
parent
350dc9e678
commit
a5a2fbc9d7
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ interface XSLTProcessor {
|
|||
* @param output This document is used to generate the output
|
||||
* @return DocumentFragment The result of the transformation
|
||||
*/
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
DocumentFragment transformToFragment(Node source,
|
||||
Document output);
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ interface XSLTProcessor {
|
|||
* @param source The node to be transformed
|
||||
* @return Document The result of the transformation
|
||||
*/
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
Document transformToDocument(Node source);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue