Class CssToken
java.lang.Object
org.idpf.epubcheck.util.css.CssToken
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface(package private) static final classToken predicate matchers.(package private) static classstatic enumToken types. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String(package private) com.google.common.base.Optional<List<CssExceptions.CssScannerException>> (package private) final CssLocation(package private) final CssToken.Type -
Constructor Summary
ConstructorsConstructorDescriptionCssToken(CssToken.Type type, CssLocation location, char chr, List<CssExceptions.CssScannerException> errors) Constructor for CHAR tokensCssToken(CssToken.Type type, CssLocation location, String chars, List<CssExceptions.CssScannerException> errors) Constructor for tokens with type other than CHAR -
Method Summary
-
Field Details
-
type
-
location
-
chars
-
errors
com.google.common.base.Optional<List<CssExceptions.CssScannerException>> errors
-
-
Constructor Details
-
CssToken
CssToken(CssToken.Type type, CssLocation location, String chars, List<CssExceptions.CssScannerException> errors) Constructor for tokens with type other than CHAR -
CssToken
CssToken(CssToken.Type type, CssLocation location, char chr, List<CssExceptions.CssScannerException> errors) Constructor for CHAR tokens
-
-
Method Details
-
getType
-
getLocation
-
getChars
-
getChar
public char getChar() -
hasErrors
boolean hasErrors() -
getErrors
-
toString
-
equals
-