com.sun.tools.xjc.reader.dtd.bindinfo

Class DTDExtensionBindingChecker

final class DTDExtensionBindingChecker extends AbstractExtensionBindingChecker

XMLFilter that checks the use of extension namespace URIs (to see if they have corresponding plugins), and otherwise report an error.

This code also masks the recognized extensions from the validator that will be plugged as the next component to this.

Constructor Summary
DTDExtensionBindingChecker(String schemaLanguage, Options options, ErrorHandler handler)
Method Summary
voidstartElement(String uri, String localName, String qName, Attributes atts)

Constructor Detail

DTDExtensionBindingChecker

public DTDExtensionBindingChecker(String schemaLanguage, Options options, ErrorHandler handler)

Method Detail

startElement

public void startElement(String uri, String localName, String qName, Attributes atts)