net.sf.myjaut.xml
Class XmlProperties

java.lang.Object
  extended by net.sf.myjaut.xml.XmlProperties

public class XmlProperties
extends java.lang.Object


Constructor Summary
XmlProperties(org.w3c.dom.Document document)
           
 
Method Summary
 int getCount()
           
 java.lang.String getName()
           
 java.lang.String getValue(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlProperties

public XmlProperties(org.w3c.dom.Document document)
              throws org.xml.sax.SAXException,
                     java.io.IOException,
                     javax.xml.parsers.ParserConfigurationException
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
Method Detail

getName

public java.lang.String getName()

getCount

public int getCount()

getValue

public java.lang.String getValue(java.lang.String key)
                          throws ValueNotFoundException
Throws:
ValueNotFoundException


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.