|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSource | |
---|---|
org.ow2.bonita.pvm | |
org.ow2.bonita.pvm.internal.stream | |
org.ow2.bonita.pvm.internal.xml |
Uses of StreamSource in org.ow2.bonita.pvm |
---|
Fields in org.ow2.bonita.pvm with type parameters of type StreamSource | |
---|---|
protected java.util.Map<java.lang.String,StreamSource> |
Deployment.files
|
Methods in org.ow2.bonita.pvm with parameters of type StreamSource | |
---|---|
protected void |
Deployment.addStreamSource(java.lang.String name,
StreamSource streamSource)
|
Uses of StreamSource in org.ow2.bonita.pvm.internal.stream |
---|
Subclasses of StreamSource in org.ow2.bonita.pvm.internal.stream | |
---|---|
class |
ByteArrayStreamSource
|
class |
FileStreamSource
|
class |
InputStreamSource
|
class |
ResourceStreamSource
|
class |
StringStreamSource
|
class |
UrlStreamSource
|
Uses of StreamSource in org.ow2.bonita.pvm.internal.xml |
---|
Fields in org.ow2.bonita.pvm.internal.xml declared as StreamSource | |
---|---|
protected StreamSource |
Parse.streamSource
|
Methods in org.ow2.bonita.pvm.internal.xml with parameters of type StreamSource | |
---|---|
void |
Parser.importStream(StreamSource importedStreamSource,
org.w3c.dom.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 |