Package org.apache.tika.sax
Class StandardOrganizations
java.lang.Object
org.apache.tika.sax.StandardOrganizations
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This class provides a collection of the most important technical standard organizations.
The collection of standard organizations has been obtained from Wikipedia.
Currently, the list is composed of the most important international standard organizations, the regional standard organizations (i.e., Africa, Americas, Asia Pacific, Europe, and Middle East), and British and American standard organizations among the national-based ones.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the map containing the collection of the most important technical standard organizations.static StringDeprecated.Returns the regular expression containing the most important technical standard organizations.
-
Constructor Details
-
StandardOrganizations
public StandardOrganizations()Deprecated.
-
-
Method Details
-
getOrganizations
Deprecated.Returns the map containing the collection of the most important technical standard organizations.- Returns:
- the map containing the collection of the most important technical standard organizations.
-
getOrganzationsRegex
Deprecated.Returns the regular expression containing the most important technical standard organizations.- Returns:
- the regular expression containing the most important technical standard organizations.
-