|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.fh_mannheim.mm.dms.framework.XMLUtils
Some functions for xml.
| Constructor Summary | |
XMLUtils()
|
|
| Method Summary | |
static org.jdom.Element |
getChild(org.jdom.Element elChild,
java.lang.String[] strPath)
Extract the text of child. |
static int |
getChildAttribute(org.jdom.Element elChild,
java.lang.String strAttribute)
Extract the value of child. |
static long |
getChildAttributeLong(org.jdom.Element elChild,
java.lang.String strAttribute)
Extract the value of child. |
static java.lang.String |
getChildText(org.jdom.Element elChild)
Extract the text of child. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLUtils()
| Method Detail |
public static java.lang.String getChildText(org.jdom.Element elChild)
elChild - Child node
public static int getChildAttribute(org.jdom.Element elChild,
java.lang.String strAttribute)
elChild - Child node
public static long getChildAttributeLong(org.jdom.Element elChild,
java.lang.String strAttribute)
elChild - Child node
public static org.jdom.Element getChild(org.jdom.Element elChild,
java.lang.String[] strPath)
elChild - Child nodestrPath - Path
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||