Deriving from javax.xml.transform.Source
Dave Brosius <[email protected]> Fri, 8 Nov 2002 21:52:19 -0500
| Newsgroups | gmane.comp.java.sun.xml.general |
|---|---|
| Message-ID | <005d01c2879b$05a75c10$4cc7c3d1@BZBoy> |
Can anyone point me to how I can create my own Source derived class. As source only has two methods (system ids?) I don't see how you hook in a new source type. I could always derive from SAXSource I suppose, but i'd really rather just derive from Source. (Ok, and It's just plain puzzling now)