Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNodeList (0.05 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java

                for (final Map.Entry<String, String> entry : fieldRuleMap.entrySet()) {
                    final List<String> nodeStrList = new ArrayList<>();
                    try {
                        final XPathNodes nodeList = getNodeList(doc, entry.getValue());
                        for (int i = 0; i < nodeList.size(); i++) {
                            final Node node = nodeList.get(i);
                            nodeStrList.add(node.getTextContent());
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Oct 12 01:41:37 UTC 2024
    - 17.9K bytes
    - Viewed (0)
Back to top