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. |
nu.xom.tests |
nu.xom.tests contains the JUnit
based test suite for XOM. |
Modifier and Type | Method and Description |
---|---|
Namespace | Namespace.copy()
Returns a copy of this namespace which has
the same prefix and URI, but no parent.
|
Modifier and Type | Method and Description |
---|---|
static void | XOMTestCase.assertEquals(String message,
Namespace expected,
Namespace actual)
Asserts that two namespace nodes are equal.
|
Copyright 2002-2023 Elliotte Rusty Harold
elharo@ibiblio.org