packages feed

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

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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Core.QXmlStreamReader (
  QXmlStreamReaderValue (..),
  QXmlStreamReaderConstPtr (..),
  QXmlStreamReaderPtr (..),
  QXmlStreamReaderConst,
  QXmlStreamReader,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithByteArray,
  newWithIODevice,
  newWithPtrChar,
  newWithString,
  addDataWithByteArray,
  addDataWithPtrChar,
  addDataWithString,
  addExtraNamespaceDeclaration,
  addExtraNamespaceDeclarations,
  atEnd,
  attributes,
  characterOffset,
  clear,
  columnNumber,
  device,
  entityDeclarations,
  entityResolver,
  error,
  errorString,
  hasError,
  isCDATA,
  isCharacters,
  isComment,
  isDTD,
  isEndDocument,
  isEndElement,
  isEntityReference,
  isProcessingInstruction,
  isStandaloneDocument,
  isStartDocument,
  isStartElement,
  isWhitespace,
  lineNumber,
  namespaceDeclarations,
  namespaceProcessing,
  notationDeclarations,
  raiseError,
  raiseErrorWithMessage,
  readElementText,
  readElementTextWithBehaviour,
  readNext,
  readNextStartElement,
  setDevice,
  setEntityResolver,
  setNamespaceProcessing,
  skipCurrentElement,
  tokenString,
  tokenType,
  QXmlStreamReaderError (..),
  QXmlStreamReaderReadElementTextBehaviour (..),
  QXmlStreamReaderTokenType (..),
  ) where

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


castConst = toQXmlStreamReaderConst
cast = toQXmlStreamReader
downCastConst = downToQXmlStreamReaderConst
downCast = downToQXmlStreamReader