Re: [Saxdotnet-devel] "Unifying" the core and extension interfaces
Brought to you by:
jeffrafter,
kwaclaw
From: Jeff R. <li...@je...> - 2004-12-07 18:25:57
|
> By "interface level property" do you mean adding > setLexicalHandler/getLexicalHandler and setDeclHandler/getDeclHandler > methods? Yes. Except in the .NET version this is actually a class property so you would do something like: IXmlReader xr; ILexicalHadler myLexHandler; xr.LexicalHandler = myLexHandler; > Sorry if this is obvious to the .NET folks. I'm just not fully > conversant with the lingo yet. I struggled over how to word "class level property" so that it didn't cause confusion... looks like a missed it by a hair. Thanks, Jeff Rafter |