org.xwiki.gwt.wysiwyg.client.plugin.importer
Class PasteFilter

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.importer.PasteFilter
Direct Known Subclasses:
IEPasteFilter

public class PasteFilter
extends Object

Filters the DOM tree generated from the text pasted into a right text area.

Note: The purpose of this filter is not to clean the pasted text but to adjust the DOM tree so that its HTML serialization can be cleaned on the server side.

Version:
$Id$

Constructor Summary
PasteFilter()
           
 
Method Summary
 void filter(com.google.gwt.dom.client.Document document)
          Filters the given DOM document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasteFilter

public PasteFilter()
Method Detail

filter

public void filter(com.google.gwt.dom.client.Document document)
Filters the given DOM document.

Parameters:
document - the DOM document to be filtered


Copyright © 2004-2012 XWiki. All Rights Reserved.