Package | Description |
---|---|
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.xml |
Utilities for working with XML.
|
Modifier and Type | Method and Description |
---|---|
static void |
Attributes.attributes(TreeList tlist,
int index,
Consumer consumer) |
static void |
Children.children(TreeList tlist,
int index,
Consumer consumer) |
Modifier and Type | Method and Description |
---|---|
static void |
XSLT.process(TreeList doc,
Focus pos,
CallContext ctx) |
Constructor and Description |
---|
TreeList(TreeList list) |
TreeList(TreeList list,
int startPosition,
int endPosition)
Make a copy of a sub-range of a TreeList.
|
Modifier and Type | Field and Description |
---|---|
protected TreeList |
Values.FromTreeList.buffer |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Values.make(TreeList list,
int startPosition,
int endPosition)
Extract a value (single or Values) from a sub-range of a TreeList.
|
Constructor and Description |
---|
FromTreeList(TreeList list) |
Modifier and Type | Class and Description |
---|---|
class |
NodeTree
Use to represent a Document or Document Fragment, in the XML DOM sense.
|