|
API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.xapi.XSequenceCursorResult
public class XSequenceCursorResult
An implementation of Result
for XSequenceCursor
.
Can be used by implementations of XResultResolver to allow for
XSequenceCursor
results.
Field Summary |
---|
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
---|---|
XSequenceCursorResult()
Create a new XSequenceCursorResult. |
Method Summary | |
---|---|
XOutputParameters |
getOutputParameters()
Get the output parameters associated with this result. |
XSequenceCursor |
getSequenceCursor()
Get the XSequenceCursor associated with this result. |
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(String systemId)
Set the system id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSequenceCursorResult()
Method Detail |
---|
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.
cursor
- The XSequenceCursor
to set.public String getSystemId()
getSystemId
in interface Result
public void setSystemId(String systemId)
setSystemId
in interface 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.
|
IBM Copyright 2004-2008 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |