public class XMLReader extends Object
| Constructor and Description |
|---|
XMLReader(InputStream fsStream,
int dataLevel,
int maxRecords) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
next() |
void |
open(RowSetLoader rootRowWriter,
CustomErrorContext errorContext) |
public XMLReader(InputStream fsStream, int dataLevel, int maxRecords) throws XMLStreamException
XMLStreamExceptionpublic void open(RowSetLoader rootRowWriter, CustomErrorContext errorContext)
public boolean next()
public void close()
Copyright © 2021 The Apache Software Foundation. All rights reserved.