| Package | Description |
|---|---|
| org.xwiki.gwt.dom.client |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
DocumentFragment |
DOMUtils.extractNodeContents(com.google.gwt.dom.client.Node node,
int startOffset,
int endOffset)
Extracts the contents of the given node.
|
DocumentFragment |
Element.getMetaData() |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.setMetaData(DocumentFragment metaData)
Sets the meta data of this element.
|
Copyright © 2004–2016 XWiki. All rights reserved.