com.sun.tools.xjc.reader.internalizer

Class VersionChecker

public class VersionChecker extends XMLFilterImpl

Checks the jaxb:version attribute on a XML Schema document. jaxb:version is optional if no binding customization is used, but if present, its value must be "1.0".
Constructor Summary
VersionChecker(XMLReader parent)
VersionChecker(ContentHandler handler, ErrorHandler eh, EntityResolver er)
Method Summary
voidendDocument()
voidsetDocumentLocator(Locator locator)
voidstartElement(String namespaceURI, String localName, String qName, Attributes atts)

Constructor Detail

VersionChecker

public VersionChecker(XMLReader parent)

VersionChecker

public VersionChecker(ContentHandler handler, ErrorHandler eh, EntityResolver er)

Method Detail

endDocument

public void endDocument()

setDocumentLocator

public void setDocumentLocator(Locator locator)

startElement

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