namespace com::sun::star { namespace io { class XInputStream; } namespace xml::sax { class XFastDocumentHandler; } namespace xml::sax { class XFastTokenHandler; } namespace xml::sax { struct InputSource; }
}
namespace oox { struct NamespaceMap; class StorageBase;
}
namespace sax_fastparser { class FastSaxParser;
}
namespace oox::core {
/** Wrapper for a fast SAX parser that works on automatically generated OOXML tokenandnamespaceidentifiers.
*/ class OOX_DLLPUBLIC FastParser
{ public: /// @throws css::uno::RuntimeException explicit FastParser();
/** Parses a stream from the passed storage with the specified name. @parambCloseStreamTrue=closesthestreamafterparsing. @throwscss::xml::sax::SAXException @throwscss::io::IOException @throwscss::uno::RuntimeException
*/ void parseStream( StorageBase& rStorage, const OUString& rStreamName );
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.