| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IParser | |
|---|---|
| org.eclipse.actf.model.dom.html | This package contains HTML Parser and related utilities. | 
| org.eclipse.actf.model.dom.html.errorhandler | This package contains implementations of error hander. | 
| Uses of IParser in org.eclipse.actf.model.dom.html | 
|---|
| Subinterfaces of IParser in org.eclipse.actf.model.dom.html | |
|---|---|
|  interface | IHTMLParser | 
| Methods in org.eclipse.actf.model.dom.html with parameters of type IParser | |
|---|---|
|  boolean | IErrorHandler.handleError(int code,
            IParser parser,
            Node errorNode)Handles error whose type is specified by code | 
| Uses of IParser in org.eclipse.actf.model.dom.html.errorhandler | 
|---|
| Methods in org.eclipse.actf.model.dom.html.errorhandler with parameters of type IParser | |
|---|---|
|  boolean | FormInserter.handleError(int code,
            IParser parser,
            Node errorNode) | 
|  boolean | HTMLErrorHandler.handleError(int code,
            IParser parser,
            Node errorNode)Searches proper a parent node of node. | 
|  boolean | AnchorUnderAnchorHandler.handleError(int code,
            IParser parser,
            Node errorNode) | 
|  boolean | IgnoreFont.handleError(int code,
            IParser parser,
            Node errorNode) | 
|  boolean | UnknownElementErrorHandler.handleError(int code,
            IParser parser,
            Node errorNode) | 
|  boolean | TRErrorHandler.handleError(int code,
            IParser parser,
            Node errorNode) | 
|  boolean | FormExpander.handleError(int code,
            IParser parser,
            Node errorNode)Find the last FORMelement and relink it to the lowest
 position whereas it covers its start and end tag. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||