public class MutationRecord extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<NodeList> |
addedNodes |
Objs.Property<String> |
attributeName |
Objs.Property<String> |
attributeNamespace |
Objs.Property<Node> |
nextSibling |
Objs.Property<String> |
oldValue |
Objs.Property<Node> |
previousSibling |
Objs.Property<NodeList> |
removedNodes |
Objs.Property<Node> |
target |
Objs.Property<String> |
type |
Modifier | Constructor and Description |
---|---|
protected |
MutationRecord(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MutationRecord |
$as(Object obj) |
NodeList |
addedNodes() |
String |
attributeName() |
String |
attributeNamespace() |
Node |
nextSibling() |
String |
oldValue() |
Node |
previousSibling() |
NodeList |
removedNodes() |
Node |
target() |
String |
type() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<NodeList> addedNodes
public Objs.Property<String> attributeName
public Objs.Property<String> attributeNamespace
public Objs.Property<Node> nextSibling
public Objs.Property<String> oldValue
public Objs.Property<Node> previousSibling
public Objs.Property<NodeList> removedNodes
public Objs.Property<Node> target
public Objs.Property<String> type
protected MutationRecord(Objs.Constructor<?> c, Object js)
public static MutationRecord $as(Object obj)
public NodeList addedNodes()
public String attributeName()
public String attributeNamespace()
public Node nextSibling()
public String oldValue()
public Node previousSibling()
public NodeList removedNodes()
public Node target()
public String type()
Copyright © 2018. All rights reserved.