Uses of Class
dev.amp.validator.ChildTagMatcher
-
Packages that use ChildTagMatcher Package Description dev.amp.validator AMP validator. -
-
Uses of ChildTagMatcher in dev.amp.validator
Methods in dev.amp.validator that return ChildTagMatcher Modifier and Type Method Description ChildTagMatcherParsedTagSpec. childTagMatcher()If tag has a child_tag spec, returns a ChildTagMatcher, else null.ChildTagMatcherTagStackEntry. getChildTagMatcher()Getting the child tag matcher.Methods in dev.amp.validator with parameters of type ChildTagMatcher Modifier and Type Method Description voidTagStack. setChildTagMatcher(ChildTagMatcher matcher)Sets the child tag matcher for the tag currently on the stack.voidTagStackEntry. setChildTagMatcher(ChildTagMatcher childTagMatcher)Setting the child tag matcher.
-