| java.lang.Object |
| ↳ |
com.atlassian.confluence.search.lucene.extractor.HTMLSearchableTextExtractor |
Class Overview
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. 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.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
HTMLSearchableTextExtractor
()
Public Methods