Uses of Interface
org.sonar.java.xml.XmlCheckContext
-
Packages that use XmlCheckContext Package Description org.sonar.java.xml org.sonar.java.xml.maven -
-
Uses of XmlCheckContext in org.sonar.java.xml
Classes in org.sonar.java.xml that implement XmlCheckContext Modifier and Type Class Description class
XmlCheckContextImpl
Methods in org.sonar.java.xml with parameters of type XmlCheckContext Modifier and Type Method Description abstract void
XPathXmlCheck. precompileXPathExpressions(XmlCheckContext context)
Will be called only once by XmlCheck.void
XmlCheck. scanFile(XmlCheckContext context)
void
XPathXmlCheck. scanFile(XmlCheckContext context)
abstract void
XPathXmlCheck. scanFileWithXPathExpressions(XmlCheckContext context)
Will be called for each file. -
Uses of XmlCheckContext in org.sonar.java.xml.maven
Subinterfaces of XmlCheckContext in org.sonar.java.xml.maven Modifier and Type Interface Description interface
PomCheckContext
Classes in org.sonar.java.xml.maven that implement XmlCheckContext Modifier and Type Class Description class
PomCheckContextImpl
-