Package eu.bandm.tools.tdom.runtime
Class DefaultErrorHandler
java.lang.Object
eu.bandm.tools.tdom.runtime.DefaultErrorHandler
- All Implemented Interfaces:
ErrorHandler
Implementation which sends error messages to a
MessageReceiver
.
(Currently onyl used by TypedDTD
.)-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected final MessageReceiver<? super SimpleMessage>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionambiguousContentMatching
(String tagName, DTD.CP contentModel, Element... content) noContentMatching
(String tagName, DTD.CP contentModel, Element... content) noSuchElement
(String tagName)
-
Field Details
-
receiver
-
lineSep
-
-
Constructor Details
-
DefaultErrorHandler
-
-
Method Details
-
noContentMatching
- Specified by:
noContentMatching
in interfaceErrorHandler
-
ambiguousContentMatching
public ContentMapping ambiguousContentMatching(String tagName, DTD.CP contentModel, Element... content) - Specified by:
ambiguousContentMatching
in interfaceErrorHandler
-
noSuchElement
- Specified by:
noSuchElement
in interfaceErrorHandler
-