Package com.atlassian.confluence.util
Class HTMLSearchableTextUtil
java.lang.Object
com.atlassian.confluence.util.HTMLSearchableTextUtil
A utility class that will take a String formatted as HTML and remove all tags and attributes leaving only the text nodes and CData content intact. In the case of stripping link tags, key attributes (like content-title) will replace the stripped tags as opposed to removing the tag entirely. Inline elements will be simply stripped, however the start of block elements such as 'p' will be replaced with a newline.
The tag stripper also knows which elements in the Confluence schema should be removed entirely for indexing.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HTMLSearchableTextUtil
public HTMLSearchableTextUtil()
-
-
Method Details
-
stripTags
- Throws:
SAXException
-
stripTags
- Throws:
SAXException
-
stripTags
- Throws:
SAXException
-
stripTags
public static String stripTags(String pageTitle, String htmlSource, String[] elementsToIgnore) throws SAXException - Throws:
SAXException
-