Uses of Class
org.qdl_lang.xml.XMLUtils.ModuleAttributes
-
Packages that use XMLUtils.ModuleAttributes Package Description org.qdl_lang.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.module
Methods in org.qdl_lang.module with parameters of type XMLUtils.ModuleAttributes Modifier and Type Method Description V
MITable. deserializeElement(XMLUtils.ModuleAttributes moduleAttributes, SerializationState serializationState)
V
MTTable. 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.ModuleAttributes
XMLUtils. getModuleAttributes(XMLEvent xe)
Methods in org.qdl_lang.xml with parameters of type XMLUtils.ModuleAttributes Modifier and Type Method Description protected static Module
XMLUtils. deserializeModule(XMLEventReader xer, XMLUtils.ModuleAttributes moduleAttributes, edu.uiuc.ncsa.security.core.configuration.XProperties xp, State state)
process a single module.static Module
XMLUtilsV2. deserializeTemplate(XMLEventReader xer, XMLUtils.ModuleAttributes moduleAttributes, SerializationState serializationState)
Deserializes a single template, either from sources or from the class reference.
-