edu.washington.bhi.protegex.storage.xml
Class XMLImporter

java.lang.Object
  extended byedu.washington.bhi.protegex.storage.xml.XMLBase
      extended byedu.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
           
 
Constructor Summary
XMLImporter()
           
 
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 edu.washington.bhi.protegex.storage.xml.XMLBase
normalize, popupErrorMessage, printErrorMessage, sort, toFloat, unNormalize, XMLBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

protected org.w3c.dom.Document doc

main

protected org.w3c.dom.Element main
Constructor Detail

XMLImporter

public XMLImporter()
Method Detail

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)