Uses of Class
org.jtheque.core.utils.file.XMLException

Packages that use XMLException
org.jtheque.core.utils.file Contains the utility classes for the use of files. 
 

Uses of XMLException in org.jtheque.core.utils.file
 

Methods in org.jtheque.core.utils.file that throw XMLException
 org.jdom.Element XMLReader.getNode(java.lang.String path, java.lang.Object node)
          Return the unique node corresponding to the XPath request on the specified node.
 java.util.List<org.jdom.Element> XMLReader.getNodes(java.lang.String path, java.lang.Object node)
          Return all the nodes corresponding to the XPath request on the specified node.
 void XMLReader.openFile(java.io.File file)
          Open the file.
 void XMLReader.openFile(java.lang.String strFile)
          Open the file.
 void XMLReader.openURL(java.lang.String strUrl)
          Open the file a the URL.
 void XMLReader.openURL(java.net.URL url)
          Open the file a the URL.
 boolean XMLReader.readBoolean(java.lang.String path, java.lang.Object node)
          Read a boolean value from the node.
 double XMLReader.readDouble(java.lang.String path, java.lang.Object node)
          Read a double value from the node.
 int XMLReader.readInt(java.lang.String path, java.lang.Object node)
          Read a int value from the node.
 long XMLReader.readLong(java.lang.String path, java.lang.Object node)
          Read a long value from the node.
 java.lang.String XMLReader.readString(java.lang.String path, java.lang.Object node)
          Read a String value from the node.
 



Copyright © 2009 JTheque. All Rights Reserved.