gnu.xml.dom
public static final class DomEvent.DomMutationEvent extends DomEvent implements MutationEvent
Constructor Summary | |
---|---|
DomMutationEvent(String type) Constructs an uninitialized mutation event. |
Method Summary | |
---|---|
short | getAttrChange() For attribute change events, returns how the attribuet changed |
String | getAttrName() For attribute change events, returns the attribute's name |
String | getNewValue() Returns any "new value" provided by this type of event |
String | getPrevValue() Returns any "previous value" provided by this type of event |
Node | getRelatedNode() Returns any "related" node provided by this type of event |
void | initMutationEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Node relatedNodeArg, String prevValueArg, String newValueArg, String attrNameArg, short attrChangeArg) Initializes a mutation event |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2011-08-26.