public class XMLReader extends Object implements Closeable
Constructor and Description |
---|
XMLReader(InputStream fsStream,
int dataLevel,
int maxRecords) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
implicitFields(ImplicitColumnUtils.ImplicitColumns metadata) |
boolean |
next() |
void |
open(RowSetLoader rootRowWriter,
CustomErrorContext errorContext) |
public XMLReader(InputStream fsStream, int dataLevel, int maxRecords) throws XMLStreamException
XMLStreamException
public void open(RowSetLoader rootRowWriter, CustomErrorContext errorContext)
public boolean next()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public void implicitFields(ImplicitColumnUtils.ImplicitColumns metadata)
Copyright © 1970 The Apache Software Foundation. All rights reserved.