|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protegex.owl.swrl.bridge.builtins.swrlxml.XMLProcessor
public class XMLProcessor
Constructor Summary | |
---|---|
XMLProcessor()
|
Method Summary | |
---|---|
void |
generateXMLFile(org.jdom.Document doc,
String outputXMLFileName)
Method that writes an XML file from an instance of a Document. |
String |
generateXMLString(org.jdom.Document doc)
Method that writes an XML string from an instance of a Document. |
org.jdom.Document |
processXMLStream(String inputXMLStreamName)
Method that reads a simple XML file and generates an instance of a Document from it. |
org.jdom.Document |
processXMLString(String inputXMLString)
Method that reads an XML string and generates an instance of a Document from it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLProcessor()
Method Detail |
---|
public void generateXMLFile(org.jdom.Document doc, String outputXMLFileName) throws XMLProcessorException
XMLProcessorException
public String generateXMLString(org.jdom.Document doc) throws XMLProcessorException
XMLProcessorException
public org.jdom.Document processXMLStream(String inputXMLStreamName) throws XMLProcessorException
XMLProcessorException
public org.jdom.Document processXMLString(String inputXMLString) throws XMLProcessorException
XMLProcessorException
|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |