|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ranides.assira.xml.XMLHelper
public final class XMLHelper
| Method Summary | |
|---|---|
static Document |
asDocument(Node node)
|
static Document |
asDocumentClone(Node node)
|
static Object |
asObject(String string)
Deseralizacja obiektu przy użyciu XMLDecoder. |
static String |
asString(Object obj)
Konwertuje dowolny objekt Javy do XML używając java.beans.XMLEncoder |
static Map<String,Node> |
mapNodes(Node group)
|
static Map<String,String> |
mapValues(Node group)
|
static Object |
reparse(Object obj)
Serializuje i deserializuje obiekt w obrębie tego classLoadera. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Document asDocumentClone(Node node)
public static Document asDocument(Node node)
public static Map<String,Node> mapNodes(Node group)
public static Map<String,String> mapValues(Node group)
public static String asString(Object obj)
obj -
public static Object asObject(String string)
string -
public static Object reparse(Object obj)
obj -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||