Class sap.ui.core.util.serializer.delegate.XMLModule: sap/ui/core/util/serializer/delegate/XML
XML serializer delegate class.
Experimental API:Since 1.15.1. The XML serializer delegate is still under construction, so some implementation details can be changed in future.
Constructor Summary
new sap.ui.core.util.serializer.delegate.XML(sDefaultXmlNamespace?, fnGetControlId?, fnGetEventHandlerName?, fnMemorizePackage?)XML serializer delegate class.
Method Summary
sap.ui.core.util.serializer.delegate.XML.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.core.util.serializer.delegate.XML with name
sClassName
and enriches it with the information contained in oClassInfo
.sap.ui.core.util.serializer.delegate.XML.getMetadata()Returns a metadata object for class sap.ui.core.util.serializer.delegate.XML.
Methods borrowed from class sap.ui.base.EventProvider
Methods borrowed from class sap.ui.base.Object
Constructor Detail
new sap.ui.core.util.serializer.delegate.XML(sDefaultXmlNamespace?, fnGetControlId?, fnGetEventHandlerName?, fnMemorizePackage?)
XML serializer delegate class. Called by the serializer instance.
Parameters:
{string} | sDefaultXmlNamespace? | defines the default XML namespace |
{function} | fnGetControlId? | delegate function which returns the control id |
{function} | fnGetEventHandlerName? | delegate function which returns the event handler name |
{function} | fnMemorizePackage? | a delegate function to memorize the control packages |
Method Detail
sap.ui.core.util.serializer.delegate.XML.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.core.util.serializer.delegate.XML with name
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.util.serializer.delegate.Delegate.extend.
Parameters:
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
Returns:
{function} | Created class / constructor function |
sap.ui.core.util.serializer.delegate.XML.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.core.util.serializer.delegate.XML.
Returns:
{sap.ui.base.Metadata} | Metadata object describing this class |