LibreOffice Module xmloff (master) 1
Public Member Functions | Public Attributes | List of all members
xmloff::ParsedRDFaAttributes Struct Reference

store parsed RDFa attributes More...

Public Member Functions

 ParsedRDFaAttributes (OUString i_sAbout, ::std::vector< OUString > &&i_rProperties, OUString i_sContent, OUString i_sDatatype)
 

Public Attributes

OUString m_About
 
::std::vector< OUString > m_Properties
 
OUString m_Content
 
OUString m_Datatype
 

Detailed Description

store parsed RDFa attributes

Definition at line 111 of file RDFaImportHelper.cxx.

Constructor & Destructor Documentation

◆ ParsedRDFaAttributes()

xmloff::ParsedRDFaAttributes::ParsedRDFaAttributes ( OUString  i_sAbout,
::std::vector< OUString > &&  i_rProperties,
OUString  i_sContent,
OUString  i_sDatatype 
)
inline

Definition at line 118 of file RDFaImportHelper.cxx.

Member Data Documentation

◆ m_About

OUString xmloff::ParsedRDFaAttributes::m_About

Definition at line 113 of file RDFaImportHelper.cxx.

◆ m_Content

OUString xmloff::ParsedRDFaAttributes::m_Content

Definition at line 115 of file RDFaImportHelper.cxx.

◆ m_Datatype

OUString xmloff::ParsedRDFaAttributes::m_Datatype

Definition at line 116 of file RDFaImportHelper.cxx.

◆ m_Properties

::std::vector< OUString > xmloff::ParsedRDFaAttributes::m_Properties

Definition at line 114 of file RDFaImportHelper.cxx.


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