txtfldi.cxx (3b32dd21) txtfldi.cxx (7cba280f)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3668 unchanged lines hidden (view full) ---

3677 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aAuthorBuffer);
3678 }
3679 else if( IsXMLToken( rLocalName, XML_DATE ) )
3680 {
3681 pContext =
3682 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aDateBuffer);
3683 }
3684 }
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3668 unchanged lines hidden (view full) ---

3677 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aAuthorBuffer);
3678 }
3679 else if( IsXMLToken( rLocalName, XML_DATE ) )
3680 {
3681 pContext =
3682 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aDateBuffer);
3683 }
3684 }
3685 else if ( XML_NAMESPACE_TEXT == nPrefix )
3685 else if ( XML_NAMESPACE_TEXT == nPrefix
3686 || XML_NAMESPACE_TEXT_EXT == nPrefix )
3686 {
3687 if( IsXMLToken( rLocalName, XML_SENDER_INITIALS ) )
3688 {
3689 pContext =
3690 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aInitialsBuffer);
3691 }
3692 }
3693

--- 511 unchanged lines hidden ---
3687 {
3688 if( IsXMLToken( rLocalName, XML_SENDER_INITIALS ) )
3689 {
3690 pContext =
3691 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aInitialsBuffer);
3692 }
3693 }
3694

--- 511 unchanged lines hidden ---