
public class OETLXmlExtractor extends OETLAbstractSourceExtractor
| Modifier and Type | Field and Description |
|---|---|
protected List |
items |
readercurrent, totalconfiguration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLXmlExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
Called by the @OETLProcessor
|
void |
extract(Reader iReader) |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OETLExtractedItem |
next() |
endgetProgress, getTotal, removebegin, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbegin, setProcessorforEachRemainingprotected List items
public void configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentpublic boolean hasNext()
hasNext in interface Iterator<OETLExtractedItem>hasNext in class OETLAbstractSourceExtractorpublic OETLExtractedItem next()
public void extract(Reader iReader)
extract in interface OETLExtractorextract in class OETLAbstractSourceExtractorpublic com.orientechnologies.orient.core.record.impl.ODocument getConfiguration()
getConfiguration in interface OETLComponentgetConfiguration in class OETLAbstractExtractorpublic String getUnit()
public String getName()
OETLComponentCopyright © 2009–2018 OrientDB. All rights reserved.