Based on the {@link org.xml.sax.helpers.AttributesImpl}implementation.
105106107108109110111112113
private boolean insideDTD; public DissectableContentHandler() { nullContentHandler = new NullContentHandler(); extendedAttributes = new AnnotatedAttributesImpl(); testDocumentDetails = new TestDocumentDetails(); }