Package | Description |
---|---|
nu.xom |
nu.xom is the core package of XOM
that contains all the basic classes representing the different kinds
of nodes: elements, attributes, comments, text nodes, and so forth. |
Modifier and Type | Class and Description |
---|---|
class | Document
The
Document class represents
a complete XML document including its root element,
prolog, and epilog. |
class | Element
This class represents an XML element.
|
Modifier and Type | Method and Description |
---|---|
ParentNode | Node.getParent()
Returns the node that contains this node,
or null if this node does not have a parent.
|
Copyright 2002-2023 Elliotte Rusty Harold
elharo@ibiblio.org