[Xml1-wire-devel] New Code added to repository
Status: Planning
Brought to you by:
vinculum
|
From: Byron K. A. <b.k...@ie...> - 2000-12-18 21:00:12
|
I have just committed changes to the repository implementing these sorts of methods. I will soon be creating some JavaDocs. Comments, as always are desired. Currently, the TAGParser class takes a java.io.Reader instead of an InputSource, I will probably change this very soon. Byron > -----Original Message----- > From: Sean Kelly [mailto:ke...@ad...] > Sent: Friday, December 15, 2000 11:11 AM > To: Byron K. Appelt; 1-wire TAG list > Subject: Re: [Xml1-wire-devel] More downcasting avoidance > > > > //Yields OWCluster > > public Enumeration clusters(InputSource xml); > > > > //Yields all OWSwitches > > public Enumeration switches(InputSource xml); > > > > //Yields all OWSwitches in cluster with description "8x1 board" > > public Enumeration switches(InputSource xml, "8x1 board"); > > Perfect! Let's do it! > > --k > > |