com.kuka.roboticsAPI.controllerModel.sunrise.xml
Class XmlDeserializer

java.lang.Object
  extended by com.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlDeserializer

public final class XmlDeserializer
extends Object

This class is able to deserialize API components. One instance should only be used for one single serialization process.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

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

deserialize

public 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.

Parameters:
compound - The compound to be filled with data.
rootNode - The root node from which parsing will start.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

deserialize

public static void deserialize(XmlSPR spr,
                               Element rootNode)
Deserializes an SPR from a given node.

Parameters:
spr - The spr which will get filled with content.
rootNode - The root node where deserialization starts.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.