| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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.cssErrorMessageListList of CSS validation errors. | 
| private  java.util.List<ValidationLineAndColumnMessage> | CssContent.cssWarningMessageListList of CSS validation warnings. | 
| private  java.util.List<ValidationLineAndColumnMessage> | XhtmlContent.markupErrorMessageListList of markup validation errors when the document is validated against its declared DTD. | 
| private  java.util.List<ValidationLineAndColumnMessage> | XhtmlContent.mobileErrorMessageListList 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 ValidationLineAndColumnMessageerror messages to the givenNode. | 
| 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. | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||