Uses of Class
org.codelibs.fess.util.PrunedTag
Packages that use PrunedTag
-
Uses of PrunedTag in org.codelibs.fess.crawler.transformer
Methods in org.codelibs.fess.crawler.transformer with parameters of type PrunedTagModifier and TypeMethodDescriptionprotected booleanFessXpathTransformer.isPrunedTag(Node node, PrunedTag[] prunedTags) Checks if a node matches any of the pruned tag configurations.protected NodeFessXpathTransformer.pruneNodeByTags(Node node, PrunedTag[] prunedTags) Prunes nodes based on the specified pruned tags. -
Uses of PrunedTag in org.codelibs.fess.util
Methods in org.codelibs.fess.util that return PrunedTag