DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17078>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17078

DTDGrammar should implement XMLContentSpec.Provider

           Summary: DTDGrammar should implement XMLContentSpec.Provider
           Product: Xerces2-J
           Version: 2.3.0
          Platform: All
               URL: http://xml.apache.org/xerces2-
                    j/javadocs/xerces2/org/apache/xerces/impl/dtd/DTDGrammar
                    .html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DTD
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The definition of org.apache.xerces.impl.dtd.XMLContentSpec.Provider is

    static interface Provider {
        boolean getContentSpec(int contentSpecIndex, XMLContentSpec cs);
    }

The class org.apache.xerces.impl.dtd.DTDGrammar a method with such a signature,
so it should declare that it implements XMLContentSpec.Provider.  As of
Xerces2-J 2.3.0, it doesn't, making it impossible to pass a DTDGrammar to
functions that expect an XMLContentSpec.Provider argument.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to