OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: String interning

[ Lists Home | Date Index | Thread Index ]
  • From: Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
  • To: "XML developers' list" <xml-dev@ic.ac.uk>
  • Date: 17 Jan 2000 19:33:29 +0000

David> David Brownell <URL:mailto:david-b@pacbell.net>

0> In article <387FA28A.AE4BC5E2@pacbell.net>, David wrote:

David> 3. Let SAX2 event producers expose which policy they use, so
David>    that components which require interning can fail cleanly (at
David>    setup time) if their inputs don't do it.

This also allows consumers to push a SAX interner (a filter) onto the
producer, so that all output from the filter is interned.  This needs
to be done just once, at setup time, so no other part of the consumer
is affected.  And there's no overhead added if the producer generates
interned names.


    boolean namesAreInterned =
        xmlReader.getFeature("http://xml.org/sax/features/interned-names");

    if (namesAreInterned)
        xmlReader = new SAXInterner(xmlReader);

    // The 'interned-names' feature will always be true at this point.

    // Now add the handlers...

-- 


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS