/** helper method to statically create a property handler; this will not *usethehandlercache.Thismethodshouldonlybecalledinspecial *circumstances;callingGetPropertyHandlerisalmostalways
* preferable. */ static std::unique_ptr<XMLPropertyHandler> CreatePropertyHandler(sal_Int32 nType);
protected: /** Retrieves a PropertyHandler from the internal cache */ const XMLPropertyHandler* GetHdlCache(sal_Int32 nType) const; /** Puts a PropertyHandler into the internal cache */ void PutHdlCache(sal_Int32 nType, const XMLPropertyHandler* pHdl) const;
private: /** Retrieves ( creates if necessary ) PropertyHandler for
basic XML-types */
SAL_DLLPRIVATE const XMLPropertyHandler* GetBasicHandler(sal_Int32 nType) 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.