Uses of Class
org.sonarsource.analyzer.commons.xml.XmlFile
-
Packages that use XmlFile Package Description org.sonarsource.analyzer.commons.xml org.sonarsource.analyzer.commons.xml.checks -
-
Uses of XmlFile in org.sonarsource.analyzer.commons.xml
Methods in org.sonarsource.analyzer.commons.xml that return XmlFile Modifier and Type Method Description static XmlFileXmlFile. create(String str)static XmlFileXmlFile. create(org.sonar.api.batch.fs.InputFile inputFile) -
Uses of XmlFile in org.sonarsource.analyzer.commons.xml.checks
Methods in org.sonarsource.analyzer.commons.xml.checks with parameters of type XmlFile Modifier and Type Method Description voidSonarXmlCheck. scanFile(org.sonar.api.batch.sensor.SensorContext context, org.sonar.api.rule.RuleKey ruleKey, XmlFile file)abstract voidSonarXmlCheck. scanFile(XmlFile file)
-