|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTextInputFormat
org.wikipedia.miner.extraction.XmlInputFormat
public class XmlInputFormat
Reads records that are delimited by a specifc begin/end tag.
| Nested Class Summary | |
|---|---|
static class |
XmlInputFormat.XmlRecordReader
XMLRecordReader class to read through a given xml document to output xml blocks as records as specified by the start tag and end tag |
| Field Summary | |
|---|---|
static java.lang.String |
END_TAG_KEY
|
static java.lang.String |
START_TAG_KEY
|
| Constructor Summary | |
|---|---|
XmlInputFormat()
|
|
| Method Summary | |
|---|---|
|
getRecordReader(InputSplit inputSplit,
JobConf jobConf,
Reporter reporter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String START_TAG_KEY
public static final java.lang.String END_TAG_KEY
| Constructor Detail |
|---|
public XmlInputFormat()
| Method Detail |
|---|
publicgetRecordReader(InputSplit inputSplit, JobConf jobConf, Reporter reporter) throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||