The Artima Developer Community
Sponsored Link

Java Answers Forum
hi

1 reply on 1 page. Most recent reply: Sep 20, 2006 2:59 AM by anuj singhal

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
s k

Posts: 1
Nickname: snk
Registered: Sep, 2006

hi Posted: Sep 15, 2006 11:11 AM
Reply to this message Reply
Advertisement
What Java interface do you implement to provide methods that are called as an XML document is processed by a SAX parser?


anuj singhal

Posts: 4
Nickname: anujs
Registered: Sep, 2006

Re: hi Posted: Sep 20, 2006 2:59 AM
Reply to this message Reply
ContentHandler Interface.
or you can extend DefaultHandler class, which provides default implementation of methods of ContentHandler.

Flat View: This topic has 1 reply on 1 page
Topic: java OutOMemoryError Previous Topic   Next Topic Topic: load text to textarea

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use