|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.config.providers.XmlHelper
public class XmlHelper
XML utilities.
| Constructor Summary | |
|---|---|
XmlHelper()
|
|
| Method Summary | |
|---|---|
static String |
getContent(Element element)
This method will return the content of this particular element. |
static Integer |
getLoadOrder(Document doc)
Return the value of the "order" attribute from the root element |
static Map<String,String> |
getParams(Element paramsElement)
This method will find all the parameters under this paramsElement and return them as
Map |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlHelper()
| Method Detail |
|---|
public static Map<String,String> getParams(Element paramsElement)
paramsElement and return them as
Mapwill returns a Mapvalue1 value2 value3
paramsElement -
public static String getContent(Element element)
element.
For example,
something_1
When the Element <result> is passed in as
argument (element to this method, it returns the content of it,
namely, something_1 in the example above.
public static Integer getLoadOrder(Document doc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||