Package org.sonar.java.xml
Class XmlCheckUtils
- java.lang.Object
-
- org.sonar.java.xml.XmlCheckUtils
-
public final class XmlCheckUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Node
nodeAttribute(Node node, String attribute)
static Integer
nodeLine(Node node)
-
-
-
Method Detail
-
nodeLine
@CheckForNull public static Integer nodeLine(Node node)
-
nodeAttribute
@CheckForNull public static Node nodeAttribute(Node node, String attribute)
-
-