xml

Create a convertor container with data source being xml document.

  1. auto xml(Element value)
  2. auto xml()
  3. auto xml(string pathOrData, bool returnEmpty)
    xml
    (
    string pathOrData
    ,
    bool returnEmpty = true
    )

Parameters

pathOrData string

path to a xml file or xml data itself

returnEmpty bool

wheter to return or not a locator with empty data source

Return Value

Type: auto

XmlConvertorContainer

Meta