Package net.sf.saxon.tree.iter
Class UnparsedTextIterator
java.lang.Object
net.sf.saxon.tree.iter.TextLinesIterator
net.sf.saxon.tree.iter.UnparsedTextIterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,SequenceIterator
Class UnparsedTextIterator, iterates over a file line by line
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.saxon.om.SequenceIterator
SequenceIterator.Property
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnparsedTextIterator
(LineNumberReader reader, URI absoluteURI, XPathContext context, String encoding) UnparsedTextIterator
(URI absoluteURI, XPathContext context, String encoding, Location location) Create a UnparsedTextIterator over a given file -
Method Summary
Methods inherited from class net.sf.saxon.tree.iter.TextLinesIterator
close, next
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.saxon.om.SequenceIterator
forEachOrFail, getProperties, materialize
-
Field Details
-
context
XPathContext context -
encoding
String encoding
-
-
Constructor Details
-
UnparsedTextIterator
public UnparsedTextIterator(URI absoluteURI, XPathContext context, String encoding, Location location) throws XPathException Create a UnparsedTextIterator over a given file- Parameters:
absoluteURI
- the URI identifying the filecontext
- the dynamic evaluation contextencoding
- the expected encoding of the filelocation
- the location of the instruction being executed- Throws:
XPathException
- if a dynamic error occurs
-
UnparsedTextIterator
public UnparsedTextIterator(LineNumberReader reader, URI absoluteURI, XPathContext context, String encoding) throws XPathException - Throws:
XPathException
-