Uses of Class
dev.amp.validator.ReferencePointMatcher
-
Packages that use ReferencePointMatcher Package Description dev.amp.validator AMP validator. -
-
Uses of ReferencePointMatcher in dev.amp.validator
Methods in dev.amp.validator that return ReferencePointMatcher Modifier and Type Method Description ReferencePointMatcherTagStackEntry. getReferencePointMatcher()Getting the reference point matcher.ReferencePointMatcherTagStack. parentReferencePointMatcher()Returns the parent stack entry reference point matcher.ReferencePointMatcherParsedTagSpec. referencePointMatcher(ParsedValidatorRules rules, Locator lineCol)If tag has a reference_point spec, returns a ReferencePointMatcher, else null.Methods in dev.amp.validator with parameters of type ReferencePointMatcher Modifier and Type Method Description voidTagStack. setReferencePointMatcher(ReferencePointMatcher matcher)Sets the reference point matcher for the tag currently on the stack.voidTagStackEntry. setReferencePointMatcher(ReferencePointMatcher referencePointMatcher)Setting the reference point matcher.
-