class XMLPersTextContentTContext : public XMLPersAttrListTContext
{
OUString m_aCharacters;
public: // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. // Note that virtual methods cannot be used inside constructors. Use // StartElement instead if this is required.
XMLPersTextContentTContext( XMLTransformerBase& rTransformer, const OUString& rQName );
// A contexts destructor does anything that is required if an element // ends. By default, nothing is done. // Note that virtual methods cannot be used inside destructors. Use // EndElement instead if this is required. virtual ~XMLPersTextContentTContext() override;
// This method is called for all characters that are contained in the // current element. virtualvoid Characters( const OUString& rChars ) override;
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.