class OOX_DLLPUBLIC ContextHandler : public ContextHandler_BASE
{ public: explicit ContextHandler( const ContextHandler& rParent ); virtual ~ContextHandler() override;
/** Returns the filter instance. */
XmlFilterBase& getFilter() const; /** Returns the relations of the current fragment. */ const Relations& getRelations() const; /** Returns the full path of the current fragment. */ const OUString& getFragmentPath() const;
/** Returns the full fragment path for the target of the passed relation. */
OUString getFragmentPathFromRelation( const Relation& rRelation ) const; /** Returns the full fragment path for the passed relation identifier. */
OUString getFragmentPathFromRelId( const OUString& rRelId ) const; /** Returns the full fragment path for the first relation of the passed type. */
OUString getFragmentPathFromFirstType( std::u16string_view rType ) const;
OUString getFragmentPathFromFirstTypeFromOfficeDoc( std::u16string_view rType ) const;
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.