Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  txOutputFormat.h   Sprache: C

 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */


#ifndef TRANSFRMX_OUTPUTFORMAT_H
#define TRANSFRMX_OUTPUTFORMAT_H

#include "txList.h"
#include "nsString.h"

enum txOutputMethod { eMethodNotSet, eXMLOutput, eHTMLOutput, eTextOutput };

enum txThreeState { eNotSet, eFalse, eTrue };

class txOutputFormat {
 public:
  txOutputFormat();
  ~txOutputFormat();

  // "Unset" all values
  void reset();

  // Merges in the values of aOutputFormat, members that already
  // have a value in this txOutputFormat will not be changed.
  void merge(txOutputFormat& aOutputFormat);

  // Sets members that have no value to their default value.
  void setFromDefaults();

  // The XSLT output method, which can be "xml", "html", or "text"
  txOutputMethod mMethod;

  // The xml version number that should be used when serializing
  // xml documents
  nsString mVersion;

  // The XML character encoding that should be used when serializing
  // xml documents
  nsString mEncoding;

  // Signals if we should output an XML declaration
  txThreeState mOmitXMLDeclaration;

  // Signals if we should output a standalone document declaration
  txThreeState mStandalone;

  // The public Id for creating a DOCTYPE
  nsString mPublicId;

  // The System Id for creating a DOCTYPE
  nsString mSystemId;

  // The elements whose text node children should be output as CDATA
  txList mCDATASectionElements;

  // Signals if output should be indented
  txThreeState mIndent;

  // The media type of the output
  nsCString mMediaType;
};

#endif

Messung V0.5
C=94 H=95 G=94

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge