public class XSequenceCursorResult
extends java.lang.Object
implements javax.xml.transform.Result
Result
for XSequenceCursor
.
Can be used by implementations of XResultResolver to allow for
XSequenceCursor
results.Constructor and Description |
---|
XSequenceCursorResult()
Create a new XSequenceCursorResult.
|
Modifier and Type | Method and Description |
---|---|
XOutputParameters |
getOutputParameters()
Get the output parameters associated with this result.
|
XSequenceCursor |
getSequenceCursor()
Get the
XSequenceCursor associated with this result. |
java.lang.String |
getSystemId()
Get the system id associated with this result.
|
void |
setOutputParameters(XOutputParameters params)
Set the output parameters associated with this result.
|
void |
setSequenceCursor(XSequenceCursor sequence)
Set the
XSequenceCursor . |
void |
setSystemId(java.lang.String systemId)
Set the system id.
|
public XSequenceCursorResult()
public XSequenceCursor getSequenceCursor()
XSequenceCursor
associated with this result.XSequenceCursor
associated with this result.public void setSequenceCursor(XSequenceCursor sequence)
XSequenceCursor
. This method
will only be called by the processor to provide
the result sequence.sequence
- The XSequenceCursor
to set.public java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Result
public void setSystemId(java.lang.String systemId)
setSystemId
in interface javax.xml.transform.Result
systemId
- The system id to set.public XOutputParameters getOutputParameters()
xsl:result-document
instruction.public void setOutputParameters(XOutputParameters params)
xsl:result-document
instruction.params
- The output parameters.