Hi Sandy, > The XMLGrammarDescription interface in the org.apache.xerces.xni.grammars > package is used to describe a grammar. It's especially useful when > XMLEntityResolver is called for a grammar file, where XMLGrammarDescription > can provide extra information other than just the location of that file. > > Xerces currently supports 2 kinds of grammars: DTD and XML Schema, and > there are 2 kinds of grammar description classes. By casting the grammar > description to either of these classes, the user can get information > specific to that grammar type. (The namespace of a schema document, for > example.) Unfortunately, these 2 classes are in the implementation > packages. (Because they were experimental.)
I totally agree, they should be part of grammar interfaces. > So I would like to propose to add the following 2 interfaces to the > xni.grammars package (please refer to +1 thanks Neeraj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
