|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||