Subclasses
Methods
-
read(source){Object}
format/XML.js, line 20 -
Read the source document.
Name Type Description source
Document | Element | string The XML source.
Returns:
An object representing the source.
Generic format for reading non-feature XML data
Read the source document.
Name | Type | Description |
---|---|---|
source |
Document | Element | string |
The XML source. |