Package | Description |
---|---|
gnu.kawa.io | |
gnu.kawa.servlet | |
gnu.kawa.xml |
Classes for using XML within Kawa.
|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
gnu.xml |
Utilities for working with XML.
|
gnu.xquery.util | |
kawa |
Classes for user interaction with Kawa.
|
Modifier and Type | Class and Description |
---|---|
class |
gnu.kawa.io.OutPort
An extended PrintWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletPrinter
A Consumer that sends output to an http-server's response stream.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpPrinter
Output as an Http response.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterConsumer
A Consumer that wraps some other Consumer.
|
class |
PrintConsumer
A Consumer that extends a PrintWriter.
|
class |
TreeList
A compact representation of a tree, that is a nested list structure.
|
class |
VoidConsumer
A Consumer that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedChildrenFilter
A FilterConsumer that only passes through matching children.
|
class |
NodeTree
Use to represent a Document or Document Fragment, in the XML DOM sense.
|
class |
XMLFilter
Fixup XML input events.
|
class |
XMLPrinter
Print an event stream in XML format on a PrintWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedTuples
Helper class used in conjunction with
OrderedMap . |
class |
RelativeStepFilter
Used to filter the output of RelativeStep.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplPaneOutPort
A Writer that appends its output to a ReplPane.
|