| Index: client/dom/generated/src/frog/XSLTProcessor.dart
|
| diff --git a/client/dom/generated/src/frog/XSLTProcessor.dart b/client/dom/generated/src/frog/XSLTProcessor.dart
|
| index 364d0f32cee87b6f28501dd9cde23e2e84c933ca..95b5eaba3b3569da28c21ff8efc72bb7bcd37ce8 100644
|
| --- a/client/dom/generated/src/frog/XSLTProcessor.dart
|
| +++ b/client/dom/generated/src/frog/XSLTProcessor.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| -class XSLTProcessor native "*XSLTProcessor" {
|
| +class XSLTProcessorJS implements XSLTProcessor native "*XSLTProcessor" {
|
|
|
| void clearParameters() native;
|
|
|
| String getParameter(String namespaceURI, String localName) native;
|
|
|
| - void importStylesheet(Node stylesheet) native;
|
| + void importStylesheet(NodeJS stylesheet) native;
|
|
|
| void removeParameter(String namespaceURI, String localName) native;
|
|
|
| @@ -13,9 +13,9 @@ class XSLTProcessor native "*XSLTProcessor" {
|
|
|
| void setParameter(String namespaceURI, String localName, String value) native;
|
|
|
| - Document transformToDocument(Node source) native;
|
| + DocumentJS transformToDocument(NodeJS source) native;
|
|
|
| - DocumentFragment transformToFragment(Node source, Document docVal) native;
|
| + DocumentFragmentJS transformToFragment(NodeJS source, DocumentJS docVal) native;
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|