com.sun.tools.internal.xjc.reader.xmlschema.bindinfo
static final class: AnnotationParserFactoryImpl.ValidatorProtecter [javadoc |
source]
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl$ValidatorProtecter
All Implemented Interfaces:
ContentHandler, DTDHandler, ErrorHandler, XMLFilter, EntityResolver
| Method from com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl$ValidatorProtecter Summary: |
|---|
|
startPrefixMapping |
| Methods from org.xml.sax.helpers.XMLFilterImpl: |
|---|
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDTDHandler, setDocumentLocator, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Method from com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl$ValidatorProtecter Detail: |
public void startPrefixMapping(String prefix,
String uri) throws SAXException {
// work around a bug in the validator implementation in Tiger
super.startPrefixMapping(prefix.intern(),uri);
}
|