Uses of Class
org.xwiki.gwt.dom.client.DocumentFragment

Packages that use DocumentFragment
org.xwiki.gwt.dom.client   
org.xwiki.gwt.dom.client.internal   
org.xwiki.gwt.dom.client.internal.mozilla   
 

Uses of DocumentFragment in org.xwiki.gwt.dom.client
 

Methods in org.xwiki.gwt.dom.client that return DocumentFragment
 DocumentFragment Range.cloneContents()
          Duplicates the contents of this range.
 DocumentFragment DOMUtils.cloneNodeContents(com.google.gwt.dom.client.Node node, int startOffset, int endOffset)
          Clones the contents of the given node.
 DocumentFragment Document.createDocumentFragment()
          Creates an empty document fragment.
A DocumentFragment is a minimal document object that has no parent.
 DocumentFragment Element.extractContents()
          Places all the children of this element in a document fragment and returns it.
NOTE: The element will remain empty after this method call.
 DocumentFragment Range.extractContents()
          Moves the contents of this range from the containing document or document fragment to a new DocumentFragment.
 DocumentFragment DOMUtils.extractNodeContents(com.google.gwt.dom.client.Node node, int startOffset, int endOffset)
          Extracts the contents of the given node.
 DocumentFragment Element.getMetaData()
           
 

Methods in org.xwiki.gwt.dom.client with parameters of type DocumentFragment
 void Element.setMetaData(DocumentFragment metaData)
          Sets the meta data of this element.
 

Uses of DocumentFragment in org.xwiki.gwt.dom.client.internal
 

Methods in org.xwiki.gwt.dom.client.internal that return DocumentFragment
 DocumentFragment DefaultRange.cloneContents()
          Duplicates the contents of this range.
 DocumentFragment DefaultRange.extractContents()
          Moves the contents of this range from the containing document or document fragment to a new DocumentFragment.
 

Uses of DocumentFragment in org.xwiki.gwt.dom.client.internal.mozilla
 

Methods in org.xwiki.gwt.dom.client.internal.mozilla that return DocumentFragment
 DocumentFragment NativeRange.cloneContents()
          Duplicates the contents of this range.
 DocumentFragment NativeRange.extractContents()
          Moves the contents of this range from the containing document or document fragment to a new DocumentFragment.
 



Copyright © 2004-2009 XWiki. All Rights Reserved.