Class ViewportMeta
java.lang.Object
org.w3c.epubcheck.util.microsyntax.ViewportMeta
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classstatic interfaceAn error handler for the `srcset` parserstatic enumprivate static final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasProperty(String name) static booleanisValidProperty(String name, String value) static ViewportMetaparse(String string, ViewportMeta.ErrorHandler errorHandler)
-
Field Details
-
VIEWPORT_HEIGHT_REGEX
-
VIEWPORT_WIDTH_REGEX
-
properties
-
-
Constructor Details
-
ViewportMeta
-
-
Method Details
-
parse
-
isValidProperty
-
hasProperty
-
getValues
-
asMultimap
-