public class TimstampHandler extends NdfHandler
AppLaunchPrefs
instance from an NDF file.allowedInNames, blockCommentChar, booleanFalseChar, booleanFalseLiteral, booleanTrueChar, booleanTrueLiteral, currentNdfDocVersion, defaultTextEndChar, defaultTextParagraphChar, lineCommentChar, ndfDocAuthorKey, ndfDocCreatedKey, ndfDocEncodingKey, ndfDocTypeKey, ndfDocVersionKey, nullLiteral, quotingBreakCodes, standardBreakCodes, structureChar, textValueBreakCodes, validTextBreakSymbols
Constructor and Description |
---|
TimstampHandler() |
Modifier and Type | Method and Description |
---|---|
void |
foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props)
Called when a table row was found within a table structure.
|
java.util.List<FileEntry> |
getFileList() |
void |
startDocument(NdfStructure struct,
NdfProperties headerProps)
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, doneTable, 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, startText
public void startDocument(NdfStructure struct, NdfProperties headerProps) throws java.lang.Exception
NdfHandler
startDocument
in class NdfHandler
headerProps
- the header properties found in the documentjava.lang.Exception
public NotifyTableValue startTable(NdfStructure struct, NdfProperties props, java.lang.String[] columns) throws java.lang.Exception
NdfHandler
NotifyTableValue.AS_PROPERTIES
NdfHandler.foundTableRow(NdfStructure, int, NdfProperties)
NotifyTableValue.AS_STRING_ARRAY
NdfHandler.foundTableRow(NdfStructure, int, String[])
NotifyTableValue.AS_BUFFERED_WORD
NdfHandler.foundTableCell(NdfStructure, int, int, AsciiWord)
startTable
in class NdfHandler
java.lang.Exception
public void foundTableRow(NdfStructure struct, int rowIndex, NdfProperties props) throws java.lang.Exception
NdfHandler
NotifyTableValue.AS_PROPERTIES
notification mode.
It is quite expensive because it parses values the same way as property values.
But it provides the convenience to extract values readily converted to the desired data type.foundTableRow
in class NdfHandler
java.lang.Exception
public java.util.List<FileEntry> getFileList()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.