|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DOMElement
is a highly-simplified XML DOM element
abstraction.
Method Summary | |
java.lang.String |
getAttribute(java.lang.String name)
Get the value of the attribute with specified name. |
java.util.List |
getChildElements()
Get all the child elements of the current element. |
java.util.List |
getChildElementsByTagName(java.lang.String tagName)
Get all the child elements of the current element with specified tag name. |
java.lang.String |
getTagName()
Get the tag name of the element. |
java.lang.String |
getText()
Get the text of the element. |
Method Detail |
public java.lang.String getTagName()
public java.lang.String getText()
public java.lang.String getAttribute(java.lang.String name)
name
- Attribute name
public java.util.List getChildElements()
public java.util.List getChildElementsByTagName(java.lang.String tagName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |