namespace com::sun::star { namespace xml::dom { class XDocument; } namespace xforms { class XModel2; }
}
class SvXMLImport;
/** import the xforms:instance element */ class XFormsInstanceContext : public TokenContext
{
css::uno::Reference<css::xforms::XModel2> mxModel;
css::uno::Reference<css::xml::dom::XDocument> mxInstance;
OUString msId;
OUString msURL;
// implement SvXMLImportContext & TokenContext methods: // We override CreateChildContext, because we want to read // arbitrary DOM elements. For the attributes, we use the // TokenContext mechanism.
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.