public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
ContentMapping |
ambiguousContentMatching(String tagName,
DTD.CP contentModel,
Element... content) |
ContentMapping |
noContentMatching(String tagName,
DTD.CP contentModel,
Element... content) |
DTD.Element |
noSuchElement(String tagName) |
ContentMapping noContentMatching(String tagName, DTD.CP contentModel, Element... content)
ContentMapping ambiguousContentMatching(String tagName, DTD.CP contentModel, Element... content)
DTD.Element noSuchElement(String tagName)
see also the complete user documentation .