Home | History | Annotate | Download | only in rss

Lines Matching refs:isNullString

85     if (isNullString(file))
91 if (isNullString(xpath))
103 System.out.println(Messages.getString("RSSFeedUpdateEntryTask.SearchingFor") + SP + xpath + (!isNullString(replacement)?", " + Messages.getString("RSSFeedUpdateEntryTask.ReplacingWith") + " '" + replacement + "'":NS)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$
137 if (!isNullString(replacement)) {
151 if (!isNullString(replacement) && newNode != null) {
214 if (debug==0) { System.out.print(xpath + (isNullString(replacement)?" = ":" :: ")); } //$NON-NLS-1$ //$NON-NLS-2$
245 if (!isNullString(replacement)) { aNode.setTextContent(replacement); }
246 System.out.println(isNullString(replacement)?NS:" => " + replacement); //$NON-NLS-1$ //$NON-NLS-2$
260 if (!isNullString(replacement)) {
288 if (!isNullString(target) && !node.getNodeName().equals(target))
333 private static boolean isNullString(String str)
335 return RSSFeedUtil.isNullString(str);