public class TcxIterator extends Object implements RecordIterator
| Constructor and Description |
|---|
TcxIterator(File file) |
TcxIterator(Reader in) |
TcxIterator(Reader in,
RecordFactory recordFactory,
String path) |
TcxIterator(org.springframework.core.io.Resource resource,
RecordFactory recordFactory,
String path) |
TcxIterator(XMLStreamReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RecordDefinition |
getRecordDefinition() |
String |
getSchemaName() |
boolean |
hasNext() |
protected boolean |
loadNextRecord() |
Record |
next() |
void |
remove() |
String |
toString() |
public TcxIterator(File file) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic TcxIterator(Reader in) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic TcxIterator(Reader in, RecordFactory recordFactory, String path)
public TcxIterator(org.springframework.core.io.Resource resource,
RecordFactory recordFactory,
String path)
throws IOException
IOExceptionpublic TcxIterator(XMLStreamReader in)
public void close()
public RecordDefinition getRecordDefinition()
getRecordDefinition in interface RecordIteratorpublic String getSchemaName()
protected boolean loadNextRecord()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.