Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlSPR

Packages that use XmlSPR
com.kuka.roboticsAPI.controllerModel.sunrise.xml Contains the xmlsua implementation. 
 

Uses of XmlSPR in com.kuka.roboticsAPI.controllerModel.sunrise.xml
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.xml that return XmlSPR
protected  XmlSPR XmlSPRFactory.createItem(Node node)
           
static XmlSPR XmlSPR.load(RoboticsAPIContext context, String resourceName)
          Loads a xml spr from the given context from the given resource name.
static XmlSPR XmlSPR.load(RoboticsAPIContext context, String name, String resourceName)
          Loads a xml spr from the given context from the given resource name and with the given type name.
static XmlSPR XmlSPR.load(String name, String fileName)
          Loads a xml spr with the given type name from the given file location.
static XmlSPR XmlSPR.load(String sprName, URL url)
          Loads a xml spr with the given type name from the given location.
static XmlSPR XmlSPR.load(URL url)
          Loads a xml spr from the given url.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.xml with parameters of type XmlSPR
static void XmlDeserializer.deserialize(XmlSPR spr, Element rootNode)
          Deserializes an SPR from a given node.
protected  String XmlSPRFactory.getItemName(XmlSPR item)
           
 



Copyright © 2019. All rights reserved.