LibreOffice Module xmloff (master) 1
|
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 |
store parsed RDFa attributes
Definition at line 111 of file RDFaImportHelper.cxx.
|
inline |
Definition at line 118 of file RDFaImportHelper.cxx.
OUString xmloff::ParsedRDFaAttributes::m_About |
Definition at line 113 of file RDFaImportHelper.cxx.
OUString xmloff::ParsedRDFaAttributes::m_Content |
Definition at line 115 of file RDFaImportHelper.cxx.
OUString xmloff::ParsedRDFaAttributes::m_Datatype |
Definition at line 116 of file RDFaImportHelper.cxx.
::std::vector< OUString > xmloff::ParsedRDFaAttributes::m_Properties |
Definition at line 114 of file RDFaImportHelper.cxx.