public class GroupMemberHandler extends NdfHandler
allowedInNames, blockCommentChar, booleanFalseChar, booleanFalseLiteral, booleanTrueChar, booleanTrueLiteral, currentNdfDocVersion, defaultTextEndChar, defaultTextParagraphChar, lineCommentChar, ndfDocAuthorKey, ndfDocCreatedKey, ndfDocEncodingKey, ndfDocTypeKey, ndfDocVersionKey, nullLiteral, quotingBreakCodes, standardBreakCodes, structureChar, textValueBreakCodes, validTextBreakSymbols| Constructor and Description |
|---|
GroupMemberHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doneTable(NdfStructure struct)
Called when a table structure is done.
|
void |
foundTableRow(NdfStructure struct,
int rowIndex,
java.lang.String[] rowData)
Called when a table row was found within a table structure.
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getMemberMap() |
void |
startDocument(NdfStructure struct,
NdfProperties props)
Called when document parsing is started.
|
NotifyTableValue |
startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns)
Called when a table structure was found.
|
acceptDocumentVersion, checkDocumentType, doneArray, doneDocument, doneList, doneObject, doneText, foundArrayValue, foundArrayValue, foundListValue, foundListValue, foundProperties, foundTableCell, foundTableRow, foundText, foundText, getCurrentNestingLevel, getCurrentStructure, getDocAuthor, getDocCreated, getDocEncoding, getDocType, getDocVersion, getFileInfo, getLineNumber, getLogChannel, getMaxNestingLevel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel, startArray, startList, startObject, startTextpublic void startDocument(NdfStructure struct, NdfProperties props) throws java.lang.Exception
NdfHandlerstartDocument in class NdfHandlerprops - the header properties found in the documentjava.lang.Exceptionpublic NotifyTableValue startTable(NdfStructure struct, NdfProperties props, java.lang.String[] columns) throws java.lang.Exception
NdfHandlerNotifyTableValue.AS_PROPERTIESNdfHandler.foundTableRow(NdfStructure, int, NdfProperties)NotifyTableValue.AS_STRING_ARRAYNdfHandler.foundTableRow(NdfStructure, int, String[])
NotifyTableValue.AS_BUFFERED_WORDNdfHandler.foundTableCell(NdfStructure, int, int, AsciiWord)startTable in class NdfHandlerjava.lang.Exceptionpublic void foundTableRow(NdfStructure struct, int rowIndex, java.lang.String[] rowData) throws java.lang.Exception
NdfHandlerNotifyTableValue.AS_STRING_ARRAY notification mode.
It is quite expensive because it parses values the same way as property values.foundTableRow in class NdfHandlerjava.lang.Exceptionpublic void doneTable(NdfStructure struct) throws java.lang.Exception
NdfHandlerdoneTable in class NdfHandlerjava.lang.Exceptionpublic java.util.Map<java.lang.String,java.util.List<java.lang.String>> getMemberMap()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.