- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for tag2 (0.05 sec)
-
PrunedTag.java
emException; L28:import org.w3c.dom.Node; L29: L30:public class PrunedTag { L31: private final String tag; L32: private String id; L33: private String css; L34: private String attrName; L35: private String attrValue; L36: L37: public PrunedTag(final String tag) { L38: this.tag = tag; L39: } L40: L41: public boolean matches(final Node node) { L42: if (tag.equalsIgnoreCase(node.getNodeName())) { L43: if (attrName != null) { L44: final...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 4.8K bytes -
CrawlingConfig.java
"jcifs."; L130: public static final String HTML_CANONICAL_XPATH = "html.canonical.xpath"; L131: public static final String HTML_PRUNED_TAGS = "html.pruned.tags"; L132: public static final String PIPELINE = "pipeline"; L133: public static final String IGNORE_ROBOTS_TAGS = "ignore.robots.tags"; L134: public static final String SCRIPT_TYPE = "script.type"; L135: public static final String HTML_CHILD_URL_RULES = "html.child.url.rules"; L136:...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 5.5K bytes