packages feed

qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Core/QXmlStreamWriter.hs

{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Core.QXmlStreamWriter (
  QXmlStreamWriterValue (..),
  QXmlStreamWriterConstPtr (..),
  QXmlStreamWriterPtr (..),
  QXmlStreamWriterConst,
  QXmlStreamWriter,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithByteArray,
  newWithIODevice,
  newWithString,
  autoFormatting,
  autoFormattingIndent,
  codec,
  device,
  hasError,
  setAutoFormatting,
  setAutoFormattingIndent,
  setCodec,
  setCodecWithPtrChar,
  setDevice,
  writeAttribute,
  writeAttributeWithNamespaceUriAndNameAndValue,
  writeAttributeWithQualifiedNameAndValue,
  writeAttributes,
  writeCDATA,
  writeCharacters,
  writeComment,
  writeCurrentToken,
  writeDTD,
  writeDefaultNamespace,
  writeEmptyElement,
  writeEmptyElementWithNamespaceUriAndName,
  writeEndDocument,
  writeEndElement,
  writeEntityReference,
  writeNamespace,
  writeNamespaceWithNamespaceUriAndPrefix,
  writeProcessingInstruction,
  writeProcessingInstructionWithTargetAndData,
  writeStartDocument,
  writeStartDocumentWithVersion,
  writeStartDocumentWithVersionAndStandalone,
  writeStartElement,
  writeStartElementWithNamespaceUriAndName,
  writeTextElementWithNamespaceUriAndNameAndText,
  writeTextElementWithQualifiedNameAndText,
  ) where

import Graphics.UI.Qtah.Generated.Core.QXmlStreamWriter
import Prelude ()


castConst = toQXmlStreamWriterConst
cast = toQXmlStreamWriter
downCastConst = downToQXmlStreamWriterConst
downCast = downToQXmlStreamWriter