public class OETLXmlExtractor extends OETLAbstractSourceExtractor
Modifier and Type | Field and Description |
---|---|
protected List |
items |
reader
current, total
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLXmlExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
extract(Reader iReader) |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
String |
getUnit() |
boolean |
hasNext() |
OETLExtractedItem |
next() |
end
getProgress, getTotal, remove
begin, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
begin, setProcessor
forEachRemaining
protected List items
public void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponent
configure
in interface OETLComponent
configure
in class OETLAbstractComponent
public boolean hasNext()
hasNext
in interface Iterator<OETLExtractedItem>
hasNext
in class OETLAbstractSourceExtractor
public OETLExtractedItem next()
public void extract(Reader iReader)
extract
in interface OETLExtractor
extract
in class OETLAbstractSourceExtractor
public ODocument getConfiguration()
getConfiguration
in interface OETLComponent
getConfiguration
in class OETLAbstractExtractor
public String getUnit()
public String getName()
OETLComponent
Copyright © 2009–2020 OrientDB. All rights reserved.