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:
- java.io.Closeable,- java.lang.AutoCloseable,- SequenceIterator
 
 public class UnparsedTextIterator extends TextLinesIterator Class UnparsedTextIterator, iterates over a file line by line
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface net.sf.saxon.om.SequenceIteratorSequenceIterator.Property
 
- 
 - 
Field Summary- 
Fields inherited from class net.sf.saxon.tree.iter.TextLinesIteratorchecker, location, reader, uri
 
- 
 - 
Constructor SummaryConstructors Constructor Description UnparsedTextIterator(java.io.LineNumberReader reader, java.net.URI absoluteURI, XPathContext context, java.lang.String encoding)UnparsedTextIterator(java.net.URI absoluteURI, XPathContext context, java.lang.String encoding, Location location)Create a UnparsedTextIterator over a given file
 - 
Method Summary- 
Methods inherited from class net.sf.saxon.tree.iter.TextLinesIteratorclose, next
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.sf.saxon.om.SequenceIteratorforEachOrFail, getProperties, materialize
 
- 
 
- 
- 
- 
Constructor Detail- 
UnparsedTextIteratorpublic UnparsedTextIterator(java.net.URI absoluteURI, XPathContext context, java.lang.String encoding, Location location) throws XPathExceptionCreate a UnparsedTextIterator over a given file- Parameters:
- absoluteURI- the URI identifying the file
- context- the dynamic evaluation context
- encoding- the expected encoding of the file
- location- the location of the instruction being executed
- Throws:
- XPathException- if a dynamic error occurs
 
 - 
UnparsedTextIteratorpublic UnparsedTextIterator(java.io.LineNumberReader reader, java.net.URI absoluteURI, XPathContext context, java.lang.String encoding) throws XPathException- Throws:
- XPathException
 
 
- 
 
-