|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamSource | |
|---|---|
| org.ow2.orchestra.pvm | |
| org.ow2.orchestra.pvm.internal.stream | |
| org.ow2.orchestra.pvm.internal.xml | |
| Uses of StreamSource in org.ow2.orchestra.pvm |
|---|
| Fields in org.ow2.orchestra.pvm with type parameters of type StreamSource | |
|---|---|
protected Map<String,StreamSource> |
Deployment.files
|
| Methods in org.ow2.orchestra.pvm with parameters of type StreamSource | |
|---|---|
protected void |
Deployment.addStreamSource(String name,
StreamSource streamSource)
|
| Uses of StreamSource in org.ow2.orchestra.pvm.internal.stream |
|---|
| Subclasses of StreamSource in org.ow2.orchestra.pvm.internal.stream | |
|---|---|
class |
ByteArrayStreamSource
|
class |
FileStreamSource
|
class |
InputStreamSource
|
class |
ResourceStreamSource
|
class |
StringStreamSource
|
class |
UrlStreamSource
|
| Uses of StreamSource in org.ow2.orchestra.pvm.internal.xml |
|---|
| Fields in org.ow2.orchestra.pvm.internal.xml declared as StreamSource | |
|---|---|
protected StreamSource |
Parse.streamSource
|
| Methods in org.ow2.orchestra.pvm.internal.xml with parameters of type StreamSource | |
|---|---|
void |
Parser.importStream(StreamSource importedStreamSource,
Element destination,
Parse importingParse)
builds a dom from the importedStreamSource and appends the child elements of the document element to the destination element. |
Parse |
Parse.setStreamSource(StreamSource streamSource)
specify a StreamSource as the source for this parse |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||