public class PrologElement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrologElement.PrologAttribute |
| Constructor and Description |
|---|
PrologElement(List<PrologElement.PrologAttribute> attributes,
XmlTextRange prologStartLocation,
XmlTextRange prologEndLocation) |
| Modifier and Type | Method and Description |
|---|---|
List<PrologElement.PrologAttribute> |
getAttributes() |
XmlTextRange |
getPrologEndLocation() |
XmlTextRange |
getPrologStartLocation() |
public PrologElement(List<PrologElement.PrologAttribute> attributes, XmlTextRange prologStartLocation, XmlTextRange prologEndLocation)
public List<PrologElement.PrologAttribute> getAttributes()
public XmlTextRange getPrologStartLocation()
public XmlTextRange getPrologEndLocation()
Copyright © 2009–2018 SonarSource. All rights reserved.