| Constructor and Description |
|---|
DomSingleton(org.w3c.dom.Node node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Return true if the sequence is empty.
|
Sequence |
next()
Return the next item in the sequence, as a sequence itself (a singleton).
|
void |
serialize(java.io.OutputStream out,
SerialParameters params)
Serialize the sequence to the output stream, using the serialization parameters.
|
public boolean isEmpty()
throws ToolsException
SequenceisEmpty in interface Sequencetrue if this sequence is empty.ToolsException - If there is any technical error computing the
result.public Sequence next() throws ToolsException
Sequencenext in interface SequenceToolsException - If there is any technical error accessing or
building the result.public void serialize(java.io.OutputStream out,
SerialParameters params)
throws ToolsException
Sequenceserialize in interface Sequenceout - The destination of the output.params - The serialization parameters to use.ToolsException - If there is any error serializing the sequence or
writing to out.Copyright © 2015-2019 EXPath. All Rights Reserved