Re: [Saxdotnet-devel] "Unifying" the core and extension interfaces
Brought to you by:
jeffrafter,
kwaclaw
From: Elliotte H. <el...@me...> - 2004-12-07 18:11:38
|
Jeff Rafter wrote: > What we do what to change is the clumsy mechanism for connecting > extension interfaces to an IXmlReader. Currently this is done through > the setproperty/getproperty mechanism. We propose to add new interface > level property for LexicalHandler and DeclHandler (that will behave in > the same way ContentHandler, ErrorHandler, etc, work). > By "interface level property" do you mean adding setLexicalHandler/getLexicalHandler and setDeclHandler/getDeclHandler methods? Sorry if this is obvious to the .NET folks. I'm just not fully conversant with the lingo yet. -- Elliotte Rusty Harold el...@me... XML in a Nutshell 3rd Edition Just Published! http://www.cafeconleche.org/books/xian3/ http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim |