|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlDeserializer
public final class XmlDeserializer
This class is able to deserialize API components. One instance should only be used for one single serialization process.
| Method Summary | |
|---|---|
static void |
deserialize(XmlModule compound,
Node rootNode)
Loads the contents for the given compound (which should be empty) from the given root node into the compound. |
static void |
deserialize(XmlSPR spr,
Element rootNode)
Deserializes an SPR from a given node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void deserialize(XmlModule compound,
Node rootNode)
compound - The compound to be filled with data.rootNode - The root node from which parsing will start.
public static void deserialize(XmlSPR spr,
Element rootNode)
spr - The spr which will get filled with content.rootNode - The root node where deserialization starts.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||