Should not have been trying to get the element name from the dictionary for some node types.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@944 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -4638,12 +4638,8 @@ RCODE F_NodeVerifier::checkForIndexes(
|
||||
|
||||
switch( m_nodeInfo.eNodeType)
|
||||
{
|
||||
case DOCUMENT_NODE:
|
||||
case ELEMENT_NODE:
|
||||
case DATA_NODE:
|
||||
case COMMENT_NODE:
|
||||
case CDATA_SECTION_NODE:
|
||||
case ANNOTATION_NODE:
|
||||
{
|
||||
if( RC_BAD( rc = pDict->getElement( pDb,
|
||||
m_nodeInfo.uiNameId, &defInfo)))
|
||||
|
||||
Reference in New Issue
Block a user