Given a string containing non-ASCII Unicode characters, returns the
same string will all non-ASCII characters replaced with "\\uxxxx" reflecting
their Unicode code points.
Given a base path (e.g., input source file path) and a path relative to it,
* returns an operating-system-specific absolute path formed by combining the base part
* with the relative part.
Given a "language" code consisting of an ISO 639 two-character language code and,
optionally, an ISO 3166 country code, separated by a hyphen (e.g, "ar", "zh-CN"), returns the
built-in (to Java) Locale with the matching language and country code.
Returns the generated text associated with the specified element's
grandparent if the paragraph's container (lang.alts) is the first
such element in the grandparent.
Deprecated.This form of call should be replaced with the form that takes a
URL as its argument.
Loads the specified static text database document into the in-memory
database.