public abstract class CanonicalizationAlgorithm extends Algorithm
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.NodeList |
inputNodeSet_
The input XPath node set for the algorithm.
|
| Constructor and Description |
|---|
CanonicalizationAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.io.InputStream |
canonicalize()
Produces the canonical physical representation of the XML input previously specified by the method
setInput(org.w3c.dom.NodeList). |
void |
setInput(org.w3c.dom.NodeList input)
Sets the data to be processed by the canonicalization algorithm.
|
getURI, setParameters, setURI, toElementprotected org.w3c.dom.NodeList inputNodeSet_
public abstract java.io.InputStream canonicalize()
throws AlgorithmException
setInput(org.w3c.dom.NodeList).AlgorithmException - if computing the canonical physical representation fails for any reason.public void setInput(org.w3c.dom.NodeList input)
input - The XPath node set to be processed by the canonicalization algorithm. Must not be
null.