docs/api.mdwn
changeset 66 a40beb82130c
parent 62 d92358eafead
equal deleted inserted replaced
65:72ffcf688664 66:a40beb82130c
   394 ### message_node:attribute
   394 ### message_node:attribute
   395 Gets or sets value of node attribute with a given name.  
   395 Gets or sets value of node attribute with a given name.  
   396 **Arguments:** string (name), string (optional value)    
   396 **Arguments:** string (name), string (optional value)    
   397 **Return values:** string (when called with one aprgument) or [lm message node](#lm.message.node) object  
   397 **Return values:** string (when called with one aprgument) or [lm message node](#lm.message.node) object  
   398 
   398 
       
   399 <a name="message.node:attributes"></a>
       
   400 ### message_node:attributes
       
   401 Returns a table with message node attributes.  
       
   402 **Return values:** table  
       
   403 
   399 <a name="message.node:xml"></a>
   404 <a name="message.node:xml"></a>
   400 ### message_node:xml
   405 ### message_node:xml
   401 Returns node representation in xml.  
   406 Returns node representation in xml.  
   402 **Return values:** string  
   407 **Return values:** string  
   403 
   408