Uses of Class
org.htmlunit.cyberneko.xerces.dom.AttrImpl
Packages that use AttrImpl
-
Uses of AttrImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of AttrImpl in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclass
AttrNSImpl inherits from AttrImpl and adds namespace support.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type AttrImplModifier and TypeMethodDescription(package private) void
CoreDocumentImpl.modifiedAttrValue
(AttrImpl attr, String oldvalue) A method to be called when an attribute value has been modified(package private) void
DocumentImpl.modifiedAttrValue
(AttrImpl attr, String oldvalue) A method to be called when an attribute value has been modifiedprivate Node
(package private) void
CoreDocumentImpl.removedAttrNode
(AttrImpl attr, NodeImpl oldOwner, String name) A method to be called when an attribute node has been removed(package private) void
DocumentImpl.removedAttrNode
(AttrImpl attr, NodeImpl oldOwner, 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