|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.oxml.config.AbstractOXMLConfig
net.sf.doolin.oxml.config.XMLOXMLConfig
public class XMLOXMLConfig
Configuration based upon an XML file that complies with the
http://www.doolin-guif.net/schema/oxml schema.
| Constructor Summary | |
|---|---|
XMLOXMLConfig()
Default constructor. |
|
XMLOXMLConfig(URL url)
Constructor from a resource path. |
|
| Method Summary | |
|---|---|
protected DocumentBuilder |
getBuilder()
Creates a document builder for the parsing. |
protected Document |
parse(URL url)
Internal parsing method |
protected void |
setResource(URL url)
Sets the configuration from a resource path. |
| Methods inherited from class net.sf.doolin.oxml.config.AbstractOXMLConfig |
|---|
getRootAction, setRootAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLOXMLConfig()
setResource(URL)
public XMLOXMLConfig(URL url)
throws IOException
url - Path to the resource
IOException - If a parsing error occurssetResource(URL)| Method Detail |
|---|
protected DocumentBuilder getBuilder()
throws IOException
IOException - If the DOM builder cannot be configured
protected Document parse(URL url)
throws IOException
url - URL to parse
IOException - If a parsing error occurs
protected void setResource(URL url)
throws IOException
url - Resource path to an XML file that complies with the
http://doolin-guif.sourceforge.net/schema/oxml
schema.
IOException - If the configuration cannot be parsed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||