class XMLDocumentTransformerContext : public XMLTransformerContext
{ 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.
XMLDocumentTransformerContext(XMLTransformerBase& rTransformer, const OUString& rQName);
// StartElement is called after a context has been constructed and // before an elements context is parsed. It may be used for actions that // require virtual methods. The default is to do nothing. virtualvoid
StartElement(const css::uno::Reference<css::xml::sax::XAttributeList>& xAttrList) 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.