Uses of Class
org.specrunner.source.SourceException

Packages that use SourceException
org.specrunner.core.pipes   
org.specrunner.source   
org.specrunner.source.core   
org.specrunner.transformer   
org.specrunner.transformer.core   
 

Uses of SourceException in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that throw SourceException
protected  ISource PipeSource.createSource(String input)
          Creates a source from input.
protected  ISource PipeTransformSource.transformSource(ISource source)
          Perform a transformation of a given source.
 

Uses of SourceException in org.specrunner.source
 

Methods in org.specrunner.source that throw SourceException
 nu.xom.Document ISource.getDocument()
          The specification document.
 INamespaceInfo ISource.getNamespaceInfo()
          Get meta-information associated to namespace.
 List<nu.xom.Element> ISource.getScenarios()
          The specification scenarios.
 nu.xom.Document IDocumentLoader.load()
          Load a document.
 nu.xom.Builder IBuilderFactory.newBuilder(Map<String,Object> properties)
          Get a XOM builder.
 ISource ISourceFactoryManager.newSource(Object source)
          Get an instance of a source factory compatible with the given source.
 ISource ISourceFactory.newSource(Object source)
          Creates a source from a String.
 ISource ISource.resolve(ISource other)
          The relative source resolved.
 

Uses of SourceException in org.specrunner.source.core
 

Methods in org.specrunner.source.core that throw SourceException
protected  String AbstractSourceFactory.cleanTarget(String target)
          Clean the target name.
protected  nu.xom.Document SourceFactoryHtml.fromTarget(URI uri, String target, String encoding)
           
protected abstract  nu.xom.Document AbstractSourceFactory.fromTarget(URI uri, String target, String encoding)
          Load file from source.
 nu.xom.Document SourceImpl.getDocument()
           
 INamespaceInfo SourceImpl.getNamespaceInfo()
           
 List<nu.xom.Element> SourceImpl.getScenarios()
           
protected  nu.xom.Document SourceFactoryHtml.load(Reader reader)
          Load a source from either an InputStream or a Reader.
 nu.xom.Builder BuilderFactoryImpl.newBuilder(Map<String,Object> properties)
           
 ISource SourceFactoryManagerImpl.newSource(Object source)
           
 ISource AbstractSourceFactory.newSource(Object source)
           
 ISource SourceImpl.resolve(ISource other)
           
 

Uses of SourceException in org.specrunner.transformer
 

Methods in org.specrunner.transformer that throw SourceException
 ISource ITransformer.transform(ISource source)
          Converts a source into another.
 

Uses of SourceException in org.specrunner.transformer.core
 

Methods in org.specrunner.transformer.core that throw SourceException
 ISource TransformerHref.transform(ISource source)
           
 ISource TransformerGroupImpl.transform(ISource source)
           
 ISource TransformerDefault.transform(ISource source)
           
 



Copyright © 2014. All rights reserved.