794795796797798799800801802803804
// try child nodes if (!isSet && !noRecurse) { // search again NodeIterator iter = node.getNodes(); while (iter.hasNext()) { Node n = iter.nextNode(); Element el = findElem(n, elem); isSet = setExportInvalidXmlNames(n, el, isSet); } } return isSet;
804805806807808809810811812813814
807808809810811812813814815816817
801802803804805806807808809810811
793794795796797798799800801802803