Constructor
new XmlElement(attrs)
Xml Element Constructor
Parameters:
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
attrs |
object | Refer to individual attrs Properties
|
- Source:
Methods
render() → {string}
Render the XML element to a string, applying appropriate escaping
- Source:
Returns:
String representation of the XML element
- Type
- string