196de5490SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
396de5490SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
496de5490SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
596de5490SAndrew Rist  * distributed with this work for additional information
696de5490SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
796de5490SAndrew Rist  * to you under the Apache License, Version 2.0 (the
896de5490SAndrew Rist  * "License"); you may not use this file except in compliance
996de5490SAndrew Rist  * with the License.  You may obtain a copy of the License at
1096de5490SAndrew Rist  *
1196de5490SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
1296de5490SAndrew Rist  *
1396de5490SAndrew Rist  * Unless required by applicable law or agreed to in writing,
1496de5490SAndrew Rist  * software distributed under the License is distributed on an
1596de5490SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1696de5490SAndrew Rist  * KIND, either express or implied.  See the License for the
1796de5490SAndrew Rist  * specific language governing permissions and limitations
1896de5490SAndrew Rist  * under the License.
1996de5490SAndrew Rist  *
2096de5490SAndrew Rist  *************************************************************/
2196de5490SAndrew Rist 
2296de5490SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir // MARKER(update_precomp.py): autogen include statement, do not remove
25*b63233d8Sdamjan #include "precompiled_dbaxml.hxx"
26cdf0e10cSrcweir #ifndef DBA_XMLHIERARCHYCOLLECTION_HXX
27cdf0e10cSrcweir #include "xmlHierarchyCollection.hxx"
28cdf0e10cSrcweir #endif
29cdf0e10cSrcweir #ifndef DBA_XMLCOMPONENT_HXX
30cdf0e10cSrcweir #include "xmlComponent.hxx"
31cdf0e10cSrcweir #endif
32cdf0e10cSrcweir #ifndef DBA_XMLQUERY_HXX
33cdf0e10cSrcweir #include "xmlQuery.hxx"
34cdf0e10cSrcweir #endif
35cdf0e10cSrcweir #ifndef DBA_XMLCOLUMN_HXX
36cdf0e10cSrcweir #include "xmlColumn.hxx"
37cdf0e10cSrcweir #endif
38cdf0e10cSrcweir #ifndef DBA_XMLFILTER_HXX
39cdf0e10cSrcweir #include "xmlfilter.hxx"
40cdf0e10cSrcweir #endif
41cdf0e10cSrcweir #ifndef _XMLOFF_XMLTOKEN_HXX
42cdf0e10cSrcweir #include <xmloff/xmltoken.hxx>
43cdf0e10cSrcweir #endif
44cdf0e10cSrcweir #ifndef _XMLOFF_XMLNMSPE_HXX
45cdf0e10cSrcweir #include <xmloff/xmlnmspe.hxx>
46cdf0e10cSrcweir #endif
47cdf0e10cSrcweir #ifndef _XMLOFF_NMSPMAP_HXX
48cdf0e10cSrcweir #include <xmloff/nmspmap.hxx>
49cdf0e10cSrcweir #endif
50cdf0e10cSrcweir #ifndef DBA_XMLENUMS_HXX
51cdf0e10cSrcweir #include "xmlEnums.hxx"
52cdf0e10cSrcweir #endif
53cdf0e10cSrcweir #ifndef DBACCESS_SHARED_XMLSTRINGS_HRC
54cdf0e10cSrcweir #include "xmlstrings.hrc"
55cdf0e10cSrcweir #endif
56cdf0e10cSrcweir #ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
57cdf0e10cSrcweir #include <com/sun/star/beans/PropertyValue.hpp>
58cdf0e10cSrcweir #endif
59cdf0e10cSrcweir #ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
60cdf0e10cSrcweir #include <com/sun/star/container/XNameContainer.hpp>
61cdf0e10cSrcweir #endif
62cdf0e10cSrcweir #ifndef _TOOLS_DEBUG_HXX
63cdf0e10cSrcweir #include <tools/debug.hxx>
64cdf0e10cSrcweir #endif
65cdf0e10cSrcweir 
66cdf0e10cSrcweir 
67cdf0e10cSrcweir namespace dbaxml
68cdf0e10cSrcweir {
69cdf0e10cSrcweir 	using namespace ::com::sun::star::uno;
70cdf0e10cSrcweir 	using namespace ::com::sun::star::beans;
71cdf0e10cSrcweir 	using namespace ::com::sun::star::container;
72cdf0e10cSrcweir 	using namespace ::com::sun::star::xml::sax;
DBG_NAME(OXMLHierarchyCollection)73cdf0e10cSrcweir DBG_NAME(OXMLHierarchyCollection)
74cdf0e10cSrcweir 
75cdf0e10cSrcweir OXMLHierarchyCollection::OXMLHierarchyCollection( ODBFilter& rImport
76cdf0e10cSrcweir 				,sal_uInt16 nPrfx
77cdf0e10cSrcweir 				,const ::rtl::OUString& _sLocalName
78cdf0e10cSrcweir 				,const Reference< XAttributeList > & _xAttrList
79cdf0e10cSrcweir 				,const Reference< XNameAccess >& _xParentContainer
80cdf0e10cSrcweir 				,const ::rtl::OUString& _sCollectionServiceName
81cdf0e10cSrcweir 				,const ::rtl::OUString& _sComponentServiceName) :
82cdf0e10cSrcweir 	SvXMLImportContext( rImport, nPrfx, _sLocalName )
83cdf0e10cSrcweir 	,m_xParentContainer(_xParentContainer)
84cdf0e10cSrcweir 	,m_sCollectionServiceName(_sCollectionServiceName)
85cdf0e10cSrcweir 	,m_sComponentServiceName(_sComponentServiceName)
86cdf0e10cSrcweir {
87cdf0e10cSrcweir     DBG_CTOR(OXMLHierarchyCollection,NULL);
88cdf0e10cSrcweir 
89cdf0e10cSrcweir 	const SvXMLNamespaceMap& rMap = rImport.GetNamespaceMap();
90cdf0e10cSrcweir 	const SvXMLTokenMap& rTokenMap = rImport.GetComponentElemTokenMap();
91cdf0e10cSrcweir 
92cdf0e10cSrcweir 	sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0;
93cdf0e10cSrcweir 	for(sal_Int16 i = 0; i < nLength; ++i)
94cdf0e10cSrcweir 	{
95cdf0e10cSrcweir 		::rtl::OUString sLocalName;
96cdf0e10cSrcweir 		rtl::OUString sAttrName = _xAttrList->getNameByIndex( i );
97cdf0e10cSrcweir 		sal_uInt16 nPrefix = rMap.GetKeyByAttrName( sAttrName,&sLocalName );
98cdf0e10cSrcweir 		rtl::OUString sValue = _xAttrList->getValueByIndex( i );
99cdf0e10cSrcweir 
100cdf0e10cSrcweir 		switch( rTokenMap.Get( nPrefix, sLocalName ) )
101cdf0e10cSrcweir 		{
102cdf0e10cSrcweir 			case XML_TOK_COMPONENT_NAME:
103cdf0e10cSrcweir 				m_sName = sValue;
104cdf0e10cSrcweir 				break;
105cdf0e10cSrcweir 		}
106cdf0e10cSrcweir 	}
107cdf0e10cSrcweir 	if ( m_sName.getLength() && _xParentContainer.is() )
108cdf0e10cSrcweir 	{
109cdf0e10cSrcweir 		try
110cdf0e10cSrcweir 		{
111cdf0e10cSrcweir 			Sequence< Any > aArguments(2);
112cdf0e10cSrcweir 			PropertyValue aValue;
113cdf0e10cSrcweir 			// set as folder
114cdf0e10cSrcweir 			aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name"));
115cdf0e10cSrcweir 			aValue.Value <<= m_sName;
116cdf0e10cSrcweir 			aArguments[0] <<= aValue;
117cdf0e10cSrcweir 			//parent
118cdf0e10cSrcweir 			aValue.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Parent"));
119cdf0e10cSrcweir 			aValue.Value <<= _xParentContainer;
120cdf0e10cSrcweir 			aArguments[1] <<= aValue;
121cdf0e10cSrcweir 
122cdf0e10cSrcweir 			Reference<XMultiServiceFactory> xORB(_xParentContainer,UNO_QUERY);
123cdf0e10cSrcweir 			if ( xORB.is() )
124cdf0e10cSrcweir 			{
125cdf0e10cSrcweir 				m_xContainer.set(xORB->createInstanceWithArguments(_sCollectionServiceName,aArguments),UNO_QUERY);
126cdf0e10cSrcweir 				Reference<XNameContainer> xNameContainer(_xParentContainer,UNO_QUERY);
127cdf0e10cSrcweir 				if ( xNameContainer.is() && !xNameContainer->hasByName(m_sName) )
128cdf0e10cSrcweir 					xNameContainer->insertByName(m_sName,makeAny(m_xContainer));
129cdf0e10cSrcweir 			}
130cdf0e10cSrcweir 		}
131cdf0e10cSrcweir 		catch(Exception&)
132cdf0e10cSrcweir 		{
133cdf0e10cSrcweir 			OSL_ENSURE(0,"OXMLHierarchyCollection::OXMLHierarchyCollection -> exception catched");
134cdf0e10cSrcweir 		}
135cdf0e10cSrcweir 	}
136cdf0e10cSrcweir }
137cdf0e10cSrcweir // -----------------------------------------------------------------------------
OXMLHierarchyCollection(ODBFilter & rImport,sal_uInt16 nPrfx,const::rtl::OUString & _sLocalName,const Reference<XNameAccess> & _xContainer,const Reference<XPropertySet> & _xTable)138cdf0e10cSrcweir OXMLHierarchyCollection::OXMLHierarchyCollection( ODBFilter& rImport
139cdf0e10cSrcweir 				,sal_uInt16 nPrfx
140cdf0e10cSrcweir 				,const ::rtl::OUString& _sLocalName
141cdf0e10cSrcweir 				,const Reference< XNameAccess >& _xContainer
142cdf0e10cSrcweir                 ,const Reference< XPropertySet >& _xTable
143cdf0e10cSrcweir 			) :
144cdf0e10cSrcweir 	SvXMLImportContext( rImport, nPrfx, _sLocalName )
145cdf0e10cSrcweir 	,m_xContainer(_xContainer)
146cdf0e10cSrcweir     ,m_xTable(_xTable)
147cdf0e10cSrcweir {
148cdf0e10cSrcweir     DBG_CTOR(OXMLHierarchyCollection,NULL);
149cdf0e10cSrcweir }
150cdf0e10cSrcweir // -----------------------------------------------------------------------------
151cdf0e10cSrcweir 
~OXMLHierarchyCollection()152cdf0e10cSrcweir OXMLHierarchyCollection::~OXMLHierarchyCollection()
153cdf0e10cSrcweir {
154cdf0e10cSrcweir 
155cdf0e10cSrcweir     DBG_DTOR(OXMLHierarchyCollection,NULL);
156cdf0e10cSrcweir }
157cdf0e10cSrcweir // -----------------------------------------------------------------------------
CreateChildContext(sal_uInt16 nPrefix,const::rtl::OUString & rLocalName,const Reference<XAttributeList> & xAttrList)158cdf0e10cSrcweir SvXMLImportContext* OXMLHierarchyCollection::CreateChildContext(
159cdf0e10cSrcweir 		sal_uInt16 nPrefix,
160cdf0e10cSrcweir 		const ::rtl::OUString& rLocalName,
161cdf0e10cSrcweir 		const Reference< XAttributeList > & xAttrList )
162cdf0e10cSrcweir {
163cdf0e10cSrcweir 	SvXMLImportContext *pContext = 0;
164cdf0e10cSrcweir 	const SvXMLTokenMap&	rTokenMap	= GetOwnImport().GetDocumentsElemTokenMap();
165cdf0e10cSrcweir 
166cdf0e10cSrcweir 	switch( rTokenMap.Get( nPrefix, rLocalName ) )
167cdf0e10cSrcweir 	{
168cdf0e10cSrcweir //		case XML_TOK_QUERY:
169cdf0e10cSrcweir //			pContext = new OXMLQuery( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer );
170cdf0e10cSrcweir //			break;
171cdf0e10cSrcweir 		case XML_TOK_COMPONENT:
172cdf0e10cSrcweir 			GetOwnImport().GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );
173cdf0e10cSrcweir 			pContext = new OXMLComponent( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,m_sComponentServiceName );
174cdf0e10cSrcweir 			break;
175cdf0e10cSrcweir 		case XML_TOK_COLUMN:
176cdf0e10cSrcweir 			GetOwnImport().GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );
177cdf0e10cSrcweir 			pContext = new OXMLColumn( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,m_xTable);
178cdf0e10cSrcweir 			break;
179cdf0e10cSrcweir 		//	case XML_TOK_QUERY_COLLECTION:
180cdf0e10cSrcweir 		case XML_TOK_COMPONENT_COLLECTION:
181cdf0e10cSrcweir 			GetOwnImport().GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );
182cdf0e10cSrcweir 			pContext = new OXMLHierarchyCollection( GetOwnImport(), nPrefix, rLocalName,xAttrList,m_xContainer,m_sCollectionServiceName,m_sComponentServiceName);
183cdf0e10cSrcweir 			break;
184cdf0e10cSrcweir 	}
185cdf0e10cSrcweir 
186cdf0e10cSrcweir 	if( !pContext )
187cdf0e10cSrcweir 		pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName );
188cdf0e10cSrcweir 
189cdf0e10cSrcweir 	return pContext;
190cdf0e10cSrcweir }
191cdf0e10cSrcweir // -----------------------------------------------------------------------------
GetOwnImport()192cdf0e10cSrcweir ODBFilter& OXMLHierarchyCollection::GetOwnImport()
193cdf0e10cSrcweir {
194cdf0e10cSrcweir 	return static_cast<ODBFilter&>(GetImport());
195cdf0e10cSrcweir }
196cdf0e10cSrcweir // -----------------------------------------------------------------------------
197cdf0e10cSrcweir //----------------------------------------------------------------------------
198cdf0e10cSrcweir } // namespace dbaxml
199cdf0e10cSrcweir // -----------------------------------------------------------------------------
200