public interface MutationRecord
Modifier and Type | Method and Description |
---|---|
NodeList |
getAddedNodes() |
String |
getAttributeName() |
String |
getAttributeNamespace() |
Node |
getNextSibling() |
String |
getOldValue() |
Node |
getPreviousSibling() |
NodeList |
getRemovedNodes() |
Node |
getTarget() |
String |
getType() |
NodeList getAddedNodes()
String getAttributeName()
String getAttributeNamespace()
Node getNextSibling()
String getOldValue()
Node getPreviousSibling()
NodeList getRemovedNodes()
Node getTarget()
String getType()
Copyright © 2018. All rights reserved.