Uses of Class
org.qdl_lang.xml.XMLUtils.ModuleAttributes
-
Packages that use XMLUtils.ModuleAttributes Package Description org.qdl_lang.expressions.module Classes that model and manage modules in QDL.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of XMLUtils.ModuleAttributes in org.qdl_lang.expressions.module
Methods in org.qdl_lang.expressions.module with parameters of type XMLUtils.ModuleAttributes Modifier and Type Method Description VMITable. deserializeElement(XMLUtils.ModuleAttributes moduleAttributes, SerializationState serializationState)VMTTable. deserializeElement(XMLUtils.ModuleAttributes moduleAttributes, SerializationState SerializationState) -
Uses of XMLUtils.ModuleAttributes in org.qdl_lang.xml
Methods in org.qdl_lang.xml that return XMLUtils.ModuleAttributes Modifier and Type Method Description static XMLUtils.ModuleAttributesXMLUtils. getModuleAttributes(XMLEvent xe)Methods in org.qdl_lang.xml with parameters of type XMLUtils.ModuleAttributes Modifier and Type Method Description protected static ModuleXMLUtils. deserializeModule(XMLEventReader xer, XMLUtils.ModuleAttributes moduleAttributes, edu.uiuc.ncsa.security.core.configuration.XProperties xp, State state)process a single module.static ModuleXMLUtilsV2. deserializeTemplate(XMLEventReader xer, XMLUtils.ModuleAttributes moduleAttributes, SerializationState serializationState)Deserializes a single template, either from sources or from the class reference.
-