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 |
deleted file mode 100644 |
index 6fffa9c97b81748e1e7e6d3a7ffd811f6ef50149..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/XSLTProcessor.dart |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
- |
-class _XSLTProcessorJs extends _DOMTypeJs implements XSLTProcessor native "*XSLTProcessor" { |
- |
- void clearParameters() native; |
- |
- String getParameter(String namespaceURI, String localName) native; |
- |
- void importStylesheet(_NodeJs stylesheet) native; |
- |
- void removeParameter(String namespaceURI, String localName) native; |
- |
- void reset() native; |
- |
- void setParameter(String namespaceURI, String localName, String value) native; |
- |
- _DocumentJs transformToDocument(_NodeJs source) native; |
- |
- _DocumentFragmentJs transformToFragment(_NodeJs source, _DocumentJs docVal) native; |
-} |