edu.washington.bhi.protegex.storage.xml
Class XMLImporter
java.lang.Object
edu.washington.bhi.protegex.storage.xml.XMLBase
edu.washington.bhi.protegex.storage.xml.XMLImporter
- Direct Known Subclasses:
- ProtegeXMLImporter
- public class XMLImporter
- extends XMLBase
Field Summary |
protected org.w3c.dom.Document |
doc
|
protected org.w3c.dom.Element |
main
|
Method Summary |
protected java.lang.String |
getAttribute(org.w3c.dom.Node node,
java.lang.String attribute)
|
protected void |
getAttributes(org.w3c.dom.Node node)
|
protected java.lang.String |
getTextnodevalue(org.w3c.dom.Node node)
|
protected org.w3c.dom.Node |
loadfromFile(java.lang.String fileName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
doc
protected org.w3c.dom.Document doc
main
protected org.w3c.dom.Element main
XMLImporter
public XMLImporter()
loadfromFile
protected org.w3c.dom.Node loadfromFile(java.lang.String fileName)
getAttributes
protected void getAttributes(org.w3c.dom.Node node)
getAttribute
protected java.lang.String getAttribute(org.w3c.dom.Node node,
java.lang.String attribute)
getTextnodevalue
protected java.lang.String getTextnodevalue(org.w3c.dom.Node node)