| Package | Description |
|---|---|
| gnu.kawa.xml |
Classes for using XML within Kawa.
|
| 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). |
| Modifier and Type | Class and Description |
|---|---|
class |
Focus
This is only used for XSLT, which should be fixed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TreeList.gotoAttributesStart(TreePosition pos) |
protected boolean |
AbstractSequence.gotoAttributesStart(TreePosition pos) |
boolean |
AbstractSequence.gotoChildrenStart(TreePosition pos)
Set position before first child (of the element following position).
|
protected boolean |
AbstractSequence.gotoParent(TreePosition pos) |
void |
TreePosition.set(TreePosition position) |
| Constructor and Description |
|---|
TreePosition(TreePosition pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Values.FromTreeList.gotoAttributesStart(TreePosition pos) |