public class SaxonInputValue extends XMLInputValue<Void>
sequence, streamReader
Modifier | Constructor and Description |
---|---|
|
SaxonInputValue(Iterator<? extends net.sf.saxon.s9api.XdmItem> value) |
|
SaxonInputValue(net.sf.saxon.om.NodeInfo value) |
protected |
SaxonInputValue(SaxonInputValue value,
boolean sequence) |
|
SaxonInputValue(net.sf.saxon.s9api.XdmValue value) |
Modifier and Type | Method and Description |
---|---|
Iterator<Node> |
asNodeIterator()
The returned
Iterator will throw a TransformerException that wraps: |
Iterator<net.sf.saxon.s9api.XdmItem> |
asXdmItemIterator() |
BaseURIAwareXMLStreamReader |
asXMLStreamReader()
The returned
BaseURIAwareXMLStreamReader will throw a TransformerException that wraps: |
SaxonInputValue |
ensureSingleItem() |
Mult<SaxonInputValue> |
mult(int limit) |
protected boolean |
valueSupplied() |
asXMLEventReader, ensureSingleItem
asObject, asObject, cache, iteratorOf, toString
public SaxonInputValue(net.sf.saxon.s9api.XdmValue value)
public SaxonInputValue(net.sf.saxon.om.NodeInfo value)
public SaxonInputValue(Iterator<? extends net.sf.saxon.s9api.XdmItem> value)
protected SaxonInputValue(SaxonInputValue value, boolean sequence)
public Iterator<net.sf.saxon.s9api.XdmItem> asXdmItemIterator() throws NoSuchElementException
NoSuchElementException
public BaseURIAwareXMLStreamReader asXMLStreamReader() throws NoSuchElementException
The returned BaseURIAwareXMLStreamReader
will throw a TransformerException
that wraps:
IllegalArgumentException
when an item is encountered that is not a node.asXMLStreamReader
in class XMLInputValue<Void>
NoSuchElementException
public Iterator<Node> asNodeIterator() throws NoSuchElementException
The returned Iterator
will throw a TransformerException
that wraps:
IllegalArgumentException
when an item is encountered that is not a node.asNodeIterator
in class XMLInputValue<Void>
NoSuchElementException
public Mult<SaxonInputValue> mult(int limit)
mult
in class XMLInputValue<Void>
public SaxonInputValue ensureSingleItem()
ensureSingleItem
in class XMLInputValue<Void>
protected boolean valueSupplied()
valueSupplied
in class XMLInputValue<Void>
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.