Packageorg.spicefactory.lib.xml
Interfacepublic interface NamingStrategy
Implementors DefaultNamingStrategy

Responsible for transforming property names to XML notation.



Public Methods
 MethodDefined By
  
toXmlName(actionScriptName:String):String
Returns the XML name for the specified ActionScript name.
NamingStrategy
Method Detail
toXmlName()method
public function toXmlName(actionScriptName:String):String

Returns the XML name for the specified ActionScript name.

Parameters

actionScriptName:String — the ActionScript name

Returns
String — the corresponding XML name