public class NetworkConfigHandler extends NdfHandler
NetworkConfig
object of data read from the
network config file.allowedInNames, blockCommentChar, booleanFalseChar, booleanFalseLiteral, booleanTrueChar, booleanTrueLiteral, lineCommentChar, ndfAuthorKey, ndfBreakChars, ndfDocCreatedKey, ndfDocTypeKey, ndfDocVersion, ndfDocVersionKey, nullLiteral, quotingBreakChars, separatorLineChar, structureChar, textBreakChars, textParagraph
Constructor and Description |
---|
NetworkConfigHandler(NetworkConfig networkConfig) |
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.
|
void |
startDocument(FileInfo fileInfo,
NdfProperties headerProps)
Called when document parsing is about to start.
|
acceptDocumentVersion, asStuffedText, checkDocumentType, doneArray, doneDocument, doneObject, doneProperty, doneProperty, doneTable, foundArrayValue, foundArrayValue, foundBodyText, foundHeaderProperties, foundTableCell, foundTableRow, getCurrentNestingLevel, getCurrentStructure, getFileInfo, getLineNumber, getLogChannel, getMaxNestingLevel, getStructure, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel, startArray, startObject, startProperty, startTable
public NetworkConfigHandler(NetworkConfig networkConfig)
public void startDocument(FileInfo fileInfo, NdfProperties headerProps) throws java.lang.Exception
NdfHandler
startDocument
in class NdfHandler
headerProps
- the header properties found in the documentjava.lang.Exception
public void foundTableRow(NdfStructure struct, int rowIndex, NdfProperties props) throws java.lang.Exception
NdfHandler
NotifyTableValue.AS_PROPERTIES
mode.
It is quite expensive because it parses values the same way as property values.
But it provides the convenience to extract values in the desired type.foundTableRow
in class NdfHandler
java.lang.Exception
NdfHandler.foundTableCell(NdfStructure, int, int, AsciiWord)
Copyright © 2013 EsprIT-Systems. All Rights Reserved.