selectSingleNode method

  1. @override
IXmlNode? selectSingleNode(
  1. String xpath
)
override

Implementation

@override
IXmlNode? selectSingleNode(String xpath) =>
    _iXmlNodeSelector.selectSingleNode(xpath);