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

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

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

Methods in org.xwiki.gwt.dom.client that return DocumentFragment
static DocumentFragment DocumentFragment.as(com.google.gwt.dom.client.Node node)
          Assert that the given Node is a DocumentFragment and automatically typecast it.
 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 Range.extractContents()
          Moves the contents of this range from the containing document or document fragment to a new DocumentFragment.
 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 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.
 



Copyright © 2004–2015 XWiki. All rights reserved.