[jdom-interest] Custom adapter?

Jason Hunter jhunter at servlets.com
Wed Mar 6 14:14:29 PST 2002


If you're doing SAX builds, you can call setFeature and setProperty on
the builder.  If you need more control, it's not available.  Adapters
are used for DOM builds only to get around the DOM problem of no
standard starter interface, and probably not what you need to be
worrying about.

-jh-

Kenneth Lee wrote:
> 
> Hi all,
> 
> What should I do if I want to have access to the underlying parser object?
> Will a custom adapter fit for this purpose, and if so, what's the correct
> way to implement it?
> 
> Thanks,
> Kenneth Lee
> 
> PS. Pls CC a copy as I'm on the digest. Thx.
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com



More information about the jdom-interest mailing list