videoSources static method
      
XmlDocumentFragment
videoSources()
      
     
    
XML for the videoSources
Implementation
static XmlDocumentFragment videoSources() {
  builder.element('GetVideoSources', nest: () {
    builder.namespace('http://www.onvif.org/ver10/device/wsdl');
  });
  return builder.buildFragment();
}