Package org.apache.tika.sax
Class StandardOrganizations
java.lang.Object
org.apache.tika.sax.StandardOrganizations
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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the map containing the collection of the most important technical standard organizations.static String
Returns the regular expression containing the most important technical standard organizations.
-
Constructor Details
-
StandardOrganizations
public StandardOrganizations()
-
-
Method Details
-
getOrganizations
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
Returns the regular expression containing the most important technical standard organizations.- Returns:
- the regular expression containing the most important technical standard organizations.
-