public class UnparsedTextIterator extends TextLinesIterator
checker, location, reader, uriATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor and 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 | 
close, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachOrFail, getProperties, materializepublic UnparsedTextIterator(java.net.URI absoluteURI,
                            XPathContext context,
                            java.lang.String encoding,
                            Location location)
                     throws XPathException
absoluteURI - the URI identifying the filecontext - the dynamic evaluation contextencoding - the expected encoding of the filelocation - the location of the instruction being executedXPathException - if a dynamic error occurspublic UnparsedTextIterator(java.io.LineNumberReader reader,
                            java.net.URI absoluteURI,
                            XPathContext context,
                            java.lang.String encoding)
                     throws XPathException
XPathExceptionCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.