org.topbraid.sparqlmotion.modules.impl
Class AbstractXMLInputModule

java.lang.Object
  extended by org.topbraid.sparqlmotion.modules.impl.AbstractModule
      extended by org.topbraid.sparqlmotion.modules.impl.AbstractXMLInputModule
All Implemented Interfaces:
IModule, IXMLInputModule

public abstract class AbstractXMLInputModule
extends AbstractModule
implements IXMLInputModule


Field Summary
 
Fields inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractModule
inputModules
 
Constructor Summary
AbstractXMLInputModule()
           
 
Method Summary
static Document createXMLInput(IModule module, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 Document getXMLInput(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 java.util.List<IXMLOutputModule> getXMLOutputPredecessors()
           
static java.util.List<IXMLOutputModule> getXMLOutputPredecessors(IModule m)
           
 
Methods inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractModule
bindInputURL, bindInputURL, createError, dumpNamespaces, getConfig, getConfigBoolean, getConfigFile, getConfigResource, getConfigString, getContext, getInputModules, getModuleLabel, getQueryStrings, getVarInsertion, init, moni, setContext, setInputModules, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.topbraid.sparqlmotion.modules.IModule
getConfig, getContext, getInputModules, init, setContext, setInputModules, validate
 

Constructor Detail

AbstractXMLInputModule

public AbstractXMLInputModule()
Method Detail

getXMLInput

public Document getXMLInput(org.eclipse.core.runtime.IProgressMonitor monitor)
                     throws java.lang.Throwable
Specified by:
getXMLInput in interface IXMLInputModule
Throws:
java.lang.Throwable

createXMLInput

public static Document createXMLInput(IModule module,
                                      org.eclipse.core.runtime.IProgressMonitor monitor)
                               throws java.lang.Throwable
Throws:
java.lang.Throwable

getXMLOutputPredecessors

public java.util.List<IXMLOutputModule> getXMLOutputPredecessors()

getXMLOutputPredecessors

public static java.util.List<IXMLOutputModule> getXMLOutputPredecessors(IModule m)