Method and Description |
---|
org.netbeans.modules.xml.xdm.xam.XDMListener.prepareChangeInfo(List<? extends Node>, List<? extends Node>)
this methos was added to 6.9 release by mistake and
it is temporary kept here for the sake of binary compatibility.
This implementaion do nothing. The correct location of the method is
AbstractDocumentModel.prepareChangeInfo(java.util.List, java.util.List) |
Constructor and Description |
---|
org.netbeans.modules.xml.xdm.visitor.NamespaceRefactorVisitor()
use constructor with QName-valued attributes map. Prefix refactoring
should not without complete map.
|