Uses of Class
org.w3c.mwi.mobileok.basic.ValidationLineAndColumnMessage

Uses of ValidationLineAndColumnMessage in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type ValidationLineAndColumnMessage
private  java.util.List<ValidationLineAndColumnMessage> CssContent.cssErrorMessageList
          List of CSS validation errors.
private  java.util.List<ValidationLineAndColumnMessage> CssContent.cssWarningMessageList
          List of CSS validation warnings.
private  java.util.List<ValidationLineAndColumnMessage> XhtmlContent.markupErrorMessageList
          List of markup validation errors when the document is validated against its declared DTD.
private  java.util.List<ValidationLineAndColumnMessage> XhtmlContent.mobileErrorMessageList
          List of markup validation errors when the document is validated against the XHTML Basic 1.1 DTD (or XHTML MP 1.2 DTD).
private  java.util.List<ValidationLineAndColumnMessage> XHTMLValidationErrorHandler.xhtmlErrorMessageList
           
 

Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type ValidationLineAndColumnMessage
 java.util.List<ValidationLineAndColumnMessage> CssContent.getCSSErrorMessageList()
          Returns the list of CSS validation error messages.
 java.util.List<ValidationLineAndColumnMessage> CssContent.getCSSWarningMessageList()
          Returns the list of CSS validation warnings.
 java.util.List<ValidationLineAndColumnMessage> XhtmlContent.getMobileErrorMessageList()
          Returns the list of markup validation errors against the XHTML Basic 1.1 or XHTML MP 1.2 DTD.
 java.util.List<ValidationLineAndColumnMessage> XHTMLValidationErrorHandler.getXhtmlErrorMessageList()
           
 java.util.List<ValidationLineAndColumnMessage> XhtmlContent.getXHTMLErrorMessageList()
          Returns the list of markup validation errors against the document's declared DTD.
 

Method parameters in org.w3c.mwi.mobileok.basic with type arguments of type ValidationLineAndColumnMessage
protected static void DecodedContent.addLineAndColumnMessages(org.w3c.dom.Document document, org.w3c.dom.Node parent, java.lang.Iterable<ValidationLineAndColumnMessage> messageList, java.lang.String type)
          Adds a representation of the given list of ValidationLineAndColumnMessage error messages to the given Node.
static void CSSUtils.extractCSSErrors(java.util.Collection<ValidationLineAndColumnMessage> cssErrorMessageList, org.w3c.css.css.StyleSheet styleSheet)
          Extracts the CSS validation errors from the stylesheet returned by the W3C CSS validator.
static void CSSUtils.extractCSSWarnings(java.util.Collection<ValidationLineAndColumnMessage> cssWarningMessageList, org.w3c.css.css.StyleSheet styleSheet)
          Extracts the CSS validation warnings from the stylesheet returned by the W3C CSS validator.