|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Elements | |
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. |
Uses of Elements in nu.xom |
Methods in nu.xom that return Elements | |
Elements |
Element.getChildElements(java.lang.String name)
Returns a list of the immediate child elements of this element with the specified name in no namespace. |
Elements |
Element.getChildElements(java.lang.String localName,
java.lang.String namespaceURI)
Returns a list of the immediate child elements of this element with the specified local name and namespace URI. |
Elements |
Element.getChildElements()
Returns a list of all the immediate child elements of this element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |