Uses of Class
org.sonarsource.analyzer.commons.xml.XmlTextRange
Packages that use XmlTextRange
Package
Description
-
Uses of XmlTextRange in org.sonarsource.analyzer.commons.xml
Methods in org.sonarsource.analyzer.commons.xml that return XmlTextRangeModifier and TypeMethodDescriptionstatic XmlTextRangeXmlFile.attributeNameLocation(Attr node) static XmlTextRangeXmlFile.attributeValueLocation(Attr node) static XmlTextRangeXmlFile.endLocation(CDATASection node) static XmlTextRangeXmlFile.endLocation(Element node) PrologElement.PrologAttribute.getNameLocation()PrologElement.getPrologEndLocation()PrologElement.getPrologStartLocation()PrologElement.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 XmlTextRangeModifier and TypeMethodDescriptionstatic Optional<XmlTextRange>XmlFile.getRange(Node node, XmlFile.Location location) Constructors in org.sonarsource.analyzer.commons.xml with parameters of type XmlTextRangeModifierConstructorDescriptionPrologAttribute(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 XmlTextRangeModifier and TypeMethodDescriptionfinal voidSonarXmlCheck.reportIssue(XmlTextRange textRange, String message, List<SonarXmlCheck.Secondary> secondaries) Constructors in org.sonarsource.analyzer.commons.xml.checks with parameters of type XmlTextRange