Uses of Class
dev.amp.validator.ParsedDocSpec
-
Packages that use ParsedDocSpec Package Description dev.amp.validator AMP validator. -
-
Uses of ParsedDocSpec in dev.amp.validator
Methods in dev.amp.validator that return ParsedDocSpec Modifier and Type Method Description ParsedDocSpecContext. matchingDocSpec()Returns the first (there should be at most one) DocSpec which matches both the html format and type identifiers recorded so far in this context.Methods in dev.amp.validator that return types with arguments of type ParsedDocSpec Modifier and Type Method Description List<ParsedDocSpec>ParsedValidatorRules. getDoc()Getter for parsed docMethods in dev.amp.validator with parameters of type ParsedDocSpec Modifier and Type Method Description booleanContext. isDocSpecValidForTypeIdentifiers(ParsedDocSpec spec)Returns true iff `spec` should be used for the type identifiers recorded in this context, as seen in the document so far.
-