/** Add a RDFa statement; must have been parsed with ParseRDFa */ void AddRDFa(
css::uno::Reference< css::rdf::XMetadatable> const & i_xObject,
std::shared_ptr<ParsedRDFaAttributes> const & i_pRDFaAttributes);
/** Parse and add a RDFa statement; parameters are XML attribute values */ void ParseAndAddRDFa(
css::uno::Reference< css::rdf::XMetadatable> const & i_xObject,
OUString const & i_rAbout,
OUString const & i_rProperty,
OUString const & i_rContent,
OUString const & i_rDatatype);
/** Insert all added statements into the RDF repository. <p>Thisisdone<em>after</em>theinputfilehasbeenread, topreventcollisionbetweengeneratedidsandidsinthefile.</p>
*/ void InsertRDFa( css::uno::Reference< css::rdf::XRepositorySupplier > const & i_xModel);
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.