org.xwiki.gwt.wysiwyg.client.plugin.link
Class LinkMetaDataExtractor
java.lang.Object
org.xwiki.gwt.wysiwyg.client.plugin.link.LinkMetaDataExtractor
- All Implemented Interfaces:
- InnerHTMLListener
public class LinkMetaDataExtractor
- extends Object
- implements InnerHTMLListener
Analyzes the passed subtree and detects the link structures and transforms them in minimal HTML elements with
metafragments attached, so that the editor operates with minimal HTML.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkMetaDataExtractor
public LinkMetaDataExtractor()
onInnerHTMLChange
public void onInnerHTMLChange(Element parent)
-
- Specified by:
onInnerHTMLChange in interface InnerHTMLListener
- See Also:
InnerHTMLListener.onInnerHTMLChange(Element)
Copyright © 2004-2012 XWiki. All Rights Reserved.