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 | Method and Description |
---|---|
Elements | Element.getChildElements()
Returns a list of all the child elements
of this element in document order.
|
Elements | Element.getChildElements(String name)
Returns a list of the child elements of
this element with the specified name in no namespace.
|
Elements | Element.getChildElements(String localName,
String namespaceURI)
Returns a list of the immediate child elements of this
element with the specified local name and namespace URI.
|
Copyright 2002-2023 Elliotte Rusty Harold
elharo@ibiblio.org