|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: String interning
David> David Brownell <URL:mailto:david-b@p...> 0> In article <387FA28A.AE4BC5E2@p...>, 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@i... 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.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








