- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasChildNodes (0.07 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
if (buf == null) { return null; } return buf.toString().trim(); } protected void parseTextContent(final Node node, final StringBuilder buf) { if (node.hasChildNodes()) { final NodeList nodeList = node.getChildNodes(); for (int i = 0; i < nodeList.getLength(); i++) { final Node childNode = nodeList.item(i);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 42.9K bytes - Viewed (0)