Uses of Class
org.apache.tika.ml.chardetect.HtmlByteStripper.Result
Packages that use HtmlByteStripper.Result
-
Uses of HtmlByteStripper.Result in org.apache.tika.ml.chardetect
Methods in org.apache.tika.ml.chardetect that return HtmlByteStripper.ResultModifier and TypeMethodDescriptionstatic HtmlByteStripper.ResultHtmlByteStripper.strip(byte[] src, int srcOffset, int srcLen, byte[] dst, int dstOffset) Strip HTML/XML tags, comments, and the bodies of<script>and<style>elements fromsrc[srcOffset .. srcOffset+srcLen)intodststarting atdstOffset.