Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.util.html.validator: Javadoc index of package org.javahispano.canyamo.util.html.validator.


Package Samples:

org.javahispano.canyamo.util.html.validator

Classes:

HTMLValidator: Validate and parse an HTML code. This class has two primary functions: - First, parse an HTML code, so only some tags of the code are accepted and the others are discarded. It also performs another functions like adding extra newline symbols and adding smilies to the final text. - Second, transform HTML code to text code visible into a textarea.To perform this task, the HTML symbols like , ", etc. are transformed to they corresponding escape codes
ParserFactory: The method for obtaining an HTML parser is protected so we need to create a subclass of HTMLEditorKit to call it. This is the only objective of this auxiliary inner class.
HTMLParser: This class is an HTML callback used when parsing HTML code. It has callback methods that are called through the parsing process.
HTMLRelaxedParser: This class is an HTML callback used when parsing HTML code. It has callback methods that are called through the parsing process.
ParseException: A validation exception. This exception is thrown when when the process of evaluating an HTML expression can't be accomplished.

Home | Contact Us | Privacy Policy | Terms of Service