public class RawResult
extends java.lang.Object
implements javax.xml.transform.Result
Sequence
.Constructor and Description |
---|
RawResult() |
Modifier and Type | Method and Description |
---|---|
void |
append(Item item)
Method intended for internal use to append an item to the result
|
Sequence<?> |
getResultSequence()
On completion, get the sequence that has been written to this result object
|
java.lang.String |
getSystemId()
Get the system identifier that was set with setSystemId.
|
void |
setSystemId(java.lang.String systemId)
Set the system identifier for this Result.
|
public void setSystemId(java.lang.String systemId)
If the Result is not to be written to a file, the system identifier is optional. The application may still want to provide one, however, for use in error messages and warnings, or to resolve relative output identifiers.
setSystemId
in interface javax.xml.transform.Result
systemId
- The system identifier as a URI string.public java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Result
public void append(Item item)
public Sequence<?> getResultSequence()
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.