Searched refs:childParentName (Results 1 – 1 of 1) sorted by relevance
187 String childParentName = child.getAttribute("parent"); in adjust() local188 if (childParentName != null) { in adjust()192 …if ((childParentName != null) && (childParentName.length() > 0) && (! childParentName.equals(self)… in adjust()193 XMLPackageDescription newParent = root.findPackage(childParentName); in adjust()
Completed in 6 milliseconds