public class UnparsedTextIterator extends TextLinesIterator
checker, location, reader, uri
ATOMIZING, 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, getProperties, next
public 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
XPathException
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.