| Package | Description |
|---|---|
| org.specrunner.core.pipes | |
| org.specrunner.source | |
| org.specrunner.source.core | |
| org.specrunner.transformer | |
| org.specrunner.transformer.core |
| Modifier and Type | Method and Description |
|---|---|
protected ISource |
PipeSource.createSource(String input)
Creates a source from input.
|
protected ISource |
PipeTransformSource.transformSource(ISource source)
Perform a transformation of a given source.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ISource |
ITransformer.transform(ISource source)
Converts a source into another.
|
| Modifier and Type | Method and Description |
|---|---|
ISource |
TransformerHref.transform(ISource source) |
ISource |
TransformerGroupImpl.transform(ISource source) |
ISource |
TransformerDefault.transform(ISource source) |
Copyright © 2016. All rights reserved.