- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PrunedTag (0.05 sec)
-
src/main/java/org/codelibs/fess/util/PrunedTag.java
private String attrName; /** The custom attribute value to match */ private String attrValue; /** * Creates a new PrunedTag instance with the specified tag name. * * @param tag the HTML tag name to match (e.g., "div", "span", "p") */ public PrunedTag(final String tag) { this.tag = tag; } /** * Checks if this pruned tag configuration matches the given DOM node.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0)