public static class PrologElement.PrologAttribute extends Object
| Constructor and Description |
|---|
PrologAttribute(String name,
XmlTextRange nameLocation,
String value,
XmlTextRange valueLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
XmlTextRange |
getNameLocation() |
String |
getValue() |
XmlTextRange |
getValueLocation() |
public PrologAttribute(String name, XmlTextRange nameLocation, String value, XmlTextRange valueLocation)
public XmlTextRange getNameLocation()
public String getName()
public XmlTextRange getValueLocation()
public String getValue()
Copyright © 2009–2018 SonarSource. All rights reserved.