Package | Description |
---|---|
gnu.kawa.xml | |
gnu.kawa.xslt | |
gnu.lists | |
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 | Class and Description |
---|---|
class |
Nodes
Manages a sequence of node references.
|
class |
SortedNodes
Manages a sequence of node references in document order without duplicates.
|
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 | Class and Description |
---|---|
class |
Values
Encapsulate multiple values in a single object.
|
class |
ValueStack |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Values.make(TreeList list) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeTree
Use to represent a Document or Document Fragment, in the XML DOM sense.
|