LibreOffice Module xmlsecurity (master) 1
Public Member Functions | Private Types | Private Attributes | List of all members
OOXMLSecParser::DsSignaturePropertyContext Class Reference
Inheritance diagram for OOXMLSecParser::DsSignaturePropertyContext:
[legend]
Collaboration diagram for OOXMLSecParser::DsSignaturePropertyContext:
[legend]

Public Member Functions

 DsSignaturePropertyContext (OOXMLSecParser &rParser, std::optional< SvXMLNamespaceMap > &&pOldNamespaceMap, bool const isReferenced)
 
virtual void StartElement (css::uno::Reference< css::xml::sax::XAttributeList > const &xAttrs) override
 
virtual void EndElement () override
 
virtual std::unique_ptr< ContextCreateChildContext (std::optional< SvXMLNamespaceMap > &&pOldNamespaceMap, sal_uInt16 const nNamespace, OUString const &rName) override
 
- Public Member Functions inherited from OOXMLSecParser::ReferencedContextImpl
 ReferencedContextImpl (OOXMLSecParser &rParser, std::optional< SvXMLNamespaceMap > &&pOldNamespaceMap, bool const isReferenced)
 
OUString CheckIdAttrReferenced (css::uno::Reference< css::xml::sax::XAttributeList > const &xAttrs)
 
- Public Member Functions inherited from OOXMLSecParser::Context
 Context (OOXMLSecParser &rParser, std::optional< SvXMLNamespaceMap > &&pOldNamespaceMap)
 
virtual ~Context ()=default
 
virtual void StartElement (css::uno::Reference< css::xml::sax::XAttributeList > const &)
 
virtual void EndElement ()
 
virtual std::unique_ptr< ContextCreateChildContext (std::optional< SvXMLNamespaceMap > &&pOldNamespaceMap, sal_uInt16 const, OUString const &)
 
virtual void Characters (OUString const &)
 

Private Types

enum class  SignatureProperty {
  Unknown ,
  Date ,
  Info
}
 

Private Attributes

SignatureProperty m_Property = SignatureProperty::Unknown
 
OUString m_Id
 
OUString m_Value
 

Additional Inherited Members

- Protected Attributes inherited from OOXMLSecParser::ReferencedContextImpl
bool m_isReferenced
 
- Protected Attributes inherited from OOXMLSecParser::Context
OOXMLSecParserm_rParser
 

Detailed Description

Definition at line 960 of file ooxmlsecparser.cxx.

Member Enumeration Documentation

◆ SignatureProperty

Enumerator
Unknown 
Date 
Info 

Definition at line 964 of file ooxmlsecparser.cxx.

Constructor & Destructor Documentation

◆ DsSignaturePropertyContext()

OOXMLSecParser::DsSignaturePropertyContext::DsSignaturePropertyContext ( OOXMLSecParser rParser,
std::optional< SvXMLNamespaceMap > &&  pOldNamespaceMap,
bool const  isReferenced 
)
inline

Definition at line 970 of file ooxmlsecparser.cxx.

Member Function Documentation

◆ CreateChildContext()

virtual std::unique_ptr< Context > OOXMLSecParser::DsSignaturePropertyContext::CreateChildContext ( std::optional< SvXMLNamespaceMap > &&  pOldNamespaceMap,
sal_uInt16 const  nNamespace,
OUString const &  rName 
)
inlineoverridevirtual

◆ EndElement()

virtual void OOXMLSecParser::DsSignaturePropertyContext::EndElement ( )
inlineoverridevirtual

◆ StartElement()

virtual void OOXMLSecParser::DsSignaturePropertyContext::StartElement ( css::uno::Reference< css::xml::sax::XAttributeList > const &  xAttrs)
inlineoverridevirtual

Member Data Documentation

◆ m_Id

OUString OOXMLSecParser::DsSignaturePropertyContext::m_Id
private

Definition at line 966 of file ooxmlsecparser.cxx.

Referenced by EndElement(), and StartElement().

◆ m_Property

SignatureProperty OOXMLSecParser::DsSignaturePropertyContext::m_Property = SignatureProperty::Unknown
private

Definition at line 965 of file ooxmlsecparser.cxx.

Referenced by CreateChildContext(), and EndElement().

◆ m_Value

OUString OOXMLSecParser::DsSignaturePropertyContext::m_Value
private

Definition at line 967 of file ooxmlsecparser.cxx.

Referenced by CreateChildContext(), and EndElement().


The documentation for this class was generated from the following file: