public interface ICSSSourceLocationAware
| Modifier and Type | Method and Description |
|---|---|
CSSSourceLocation |
getSourceLocation() |
void |
setSourceLocation(CSSSourceLocation aSourceLocation)
Set the source location of the object, determined while parsing.
|
void setSourceLocation(@Nullable CSSSourceLocation aSourceLocation)
aSourceLocation - The source location to use. May be null.@Nullable CSSSourceLocation getSourceLocation()
null if an object was not read but manually
created.Copyright © 2014–2018 Philip Helger. All rights reserved.