Uses of Package
gnu.text

Packages that use gnu.text
gnu.commonlisp.lang   
gnu.ecmascript   
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.jemacs.buffer Provides various building blocks for building an Emacs-like text editor. 
gnu.jemacs.lang Contains classes to implement the Emacs Lisp language. 
gnu.jemacs.swing   
gnu.kawa.brl   
gnu.kawa.functions Various core run-time functions and operators. 
gnu.kawa.lispexpr Support classes for compiling and running Lisp languages. 
gnu.kawa.models Model classes for an experimental model-view-controller framework. 
gnu.kawa.xml Classes for using XML within Kawa. 
gnu.kawa.xslt   
gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. 
gnu.mapping Supports Procedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). 
gnu.q2.lang Support for the experimental Q2 language. 
gnu.text Supports various utility classes for formatting, parsing, and manipulating text (strings). 
gnu.xml Utilities for working with XML. 
gnu.xquery.lang   
kawa Classes for user interaction with Kawa. 
kawa.lang Core Kawa classes for Scheme and Lisp compile-time. 
kawa.standard Primitive Scheme syntax and functions. 
 

Classes in gnu.text used by gnu.commonlisp.lang
Printable
           
 

Classes in gnu.text used by gnu.ecmascript
Char
          A wrapper for characters.
Lexer
          Framework for implementing lexical scanners and parsers.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by gnu.expr
Lexer
          Framework for implementing lexical scanners and parsers.
Options
          Mananges a table of named options, Can inherit from another table of "default" options.
Path
          A generalized path/location, including File and URIs.
Printable
           
SourceLocator
           
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by gnu.jemacs.buffer
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
Path
          A generalized path/location, including File and URIs.
Printable
           
 

Classes in gnu.text used by gnu.jemacs.lang
Printable
           
 

Classes in gnu.text used by gnu.jemacs.swing
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
Printable
           
 

Classes in gnu.text used by gnu.kawa.brl
Lexer
          Framework for implementing lexical scanners and parsers.
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by gnu.kawa.functions
CompoundFormat
           
IntegerFormat
          Handle formatting of integers.
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
ReportFormat
           
 

Classes in gnu.text used by gnu.kawa.lispexpr
Lexer
          Framework for implementing lexical scanners and parsers.
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
Printable
           
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by gnu.kawa.models
Path
          A generalized path/location, including File and URIs.
 

Classes in gnu.text used by gnu.kawa.xml
Path
          A generalized path/location, including File and URIs.
Printable
           
 

Classes in gnu.text used by gnu.kawa.xslt
Lexer
          Framework for implementing lexical scanners and parsers.
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by gnu.lists
SourceLocator
           
 

Classes in gnu.text used by gnu.mapping
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
Path
          A generalized path/location, including File and URIs.
PrettyWriter
          A pretty printer.
Printable
           
SourceLocator
           
 

Classes in gnu.text used by gnu.q2.lang
Lexer
          Framework for implementing lexical scanners and parsers.
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by gnu.text
Char
          A wrapper for characters.
EnglishIntegerFormat
           
FilePath
          A wrapper around a java.io.File that extends Path.
FlushFormat
           
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
NullReader
          A reader for an empty stream (similar to /dev/null).
Options
          Mananges a table of named options, Can inherit from another table of "default" options.
Path
          A generalized path/location, including File and URIs.
ReportFormat
           
RomanIntegerFormat
           
SourceError
          Represents an error message from processing a "source" file.
SourceLocator
           
SourceMessages
          A collection of (zero or more) SourceErrors.
URIPath
          A Path that wraps a URI.
URLPath
          A Path that wraps a URL.
WriterManager
          Manages a collection of Writers, handling automatic closing.
 

Classes in gnu.text used by gnu.xml
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
LineInputStreamReader
          A LineBufferedReader that wraps an InputStream.
Path
          A generalized path/location, including File and URIs.
Printable
           
SourceLocator
           
SourceMessages
          A collection of (zero or more) SourceErrors.
 

Classes in gnu.text used by gnu.xquery.lang
Lexer
          Framework for implementing lexical scanners and parsers.
SourceLocator
           
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by kawa
QueueReader
          An InPort that reads from a queue.
 

Classes in gnu.text used by kawa.lang
Printable
           
SourceLocator
           
SourceMessages
          A collection of (zero or more) SourceErrors.
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.
 

Classes in gnu.text used by kawa.standard
LineBufferedReader
          A LineNumberReader with some extra features: You can seek backwards to the start of the line preceding the current position (or the mark, if that has been set).
Path
          A generalized path/location, including File and URIs.
Printable
           
SyntaxException
          Used to signal a non-recoverable (fatal) syntax error.