Parser for ExtendedWMC XML documents
| Legato. | Parser for ExtendedWMC XML documents |
| Properties and Functions | |
| defaultPrefix | {String} Default prefix |
| rootPrefix | {String} Prefix on the root node that maps to the context namespace URI. |
| defaultStyleName | {String} Style name used if layer has no style param. |
| defaultStyleTitle | {String} Default style title. |
| initialize | |
| beanFactory | {Legato.Beans.XMLBeanFactory} bean factory which will be used to parse extensions. |
| read | Read capabilities data from a string, and returns a Legato.Format.ExtendedWMC.Model |
{Legato.Beans.XMLBeanFactory} bean factory which will be used to parse extensions.
read: function( data )
Read capabilities data from a string, and returns a Legato.Format.ExtendedWMC.Model
| data | {String} or {DOMElement} data to read/parse. |
{Legato.Format.ExtendedWMC.Model} the parsed model
initialize: function( options )
Read capabilities data from a string, and returns a Legato.Format.ExtendedWMC.Model
read: function( data )