Package org.apache.tika.metadata
Interface HTML
- 
public interface HTML 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringPREFIX_HTML_METAstatic PropertySCRIPT_SOURCEIf a script element contains a src value, this value is set in the embedded document's metadata 
 - 
 
- 
- 
Field Detail
- 
PREFIX_HTML_META
static final String PREFIX_HTML_META
- See Also:
 - Constant Field Values
 
 
- 
SCRIPT_SOURCE
static final Property SCRIPT_SOURCE
If a script element contains a src value, this value is set in the embedded document's metadata 
 - 
 
 -