public class UnparsedTextIterator extends TextLinesIterator
| Modifier and Type | Field and Description |
|---|---|
(package private) XPathContext |
context |
(package private) String |
encoding |
checker, current, location, position, reader, uriATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor and Description |
|---|
UnparsedTextIterator(LineNumberReader reader,
URI absoluteURI,
XPathContext context,
String encoding) |
UnparsedTextIterator(URI absoluteURI,
XPathContext context,
String encoding,
Location location)
Create a UnparsedTextIterator over a given file
|
close, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachOrFail, getProperties, materializeXPathContext context
String encoding
public UnparsedTextIterator(URI absoluteURI, XPathContext context, 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(LineNumberReader reader, URI absoluteURI, XPathContext context, String encoding) throws XPathException
XPathException