epubjs
Version:
Render ePub documents in the browser, across many devices
15 lines (14 loc) • 1.5 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Text-Related APIs</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="sect1" title="Text-Related APIs"><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-CHP-10-SECT-1"/>Text-Related APIs</h1></div></div></div><p><a id="I_indexterm10_id724350" class="indexterm"/>In this chapter, we cover most of the special-purpose,
text-related APIs in Java, from simple classes for parsing words and
numbers to advanced text formatting, internationalization, and regular
expressions. But because so much of what we do with computers is oriented
around text, classifying APIs as strictly text-related can be somewhat
arbitrary. Some of the text-related packages we cover in the next chapter
include the Java Calendar API, the Properties and User Preferences APIs,
and the Logging API. But some of the most important tools in the text
arena are those for working with the Extensible Markup Language, XML. In
<a class="xref" href="ch24.html" title="Chapter 24. XML">Chapter 24</a>, we cover XML in detail, along with
the XSL/XSLT stylesheet language. Together they provide a powerful
framework for rendering documents.</p></div></body></html>