issrg.editor2.ontology.exporter.xacml
Class XACMLExporter

java.lang.Object
  extended by issrg.editor2.ontology.exporter.PolicyOntologyExporter
      extended by issrg.editor2.ontology.exporter.XMLExporter
          extended by issrg.editor2.ontology.exporter.xacml.XACMLExporter

public class XACMLExporter
extends XMLExporter


Field Summary
 
Fields inherited from class issrg.editor2.ontology.exporter.XMLExporter
doc
 
Fields inherited from class issrg.editor2.ontology.exporter.PolicyOntologyExporter
ontology
 
Constructor Summary
XACMLExporter(PolicyOntology ontology)
           
 
Method Summary
 void generateXML()
           
 
Methods inherited from class issrg.editor2.ontology.exporter.XMLExporter
getXML, writeToFile
 
Methods inherited from class issrg.editor2.ontology.exporter.PolicyOntologyExporter
getPermisXML, writeToOWLFile, writeToPERMISFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XACMLExporter

public XACMLExporter(PolicyOntology ontology)
              throws PolicyExportException
Throws:
PolicyExportException
Method Detail

generateXML

public void generateXML()
Specified by:
generateXML in class XMLExporter