Package org.idpf.epubcheck.util.css
Class CssLocation
java.lang.Object
org.idpf.epubcheck.util.css.CssLocation
Represents a location in a CSS file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static CssLocationbooleanintintintgetLine()toString()
-
Field Details
-
line
final int line -
col
final int col -
charOffset
private final int charOffset -
systemID
-
NO_SID
Canonical representation of the location system id for virtual resources- See Also:
-
-
Constructor Details
-
CssLocation
CssLocation(int line, int col, int charOffset, String systemID)
-
-
Method Details