Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: client/html/src/DocumentFragment.dart

Issue 9478021: Add some sweet XML classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | client/html/src/DocumentFragmentWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/DocumentFragment.dart
diff --git a/client/html/src/DocumentFragment.dart b/client/html/src/DocumentFragment.dart
index b58c6c07a4d3af575e2e890719d59320fe74d324..b1fc9c575ff785c8fc8b75336512a0c8fa1da74f 100644
--- a/client/html/src/DocumentFragment.dart
+++ b/client/html/src/DocumentFragment.dart
@@ -8,5 +8,10 @@ interface DocumentFragment extends Element default DocumentFragmentWrappingImple
DocumentFragment.html(String html);
+ /** WARNING: Currently this doesn't work on Dartium (issue 649). */
+ DocumentFragment.xml(String xml);
+
+ DocumentFragment.svg(String svg);
+
DocumentFragment clone(bool deep);
}
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | client/html/src/DocumentFragmentWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698