Modifier and Type | Method and Description |
---|---|
Element[] |
Element.getElements()
Gets sub-elements.
|
Element[] |
Element.getElements(String name)
Gets the elements array of the element type given in parameter.
|
Element[] |
Element.getElements(String name,
String ns)
Gets the elements array of the element type given in parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.addElement(Element elem)
Adds a sub-element.
|
void |
Element.removeElement(Element elem)
Removes a sub-element.
|
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.