public static class MutationObserver.MutationRecord
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
MutationObserver.MutationRecord()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Node> |
getAddedNodes()
Return the nodes added.
|
String |
getAttributeName()
Returns the local name of the changed attribute, or null.
|
String |
getAttributeNamespace()
Returns the namespace of the changed attribute, or null.
|
com.google.gwt.dom.client.Node |
getNextSibling()
Return the next sibling of the added or removed nodes, or null.
|
String |
getOldValue()
The return value depends on the type.
|
com.google.gwt.dom.client.Node |
getPreviousSibling()
Return the previous sibling of the added or removed nodes, or null.
|
com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Node> |
getRemovedNodes()
Return the nodes removed.
|
com.google.gwt.dom.client.Node |
getTarget()
Returns the node the mutation affected, depending on the type.
|
String |
getType()
Returns attributes if the mutation was an attribute mutation, characterData if
it was a mutation to a CharacterData node, and childList if it was a mutation
to the tree of nodes.
|
protected MutationObserver.MutationRecord()
public final com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Node> getAddedNodes()
public final String getAttributeName()
public final String getAttributeNamespace()
public final com.google.gwt.dom.client.Node getNextSibling()
public final String getOldValue()
public final com.google.gwt.dom.client.Node getPreviousSibling()
public final com.google.gwt.core.client.JsArray<com.google.gwt.dom.client.Node> getRemovedNodes()
public final com.google.gwt.dom.client.Node getTarget()
public final String getType()
Copyright © 2015. All rights reserved.