Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/xslt/xslt/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 760 B image not shown  

Quelle  txIEXSLTFunctions.idl   Sprache: unbekannt

 
/* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "nsISupports.idl"

webidl Document;
webidl DocumentFragment;

[scriptable, uuid(21b1cfa4-00ce-4cc1-bfc1-92af1d00e580)]
interface txIEXSLTFunctions : nsISupports {
  DocumentFragment match(in AString str, in AString regex,
                         in AString flags, in Document doc);

  AString replace(in AString str, in AString regex, in AString flags,
                  in AString replace);

  boolean test(in AString str, in AString regex, in AString flags);
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]