LibreOffice Module xmloff (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xmloff
source
xforms
XFormsBindContext.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSBINDCONTEXT_HXX
21
#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSBINDCONTEXT_HXX
22
23
#include "
TokenContext.hxx
"
24
#include <com/sun/star/uno/Reference.hxx>
25
26
namespace
com::sun::star
{
27
namespace
xml::sax {
class
XAttributeList; }
28
namespace
beans
{
class
XPropertySet
; }
29
namespace
xforms
{
class
XModel2; }
30
}
31
32
class
SvXMLImport
;
33
class
SvXMLImportContext
;
34
36
class
XFormsBindContext
:
public
TokenContext
37
{
38
const
css::uno::Reference<css::xforms::XModel2>
mxModel
;
39
css::uno::Reference<css::beans::XPropertySet>
mxBinding
;
40
41
public
:
42
XFormsBindContext
(
SvXMLImport
& rImport,
43
const
css::uno::Reference<css::xforms::XModel2>& xModel );
44
45
// implement SvXMLImportContext & TokenContext methods:
46
47
virtual
void
SAL_CALL
startFastElement
(
48
sal_Int32 nElement,
49
const
css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList )
override
;
50
51
protected
:
52
virtual
void
HandleAttribute
(
const
sax_fastparser::FastAttributeList::FastAttributeIter
& aIter )
override
;
53
54
virtual
SvXMLImportContext
*
HandleChild
(
55
sal_Int32 nElementToken,
56
const
css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList )
override
;
57
58
};
59
60
#endif
61
62
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
TokenContext.hxx
XFormsBindContext::XFormsBindContext
XFormsBindContext(SvXMLImport &rImport, const css::uno::Reference< css::xforms::XModel2 > &xModel)
Definition:
XFormsBindContext.cxx:50
com::sun::star
#file
XFormsBindContext
import the xforms:binding element
Definition:
XFormsBindContext.hxx:36
XFormsBindContext::mxModel
const css::uno::Reference< css::xforms::XModel2 > mxModel
Definition:
XFormsBindContext.hxx:38
XFormsBindContext::HandleAttribute
virtual void HandleAttribute(const sax_fastparser::FastAttributeList::FastAttributeIter &aIter) override
will be called for each attribute
Definition:
XFormsBindContext.cxx:62
TokenContext
handle attributes through an SvXMLTokenMap
Definition:
TokenContext.hxx:34
XFormsBindContext::HandleChild
virtual SvXMLImportContext * HandleChild(sal_Int32 nElementToken, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
will be called for each child element
Definition:
XFormsBindContext.cxx:117
sax_fastparser::FastAttributeList::FastAttributeIter
com::sun::star::beans::XPropertySet
class SAL_NO_VTABLE XPropertySet
xforms
SvXMLImportContext
This class deliberately does not support XWeak, to improve performance when loading large documents...
Definition:
xmlictxt.hxx:45
beans
exports com.sun.star. beans
XFormsBindContext::mxBinding
css::uno::Reference< css::beans::XPropertySet > mxBinding
Definition:
XFormsBindContext.hxx:39
XFormsBindContext::startFastElement
virtual void SAL_CALL startFastElement(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
call HandleAttribute for each attribute in the token map; create a warning for all others...
Definition:
XFormsBindContext.cxx:99
SvXMLImport
Definition:
xmlimp.hxx:177
Generated on Thu Jan 14 2021 06:30:53 for LibreOffice Module xmloff (master) by
1.8.10