Uses of Class
dev.amp.validator.selector.SelectorException
-
Packages that use SelectorException Package Description dev.amp.validator.utils AMP validator.dev.amp.validator.visitor AMP validator exception package. -
-
Uses of SelectorException in dev.amp.validator.utils
Methods in dev.amp.validator.utils that throw SelectorException Modifier and Type Method Description static AttrSelectorSelectorUtils. parseAnAttrSelector(TokenStream tokenStream)tokenStream.current() must be the open square token.static SelectorSelectorUtils. parseASelector(TokenStream tokenStream)The selector production from http://www.w3.org/TR/css3-selectors/#grammar Returns an ErrorToken if no selector is found.static SimpleSelectorSequenceSelectorUtils. parseASimpleSelectorSequence(TokenStream tokenStream)tokenStream.current must be the first token of the sequence. -
Uses of SelectorException in dev.amp.validator.visitor
Methods in dev.amp.validator.visitor that throw SelectorException Modifier and Type Method Description static SelectorsGroupSelectorVisitor. parseASelectorsGroup(TokenStream tokenStream)The selectors_group production from http://www.w3.org/TR/css3-selectors/#grammar.
-