|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> xml >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.xml.editors
Class Util.CustomErrorHandler

java.lang.Objectcom.port80.eclipse.xml.editors.Util.CustomErrorHandler
- All Implemented Interfaces:
- org.apache.xerces.dom3.DOMErrorHandler
- Enclosing class:
- Util
- static class Util.CustomErrorHandler
- extends java.lang.Object
- implements org.apache.xerces.dom3.DOMErrorHandler
- extends java.lang.Object
| Field Summary | |
(package private) com.port80.eclipse.xml.parser.XDomBuilder |
fBuilder
|
(package private) org.eclipse.ui.editors.text.TextEditor |
fEditor
|
(package private) int |
fErrors
|
(package private) org.apache.xerces.dom3.DOMErrorHandler |
fHandler
|
(package private) java.lang.String |
fMessagePrefix
|
(package private) boolean |
fQuiet
|
(package private) org.eclipse.jface.text.source.ISourceViewer |
fViewer
|
| Constructor Summary | |
Util.CustomErrorHandler(java.lang.String prefix,
boolean quiet,
org.eclipse.ui.editors.text.TextEditor editor,
org.eclipse.jface.text.source.ISourceViewer viewer,
com.port80.eclipse.xml.parser.XDomBuilder builder)
|
|
| Method Summary | |
int |
getErrors()
|
boolean |
handleError(org.apache.xerces.dom3.DOMError error)
This method is called on the error handler when an error occurs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fMessagePrefix
java.lang.String fMessagePrefix
fQuiet
boolean fQuiet
fEditor
org.eclipse.ui.editors.text.TextEditor fEditor
fViewer
org.eclipse.jface.text.source.ISourceViewer fViewer
fBuilder
com.port80.eclipse.xml.parser.XDomBuilder fBuilder
fHandler
org.apache.xerces.dom3.DOMErrorHandler fHandler
fErrors
int fErrors
| Constructor Detail |
Util.CustomErrorHandler
public Util.CustomErrorHandler(java.lang.String prefix, boolean quiet, org.eclipse.ui.editors.text.TextEditor editor, org.eclipse.jface.text.source.ISourceViewer viewer, com.port80.eclipse.xml.parser.XDomBuilder builder)
| Method Detail |
getErrors
public int getErrors()
handleError
public boolean handleError(org.apache.xerces.dom3.DOMError error)
- Description copied from interface:
org.apache.xerces.dom3.DOMErrorHandler - This method is called on the error handler when an error occurs.
If an exception is thrown from this method, it is considered to be equivalent of returningtrue.- Specified by:
handleErrorin interfaceorg.apache.xerces.dom3.DOMErrorHandler
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> xml >> [ editors overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.eclipse.xml.editors.Util.CustomErrorHandler