Class PrologElement.PrologAttribute
java.lang.Object
org.sonarsource.analyzer.commons.xml.PrologElement.PrologAttribute
- Enclosing class:
- PrologElement
-
Constructor Summary
ConstructorsConstructorDescriptionPrologAttribute(String name, XmlTextRange nameLocation, String value, XmlTextRange valueLocation) -
Method Summary
-
Constructor Details
-
PrologAttribute
public PrologAttribute(String name, XmlTextRange nameLocation, String value, XmlTextRange valueLocation)
-
-
Method Details
-
getNameLocation
-
getName
-
getValueLocation
-
getValue
-