Class PrologElement
- java.lang.Object
-
- org.sonarsource.analyzer.commons.xml.PrologElement
-
public class PrologElement extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrologElement.PrologAttribute
-
Constructor Summary
Constructors Constructor Description PrologElement(List<PrologElement.PrologAttribute> attributes, XmlTextRange prologStartLocation, XmlTextRange prologEndLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrologElement.PrologAttribute>getAttributes()XmlTextRangegetPrologEndLocation()XmlTextRangegetPrologStartLocation()
-
-
-
Constructor Detail
-
PrologElement
public PrologElement(List<PrologElement.PrologAttribute> attributes, XmlTextRange prologStartLocation, XmlTextRange prologEndLocation)
-
-
Method Detail
-
getAttributes
public List<PrologElement.PrologAttribute> getAttributes()
-
getPrologStartLocation
public XmlTextRange getPrologStartLocation()
-
getPrologEndLocation
public XmlTextRange getPrologEndLocation()
-
-