Re: custom tag pages for the KXmlParser
Stefan Haustein <[email protected]> Mon, 05 Apr 2004 22:40:57 +0200
| Newsgroups | gmane.comp.java.enhydra.kxml |
|---|---|
| Organization | University of Dortmund |
| Message-ID | <[email protected]> |
Floriola wrote: > For the WbxmlParser in kxml2, there is a setTagTable method, used to configure custom tag pages > for the wbxml parser. > > Is there a way to set the custom tag pages for the KXmlParser? I noticed that there is no > setTagTable method in this case... Custom tag tables are specific to WBXML, used for compression. Thus, a corresponding method does not make sense for the KXmlParser. Best regards, Stefan Haustein