(package private) void |
CoreDocumentImpl.modifiedAttrValue(AttrImpl attr,
java.lang.String oldvalue) |
A method to be called when an attribute value has been modified
|
(package private) void |
DocumentImpl.modifiedAttrValue(AttrImpl attr,
java.lang.String oldvalue) |
A method to be called when an attribute value has been modified
|
private org.w3c.dom.Node |
AttributeMap.remove(AttrImpl attr,
int index) |
|
(package private) void |
CoreDocumentImpl.removedAttrNode(AttrImpl attr,
NodeImpl oldOwner,
java.lang.String name) |
A method to be called when an attribute node has been removed
|
(package private) void |
DocumentImpl.removedAttrNode(AttrImpl attr,
NodeImpl oldOwner,
java.lang.String name) |
A method to be called when an attribute node has been removed
|
(package private) void |
CoreDocumentImpl.setAttrNode(AttrImpl attr,
AttrImpl previous) |
A method to be called when an attribute node has been set
|
(package private) void |
DocumentImpl.setAttrNode(AttrImpl attr,
AttrImpl previous) |
A method to be called when an attribute node has been set
|