Uses of Class
org.sonarsource.analyzer.commons.xml.XmlTextRange
-
Packages that use XmlTextRange Package Description org.sonarsource.analyzer.commons.xml org.sonarsource.analyzer.commons.xml.checks -
-
Uses of XmlTextRange in org.sonarsource.analyzer.commons.xml
Methods in org.sonarsource.analyzer.commons.xml that return XmlTextRange Modifier and Type Method Description static XmlTextRangeXmlFile. attributeNameLocation(Attr node)static XmlTextRangeXmlFile. attributeValueLocation(Attr node)static XmlTextRangeXmlFile. endLocation(CDATASection node)static XmlTextRangeXmlFile. endLocation(Element node)XmlTextRangePrologElement.PrologAttribute. getNameLocation()XmlTextRangePrologElement. getPrologEndLocation()XmlTextRangePrologElement. getPrologStartLocation()XmlTextRangePrologElement.PrologAttribute. getValueLocation()static XmlTextRangeXmlFile. nameLocation(Element node)static XmlTextRangeXmlFile. nodeLocation(Node node)static XmlTextRangeXmlFile. startLocation(CDATASection node)static XmlTextRangeXmlFile. startLocation(Element node)Methods in org.sonarsource.analyzer.commons.xml that return types with arguments of type XmlTextRange Modifier and Type Method Description static Optional<XmlTextRange>XmlFile. getRange(Node node, XmlFile.Location location)Constructors in org.sonarsource.analyzer.commons.xml with parameters of type XmlTextRange Constructor Description PrologAttribute(String name, XmlTextRange nameLocation, String value, XmlTextRange valueLocation)PrologElement(List<PrologElement.PrologAttribute> attributes, XmlTextRange prologStartLocation, XmlTextRange prologEndLocation)XmlTextRange(XmlTextRange start, XmlTextRange end) -
Uses of XmlTextRange in org.sonarsource.analyzer.commons.xml.checks
Methods in org.sonarsource.analyzer.commons.xml.checks with parameters of type XmlTextRange Modifier and Type Method Description voidSonarXmlCheck. reportIssue(XmlTextRange textRange, String message, List<SonarXmlCheck.Secondary> secondaries)Constructors in org.sonarsource.analyzer.commons.xml.checks with parameters of type XmlTextRange Constructor Description Secondary(XmlTextRange range, String message)
-