Documentation ¶
Index ¶
- Constants
- func PointerFromQAbstractMessageHandler(ptr QAbstractMessageHandler_ITF) unsafe.Pointer
- func PointerFromQAbstractUriResolver(ptr QAbstractUriResolver_ITF) unsafe.Pointer
- func PointerFromQAbstractXmlNodeModel(ptr QAbstractXmlNodeModel_ITF) unsafe.Pointer
- func PointerFromQAbstractXmlReceiver(ptr QAbstractXmlReceiver_ITF) unsafe.Pointer
- func PointerFromQSimpleXmlNodeModel(ptr QSimpleXmlNodeModel_ITF) unsafe.Pointer
- func PointerFromQSourceLocation(ptr QSourceLocation_ITF) unsafe.Pointer
- func PointerFromQXmlFormatter(ptr QXmlFormatter_ITF) unsafe.Pointer
- func PointerFromQXmlItem(ptr QXmlItem_ITF) unsafe.Pointer
- func PointerFromQXmlName(ptr QXmlName_ITF) unsafe.Pointer
- func PointerFromQXmlNamePool(ptr QXmlNamePool_ITF) unsafe.Pointer
- func PointerFromQXmlNodeModelIndex(ptr QXmlNodeModelIndex_ITF) unsafe.Pointer
- func PointerFromQXmlQuery(ptr QXmlQuery_ITF) unsafe.Pointer
- func PointerFromQXmlResultItems(ptr QXmlResultItems_ITF) unsafe.Pointer
- func PointerFromQXmlSchema(ptr QXmlSchema_ITF) unsafe.Pointer
- func PointerFromQXmlSchemaValidator(ptr QXmlSchemaValidator_ITF) unsafe.Pointer
- func PointerFromQXmlSerializer(ptr QXmlSerializer_ITF) unsafe.Pointer
- func QXmlName_IsNCName(candidate string) bool
- type QAbstractMessageHandler
- type QAbstractMessageHandler_ITF
- type QAbstractUriResolver
- type QAbstractUriResolver_ITF
- type QAbstractXmlNodeModel
- func (ptr *QAbstractXmlNodeModel) BaseUri(n QXmlNodeModelIndex_ITF) *core.QUrl
- func (ptr *QAbstractXmlNodeModel) CompareOrder(ni1 QXmlNodeModelIndex_ITF, ni2 QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__DocumentOrder
- func (ptr *QAbstractXmlNodeModel) DestroyQAbstractXmlNodeModel()
- func (ptr *QAbstractXmlNodeModel) DocumentUri(n QXmlNodeModelIndex_ITF) *core.QUrl
- func (ptr *QAbstractXmlNodeModel) Kind(ni QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__NodeKind
- func (ptr *QAbstractXmlNodeModel) ObjectNameAbs() string
- func (ptr *QAbstractXmlNodeModel) QAbstractXmlNodeModel_PTR() *QAbstractXmlNodeModel
- func (ptr *QAbstractXmlNodeModel) SetObjectNameAbs(name string)
- func (ptr *QAbstractXmlNodeModel) StringValue(n QXmlNodeModelIndex_ITF) string
- func (ptr *QAbstractXmlNodeModel) TypedValue(node QXmlNodeModelIndex_ITF) *core.QVariant
- type QAbstractXmlNodeModel_ITF
- type QAbstractXmlNodeModel__SimpleAxis
- type QAbstractXmlReceiver
- func (ptr *QAbstractXmlReceiver) Attribute(name QXmlName_ITF, value core.QStringRef_ITF)
- func (ptr *QAbstractXmlReceiver) Characters(value core.QStringRef_ITF)
- func (ptr *QAbstractXmlReceiver) Comment(value string)
- func (ptr *QAbstractXmlReceiver) DestroyQAbstractXmlReceiver()
- func (ptr *QAbstractXmlReceiver) EndDocument()
- func (ptr *QAbstractXmlReceiver) EndElement()
- func (ptr *QAbstractXmlReceiver) EndOfSequence()
- func (ptr *QAbstractXmlReceiver) NamespaceBinding(name QXmlName_ITF)
- func (ptr *QAbstractXmlReceiver) ObjectNameAbs() string
- func (p *QAbstractXmlReceiver) Pointer() unsafe.Pointer
- func (ptr *QAbstractXmlReceiver) ProcessingInstruction(target QXmlName_ITF, value string)
- func (ptr *QAbstractXmlReceiver) QAbstractXmlReceiver_PTR() *QAbstractXmlReceiver
- func (ptr *QAbstractXmlReceiver) SetObjectNameAbs(name string)
- func (p *QAbstractXmlReceiver) SetPointer(ptr unsafe.Pointer)
- func (ptr *QAbstractXmlReceiver) StartDocument()
- func (ptr *QAbstractXmlReceiver) StartElement(name QXmlName_ITF)
- func (ptr *QAbstractXmlReceiver) StartOfSequence()
- type QAbstractXmlReceiver_ITF
- type QSimpleXmlNodeModel
- func (ptr *QSimpleXmlNodeModel) BaseUri(node QXmlNodeModelIndex_ITF) *core.QUrl
- func (ptr *QSimpleXmlNodeModel) DestroyQSimpleXmlNodeModel()
- func (ptr *QSimpleXmlNodeModel) ObjectNameAbs() string
- func (ptr *QSimpleXmlNodeModel) QSimpleXmlNodeModel_PTR() *QSimpleXmlNodeModel
- func (ptr *QSimpleXmlNodeModel) SetObjectNameAbs(name string)
- func (ptr *QSimpleXmlNodeModel) StringValue(node QXmlNodeModelIndex_ITF) string
- type QSimpleXmlNodeModel_ITF
- type QSourceLocation
- func (ptr *QSourceLocation) Column() int64
- func (ptr *QSourceLocation) DestroyQSourceLocation()
- func (ptr *QSourceLocation) IsNull() bool
- func (ptr *QSourceLocation) Line() int64
- func (p *QSourceLocation) Pointer() unsafe.Pointer
- func (ptr *QSourceLocation) QSourceLocation_PTR() *QSourceLocation
- func (ptr *QSourceLocation) SetColumn(newColumn int64)
- func (ptr *QSourceLocation) SetLine(newLine int64)
- func (p *QSourceLocation) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSourceLocation) SetUri(newUri core.QUrl_ITF)
- func (ptr *QSourceLocation) Uri() *core.QUrl
- type QSourceLocation_ITF
- type QXmlFormatter
- func (ptr *QXmlFormatter) ConnectCharacters(f func(value *core.QStringRef))
- func (ptr *QXmlFormatter) ConnectComment(f func(value string))
- func (ptr *QXmlFormatter) ConnectEndDocument(f func())
- func (ptr *QXmlFormatter) ConnectEndElement(f func())
- func (ptr *QXmlFormatter) ConnectEndOfSequence(f func())
- func (ptr *QXmlFormatter) ConnectStartDocument(f func())
- func (ptr *QXmlFormatter) ConnectStartOfSequence(f func())
- func (ptr *QXmlFormatter) DisconnectCharacters()
- func (ptr *QXmlFormatter) DisconnectComment()
- func (ptr *QXmlFormatter) DisconnectEndDocument()
- func (ptr *QXmlFormatter) DisconnectEndElement()
- func (ptr *QXmlFormatter) DisconnectEndOfSequence()
- func (ptr *QXmlFormatter) DisconnectStartDocument()
- func (ptr *QXmlFormatter) DisconnectStartOfSequence()
- func (ptr *QXmlFormatter) IndentationDepth() int
- func (ptr *QXmlFormatter) ObjectNameAbs() string
- func (ptr *QXmlFormatter) QXmlFormatter_PTR() *QXmlFormatter
- func (ptr *QXmlFormatter) SetIndentationDepth(depth int)
- func (ptr *QXmlFormatter) SetObjectNameAbs(name string)
- type QXmlFormatter_ITF
- type QXmlItem
- type QXmlItem_ITF
- type QXmlName
- func (ptr *QXmlName) IsNull() bool
- func (ptr *QXmlName) LocalName(namePool QXmlNamePool_ITF) string
- func (ptr *QXmlName) NamespaceUri(namePool QXmlNamePool_ITF) string
- func (p *QXmlName) Pointer() unsafe.Pointer
- func (ptr *QXmlName) Prefix(namePool QXmlNamePool_ITF) string
- func (ptr *QXmlName) QXmlName_PTR() *QXmlName
- func (p *QXmlName) SetPointer(ptr unsafe.Pointer)
- func (ptr *QXmlName) ToClarkName(namePool QXmlNamePool_ITF) string
- type QXmlNamePool
- type QXmlNamePool_ITF
- type QXmlName_ITF
- type QXmlNodeModelIndex
- func (ptr *QXmlNodeModelIndex) AdditionalData() int64
- func (ptr *QXmlNodeModelIndex) Data() int64
- func (ptr *QXmlNodeModelIndex) InternalPointer() unsafe.Pointer
- func (ptr *QXmlNodeModelIndex) IsNull() bool
- func (ptr *QXmlNodeModelIndex) Model() *QAbstractXmlNodeModel
- func (p *QXmlNodeModelIndex) Pointer() unsafe.Pointer
- func (ptr *QXmlNodeModelIndex) QXmlNodeModelIndex_PTR() *QXmlNodeModelIndex
- func (p *QXmlNodeModelIndex) SetPointer(ptr unsafe.Pointer)
- type QXmlNodeModelIndex_ITF
- type QXmlNodeModelIndex__DocumentOrder
- type QXmlNodeModelIndex__NodeKind
- type QXmlQuery
- func (ptr *QXmlQuery) BindVariable(name QXmlName_ITF, value QXmlItem_ITF)
- func (ptr *QXmlQuery) BindVariable2(name QXmlName_ITF, device core.QIODevice_ITF)
- func (ptr *QXmlQuery) BindVariable3(name QXmlName_ITF, query QXmlQuery_ITF)
- func (ptr *QXmlQuery) BindVariable4(localName string, value QXmlItem_ITF)
- func (ptr *QXmlQuery) BindVariable5(localName string, device core.QIODevice_ITF)
- func (ptr *QXmlQuery) BindVariable6(localName string, query QXmlQuery_ITF)
- func (ptr *QXmlQuery) DestroyQXmlQuery()
- func (ptr *QXmlQuery) IsValid() bool
- func (ptr *QXmlQuery) MessageHandler() *QAbstractMessageHandler
- func (ptr *QXmlQuery) NetworkAccessManager() *network.QNetworkAccessManager
- func (p *QXmlQuery) Pointer() unsafe.Pointer
- func (ptr *QXmlQuery) QXmlQuery_PTR() *QXmlQuery
- func (ptr *QXmlQuery) QueryLanguage() QXmlQuery__QueryLanguage
- func (ptr *QXmlQuery) SetFocus(item QXmlItem_ITF)
- func (ptr *QXmlQuery) SetFocus2(documentURI core.QUrl_ITF) bool
- func (ptr *QXmlQuery) SetFocus3(document core.QIODevice_ITF) bool
- func (ptr *QXmlQuery) SetFocus4(focus string) bool
- func (ptr *QXmlQuery) SetInitialTemplateName(name QXmlName_ITF)
- func (ptr *QXmlQuery) SetInitialTemplateName2(localName string)
- func (ptr *QXmlQuery) SetMessageHandler(aMessageHandler QAbstractMessageHandler_ITF)
- func (ptr *QXmlQuery) SetNetworkAccessManager(newManager network.QNetworkAccessManager_ITF)
- func (p *QXmlQuery) SetPointer(ptr unsafe.Pointer)
- func (ptr *QXmlQuery) SetQuery(sourceCode core.QIODevice_ITF, documentURI core.QUrl_ITF)
- func (ptr *QXmlQuery) SetQuery2(queryURI core.QUrl_ITF, baseURI core.QUrl_ITF)
- func (ptr *QXmlQuery) SetQuery3(sourceCode string, documentURI core.QUrl_ITF)
- func (ptr *QXmlQuery) SetUriResolver(resolver QAbstractUriResolver_ITF)
- func (ptr *QXmlQuery) UriResolver() *QAbstractUriResolver
- type QXmlQuery_ITF
- type QXmlQuery__QueryLanguage
- type QXmlResultItems
- func (ptr *QXmlResultItems) DestroyQXmlResultItems()
- func (ptr *QXmlResultItems) HasError() bool
- func (ptr *QXmlResultItems) ObjectNameAbs() string
- func (p *QXmlResultItems) Pointer() unsafe.Pointer
- func (ptr *QXmlResultItems) QXmlResultItems_PTR() *QXmlResultItems
- func (ptr *QXmlResultItems) SetObjectNameAbs(name string)
- func (p *QXmlResultItems) SetPointer(ptr unsafe.Pointer)
- type QXmlResultItems_ITF
- type QXmlSchema
- func (ptr *QXmlSchema) DestroyQXmlSchema()
- func (ptr *QXmlSchema) DocumentUri() *core.QUrl
- func (ptr *QXmlSchema) IsValid() bool
- func (ptr *QXmlSchema) Load(source core.QUrl_ITF) bool
- func (ptr *QXmlSchema) Load2(source core.QIODevice_ITF, documentUri core.QUrl_ITF) bool
- func (ptr *QXmlSchema) Load3(data core.QByteArray_ITF, documentUri core.QUrl_ITF) bool
- func (ptr *QXmlSchema) MessageHandler() *QAbstractMessageHandler
- func (ptr *QXmlSchema) NetworkAccessManager() *network.QNetworkAccessManager
- func (p *QXmlSchema) Pointer() unsafe.Pointer
- func (ptr *QXmlSchema) QXmlSchema_PTR() *QXmlSchema
- func (ptr *QXmlSchema) SetMessageHandler(handler QAbstractMessageHandler_ITF)
- func (ptr *QXmlSchema) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF)
- func (p *QXmlSchema) SetPointer(ptr unsafe.Pointer)
- func (ptr *QXmlSchema) SetUriResolver(resolver QAbstractUriResolver_ITF)
- func (ptr *QXmlSchema) UriResolver() *QAbstractUriResolver
- type QXmlSchemaValidator
- func (ptr *QXmlSchemaValidator) DestroyQXmlSchemaValidator()
- func (ptr *QXmlSchemaValidator) MessageHandler() *QAbstractMessageHandler
- func (ptr *QXmlSchemaValidator) NetworkAccessManager() *network.QNetworkAccessManager
- func (p *QXmlSchemaValidator) Pointer() unsafe.Pointer
- func (ptr *QXmlSchemaValidator) QXmlSchemaValidator_PTR() *QXmlSchemaValidator
- func (ptr *QXmlSchemaValidator) SetMessageHandler(handler QAbstractMessageHandler_ITF)
- func (ptr *QXmlSchemaValidator) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF)
- func (p *QXmlSchemaValidator) SetPointer(ptr unsafe.Pointer)
- func (ptr *QXmlSchemaValidator) SetSchema(schema QXmlSchema_ITF)
- func (ptr *QXmlSchemaValidator) SetUriResolver(resolver QAbstractUriResolver_ITF)
- func (ptr *QXmlSchemaValidator) UriResolver() *QAbstractUriResolver
- func (ptr *QXmlSchemaValidator) Validate(source core.QUrl_ITF) bool
- func (ptr *QXmlSchemaValidator) Validate2(source core.QIODevice_ITF, documentUri core.QUrl_ITF) bool
- func (ptr *QXmlSchemaValidator) Validate3(data core.QByteArray_ITF, documentUri core.QUrl_ITF) bool
- type QXmlSchemaValidator_ITF
- type QXmlSchema_ITF
- type QXmlSerializer
- func (ptr *QXmlSerializer) Codec() *core.QTextCodec
- func (ptr *QXmlSerializer) ConnectCharacters(f func(value *core.QStringRef))
- func (ptr *QXmlSerializer) ConnectComment(f func(value string))
- func (ptr *QXmlSerializer) ConnectEndDocument(f func())
- func (ptr *QXmlSerializer) ConnectEndElement(f func())
- func (ptr *QXmlSerializer) ConnectEndOfSequence(f func())
- func (ptr *QXmlSerializer) ConnectStartDocument(f func())
- func (ptr *QXmlSerializer) ConnectStartOfSequence(f func())
- func (ptr *QXmlSerializer) DisconnectCharacters()
- func (ptr *QXmlSerializer) DisconnectComment()
- func (ptr *QXmlSerializer) DisconnectEndDocument()
- func (ptr *QXmlSerializer) DisconnectEndElement()
- func (ptr *QXmlSerializer) DisconnectEndOfSequence()
- func (ptr *QXmlSerializer) DisconnectStartDocument()
- func (ptr *QXmlSerializer) DisconnectStartOfSequence()
- func (ptr *QXmlSerializer) ObjectNameAbs() string
- func (ptr *QXmlSerializer) OutputDevice() *core.QIODevice
- func (ptr *QXmlSerializer) QXmlSerializer_PTR() *QXmlSerializer
- func (ptr *QXmlSerializer) SetCodec(outputCodec core.QTextCodec_ITF)
- func (ptr *QXmlSerializer) SetObjectNameAbs(name string)
- type QXmlSerializer_ITF
Constants ¶
View Source
const ( QAbstractXmlNodeModel__Parent = QAbstractXmlNodeModel__SimpleAxis(0) QAbstractXmlNodeModel__FirstChild = QAbstractXmlNodeModel__SimpleAxis(1) QAbstractXmlNodeModel__PreviousSibling = QAbstractXmlNodeModel__SimpleAxis(2) QAbstractXmlNodeModel__NextSibling = QAbstractXmlNodeModel__SimpleAxis(3) )
View Source
const ( QXmlNodeModelIndex__Precedes = QXmlNodeModelIndex__DocumentOrder(-1) QXmlNodeModelIndex__Is = QXmlNodeModelIndex__DocumentOrder(0) QXmlNodeModelIndex__Follows = QXmlNodeModelIndex__DocumentOrder(1) )
View Source
const ( QXmlNodeModelIndex__Attribute = QXmlNodeModelIndex__NodeKind(1) QXmlNodeModelIndex__Comment = QXmlNodeModelIndex__NodeKind(2) QXmlNodeModelIndex__Document = QXmlNodeModelIndex__NodeKind(4) QXmlNodeModelIndex__Element = QXmlNodeModelIndex__NodeKind(8) QXmlNodeModelIndex__Namespace = QXmlNodeModelIndex__NodeKind(16) QXmlNodeModelIndex__ProcessingInstruction = QXmlNodeModelIndex__NodeKind(32) QXmlNodeModelIndex__Text = QXmlNodeModelIndex__NodeKind(64) )
View Source
const ( QXmlQuery__XQuery10 = QXmlQuery__QueryLanguage(1) QXmlQuery__XSLT20 = QXmlQuery__QueryLanguage(2) QXmlQuery__XmlSchema11IdentityConstraintSelector = QXmlQuery__QueryLanguage(1024) QXmlQuery__XmlSchema11IdentityConstraintField = QXmlQuery__QueryLanguage(2048) QXmlQuery__XPath20 = QXmlQuery__QueryLanguage(4096) )
Variables ¶
This section is empty.
Functions ¶
func PointerFromQAbstractMessageHandler ¶
func PointerFromQAbstractMessageHandler(ptr QAbstractMessageHandler_ITF) unsafe.Pointer
func PointerFromQAbstractUriResolver ¶
func PointerFromQAbstractUriResolver(ptr QAbstractUriResolver_ITF) unsafe.Pointer
func PointerFromQAbstractXmlNodeModel ¶
func PointerFromQAbstractXmlNodeModel(ptr QAbstractXmlNodeModel_ITF) unsafe.Pointer
func PointerFromQAbstractXmlReceiver ¶
func PointerFromQAbstractXmlReceiver(ptr QAbstractXmlReceiver_ITF) unsafe.Pointer
func PointerFromQSimpleXmlNodeModel ¶
func PointerFromQSimpleXmlNodeModel(ptr QSimpleXmlNodeModel_ITF) unsafe.Pointer
func PointerFromQSourceLocation ¶
func PointerFromQSourceLocation(ptr QSourceLocation_ITF) unsafe.Pointer
func PointerFromQXmlFormatter ¶
func PointerFromQXmlFormatter(ptr QXmlFormatter_ITF) unsafe.Pointer
func PointerFromQXmlItem ¶
func PointerFromQXmlItem(ptr QXmlItem_ITF) unsafe.Pointer
func PointerFromQXmlName ¶
func PointerFromQXmlName(ptr QXmlName_ITF) unsafe.Pointer
func PointerFromQXmlNamePool ¶
func PointerFromQXmlNamePool(ptr QXmlNamePool_ITF) unsafe.Pointer
func PointerFromQXmlNodeModelIndex ¶
func PointerFromQXmlNodeModelIndex(ptr QXmlNodeModelIndex_ITF) unsafe.Pointer
func PointerFromQXmlQuery ¶
func PointerFromQXmlQuery(ptr QXmlQuery_ITF) unsafe.Pointer
func PointerFromQXmlResultItems ¶
func PointerFromQXmlResultItems(ptr QXmlResultItems_ITF) unsafe.Pointer
func PointerFromQXmlSchema ¶
func PointerFromQXmlSchema(ptr QXmlSchema_ITF) unsafe.Pointer
func PointerFromQXmlSchemaValidator ¶
func PointerFromQXmlSchemaValidator(ptr QXmlSchemaValidator_ITF) unsafe.Pointer
func PointerFromQXmlSerializer ¶
func PointerFromQXmlSerializer(ptr QXmlSerializer_ITF) unsafe.Pointer
func QXmlName_IsNCName ¶
Types ¶
type QAbstractMessageHandler ¶
func NewQAbstractMessageHandlerFromPointer ¶
func NewQAbstractMessageHandlerFromPointer(ptr unsafe.Pointer) *QAbstractMessageHandler
func (*QAbstractMessageHandler) DestroyQAbstractMessageHandler ¶
func (ptr *QAbstractMessageHandler) DestroyQAbstractMessageHandler()
func (*QAbstractMessageHandler) QAbstractMessageHandler_PTR ¶
func (ptr *QAbstractMessageHandler) QAbstractMessageHandler_PTR() *QAbstractMessageHandler
type QAbstractMessageHandler_ITF ¶
type QAbstractMessageHandler_ITF interface { core.QObject_ITF QAbstractMessageHandler_PTR() *QAbstractMessageHandler }
type QAbstractUriResolver ¶
func NewQAbstractUriResolverFromPointer ¶
func NewQAbstractUriResolverFromPointer(ptr unsafe.Pointer) *QAbstractUriResolver
func (*QAbstractUriResolver) DestroyQAbstractUriResolver ¶
func (ptr *QAbstractUriResolver) DestroyQAbstractUriResolver()
func (*QAbstractUriResolver) QAbstractUriResolver_PTR ¶
func (ptr *QAbstractUriResolver) QAbstractUriResolver_PTR() *QAbstractUriResolver
type QAbstractUriResolver_ITF ¶
type QAbstractUriResolver_ITF interface { core.QObject_ITF QAbstractUriResolver_PTR() *QAbstractUriResolver }
type QAbstractXmlNodeModel ¶
type QAbstractXmlNodeModel struct {
}func NewQAbstractXmlNodeModelFromPointer ¶
func NewQAbstractXmlNodeModelFromPointer(ptr unsafe.Pointer) *QAbstractXmlNodeModel
func (*QAbstractXmlNodeModel) BaseUri ¶
func (ptr *QAbstractXmlNodeModel) BaseUri(n QXmlNodeModelIndex_ITF) *core.QUrl
func (*QAbstractXmlNodeModel) CompareOrder ¶
func (ptr *QAbstractXmlNodeModel) CompareOrder(ni1 QXmlNodeModelIndex_ITF, ni2 QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__DocumentOrder
func (*QAbstractXmlNodeModel) DestroyQAbstractXmlNodeModel ¶
func (ptr *QAbstractXmlNodeModel) DestroyQAbstractXmlNodeModel()
func (*QAbstractXmlNodeModel) DocumentUri ¶
func (ptr *QAbstractXmlNodeModel) DocumentUri(n QXmlNodeModelIndex_ITF) *core.QUrl
func (*QAbstractXmlNodeModel) Kind ¶
func (ptr *QAbstractXmlNodeModel) Kind(ni QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__NodeKind
func (*QAbstractXmlNodeModel) ObjectNameAbs ¶
func (ptr *QAbstractXmlNodeModel) ObjectNameAbs() string
func (*QAbstractXmlNodeModel) QAbstractXmlNodeModel_PTR ¶
func (ptr *QAbstractXmlNodeModel) QAbstractXmlNodeModel_PTR() *QAbstractXmlNodeModel
func (*QAbstractXmlNodeModel) SetObjectNameAbs ¶
func (ptr *QAbstractXmlNodeModel) SetObjectNameAbs(name string)
func (*QAbstractXmlNodeModel) StringValue ¶
func (ptr *QAbstractXmlNodeModel) StringValue(n QXmlNodeModelIndex_ITF) string
func (*QAbstractXmlNodeModel) TypedValue ¶
func (ptr *QAbstractXmlNodeModel) TypedValue(node QXmlNodeModelIndex_ITF) *core.QVariant
type QAbstractXmlNodeModel_ITF ¶
type QAbstractXmlNodeModel_ITF interface { core.QSharedData_ITF QAbstractXmlNodeModel_PTR() *QAbstractXmlNodeModel }
type QAbstractXmlNodeModel__SimpleAxis ¶
type QAbstractXmlNodeModel__SimpleAxis int64
QAbstractXmlNodeModel::SimpleAxis
type QAbstractXmlReceiver ¶
type QAbstractXmlReceiver struct {
// contains filtered or unexported fields
}
func NewQAbstractXmlReceiverFromPointer ¶
func NewQAbstractXmlReceiverFromPointer(ptr unsafe.Pointer) *QAbstractXmlReceiver
func (*QAbstractXmlReceiver) Attribute ¶
func (ptr *QAbstractXmlReceiver) Attribute(name QXmlName_ITF, value core.QStringRef_ITF)
func (*QAbstractXmlReceiver) Characters ¶
func (ptr *QAbstractXmlReceiver) Characters(value core.QStringRef_ITF)
func (*QAbstractXmlReceiver) Comment ¶
func (ptr *QAbstractXmlReceiver) Comment(value string)
func (*QAbstractXmlReceiver) DestroyQAbstractXmlReceiver ¶
func (ptr *QAbstractXmlReceiver) DestroyQAbstractXmlReceiver()
func (*QAbstractXmlReceiver) EndDocument ¶
func (ptr *QAbstractXmlReceiver) EndDocument()
func (*QAbstractXmlReceiver) EndElement ¶
func (ptr *QAbstractXmlReceiver) EndElement()
func (*QAbstractXmlReceiver) EndOfSequence ¶
func (ptr *QAbstractXmlReceiver) EndOfSequence()
func (*QAbstractXmlReceiver) NamespaceBinding ¶
func (ptr *QAbstractXmlReceiver) NamespaceBinding(name QXmlName_ITF)
func (*QAbstractXmlReceiver) ObjectNameAbs ¶
func (ptr *QAbstractXmlReceiver) ObjectNameAbs() string
func (*QAbstractXmlReceiver) Pointer ¶
func (p *QAbstractXmlReceiver) Pointer() unsafe.Pointer
func (*QAbstractXmlReceiver) ProcessingInstruction ¶
func (ptr *QAbstractXmlReceiver) ProcessingInstruction(target QXmlName_ITF, value string)
func (*QAbstractXmlReceiver) QAbstractXmlReceiver_PTR ¶
func (ptr *QAbstractXmlReceiver) QAbstractXmlReceiver_PTR() *QAbstractXmlReceiver
func (*QAbstractXmlReceiver) SetObjectNameAbs ¶
func (ptr *QAbstractXmlReceiver) SetObjectNameAbs(name string)
func (*QAbstractXmlReceiver) SetPointer ¶
func (p *QAbstractXmlReceiver) SetPointer(ptr unsafe.Pointer)
func (*QAbstractXmlReceiver) StartDocument ¶
func (ptr *QAbstractXmlReceiver) StartDocument()
func (*QAbstractXmlReceiver) StartElement ¶
func (ptr *QAbstractXmlReceiver) StartElement(name QXmlName_ITF)
func (*QAbstractXmlReceiver) StartOfSequence ¶
func (ptr *QAbstractXmlReceiver) StartOfSequence()
type QAbstractXmlReceiver_ITF ¶
type QAbstractXmlReceiver_ITF interface {
QAbstractXmlReceiver_PTR() *QAbstractXmlReceiver
}
type QSimpleXmlNodeModel ¶
type QSimpleXmlNodeModel struct {
QAbstractXmlNodeModel
}
func NewQSimpleXmlNodeModelFromPointer ¶
func NewQSimpleXmlNodeModelFromPointer(ptr unsafe.Pointer) *QSimpleXmlNodeModel
func (*QSimpleXmlNodeModel) BaseUri ¶
func (ptr *QSimpleXmlNodeModel) BaseUri(node QXmlNodeModelIndex_ITF) *core.QUrl
func (*QSimpleXmlNodeModel) DestroyQSimpleXmlNodeModel ¶
func (ptr *QSimpleXmlNodeModel) DestroyQSimpleXmlNodeModel()
func (*QSimpleXmlNodeModel) ObjectNameAbs ¶
func (ptr *QSimpleXmlNodeModel) ObjectNameAbs() string
func (*QSimpleXmlNodeModel) QSimpleXmlNodeModel_PTR ¶
func (ptr *QSimpleXmlNodeModel) QSimpleXmlNodeModel_PTR() *QSimpleXmlNodeModel
func (*QSimpleXmlNodeModel) SetObjectNameAbs ¶
func (ptr *QSimpleXmlNodeModel) SetObjectNameAbs(name string)
func (*QSimpleXmlNodeModel) StringValue ¶
func (ptr *QSimpleXmlNodeModel) StringValue(node QXmlNodeModelIndex_ITF) string
type QSimpleXmlNodeModel_ITF ¶
type QSimpleXmlNodeModel_ITF interface { QAbstractXmlNodeModel_ITF QSimpleXmlNodeModel_PTR() *QSimpleXmlNodeModel }
type QSourceLocation ¶
type QSourceLocation struct {
// contains filtered or unexported fields
}
func NewQSourceLocation ¶
func NewQSourceLocation() *QSourceLocation
func NewQSourceLocation2 ¶
func NewQSourceLocation2(other QSourceLocation_ITF) *QSourceLocation
func NewQSourceLocation3 ¶
func NewQSourceLocation3(u core.QUrl_ITF, l int, c int) *QSourceLocation
func NewQSourceLocationFromPointer ¶
func NewQSourceLocationFromPointer(ptr unsafe.Pointer) *QSourceLocation
func (*QSourceLocation) Column ¶
func (ptr *QSourceLocation) Column() int64
func (*QSourceLocation) DestroyQSourceLocation ¶
func (ptr *QSourceLocation) DestroyQSourceLocation()
func (*QSourceLocation) IsNull ¶
func (ptr *QSourceLocation) IsNull() bool
func (*QSourceLocation) Line ¶
func (ptr *QSourceLocation) Line() int64
func (*QSourceLocation) Pointer ¶
func (p *QSourceLocation) Pointer() unsafe.Pointer
func (*QSourceLocation) QSourceLocation_PTR ¶
func (ptr *QSourceLocation) QSourceLocation_PTR() *QSourceLocation
func (*QSourceLocation) SetColumn ¶
func (ptr *QSourceLocation) SetColumn(newColumn int64)
func (*QSourceLocation) SetLine ¶
func (ptr *QSourceLocation) SetLine(newLine int64)
func (*QSourceLocation) SetPointer ¶
func (p *QSourceLocation) SetPointer(ptr unsafe.Pointer)
func (*QSourceLocation) SetUri ¶
func (ptr *QSourceLocation) SetUri(newUri core.QUrl_ITF)
func (*QSourceLocation) Uri ¶
func (ptr *QSourceLocation) Uri() *core.QUrl
type QSourceLocation_ITF ¶
type QSourceLocation_ITF interface {
QSourceLocation_PTR() *QSourceLocation
}
type QXmlFormatter ¶
type QXmlFormatter struct {
QXmlSerializer
}
func NewQXmlFormatter ¶
func NewQXmlFormatter(query QXmlQuery_ITF, outputDevice core.QIODevice_ITF) *QXmlFormatter
func NewQXmlFormatterFromPointer ¶
func NewQXmlFormatterFromPointer(ptr unsafe.Pointer) *QXmlFormatter
func (*QXmlFormatter) ConnectCharacters ¶
func (ptr *QXmlFormatter) ConnectCharacters(f func(value *core.QStringRef))
func (*QXmlFormatter) ConnectComment ¶
func (ptr *QXmlFormatter) ConnectComment(f func(value string))
func (*QXmlFormatter) ConnectEndDocument ¶
func (ptr *QXmlFormatter) ConnectEndDocument(f func())
func (*QXmlFormatter) ConnectEndElement ¶
func (ptr *QXmlFormatter) ConnectEndElement(f func())
func (*QXmlFormatter) ConnectEndOfSequence ¶
func (ptr *QXmlFormatter) ConnectEndOfSequence(f func())
func (*QXmlFormatter) ConnectStartDocument ¶
func (ptr *QXmlFormatter) ConnectStartDocument(f func())
func (*QXmlFormatter) ConnectStartOfSequence ¶
func (ptr *QXmlFormatter) ConnectStartOfSequence(f func())
func (*QXmlFormatter) DisconnectCharacters ¶
func (ptr *QXmlFormatter) DisconnectCharacters()
func (*QXmlFormatter) DisconnectComment ¶
func (ptr *QXmlFormatter) DisconnectComment()
func (*QXmlFormatter) DisconnectEndDocument ¶
func (ptr *QXmlFormatter) DisconnectEndDocument()
func (*QXmlFormatter) DisconnectEndElement ¶
func (ptr *QXmlFormatter) DisconnectEndElement()
func (*QXmlFormatter) DisconnectEndOfSequence ¶
func (ptr *QXmlFormatter) DisconnectEndOfSequence()
func (*QXmlFormatter) DisconnectStartDocument ¶
func (ptr *QXmlFormatter) DisconnectStartDocument()
func (*QXmlFormatter) DisconnectStartOfSequence ¶
func (ptr *QXmlFormatter) DisconnectStartOfSequence()
func (*QXmlFormatter) IndentationDepth ¶
func (ptr *QXmlFormatter) IndentationDepth() int
func (*QXmlFormatter) ObjectNameAbs ¶
func (ptr *QXmlFormatter) ObjectNameAbs() string
func (*QXmlFormatter) QXmlFormatter_PTR ¶
func (ptr *QXmlFormatter) QXmlFormatter_PTR() *QXmlFormatter
func (*QXmlFormatter) SetIndentationDepth ¶
func (ptr *QXmlFormatter) SetIndentationDepth(depth int)
func (*QXmlFormatter) SetObjectNameAbs ¶
func (ptr *QXmlFormatter) SetObjectNameAbs(name string)
type QXmlFormatter_ITF ¶
type QXmlFormatter_ITF interface { QXmlSerializer_ITF QXmlFormatter_PTR() *QXmlFormatter }
type QXmlItem ¶
type QXmlItem struct {
// contains filtered or unexported fields
}
func NewQXmlItem ¶
func NewQXmlItem() *QXmlItem
func NewQXmlItem2 ¶
func NewQXmlItem2(other QXmlItem_ITF) *QXmlItem
func NewQXmlItem3 ¶
func NewQXmlItem3(node QXmlNodeModelIndex_ITF) *QXmlItem
func NewQXmlItem4 ¶
func NewQXmlItem4(atomicValue core.QVariant_ITF) *QXmlItem
func NewQXmlItemFromPointer ¶
func (*QXmlItem) DestroyQXmlItem ¶
func (ptr *QXmlItem) DestroyQXmlItem()
func (*QXmlItem) QXmlItem_PTR ¶
func (*QXmlItem) SetPointer ¶
type QXmlItem_ITF ¶
type QXmlItem_ITF interface {
QXmlItem_PTR() *QXmlItem
}
type QXmlName ¶
type QXmlName struct {
// contains filtered or unexported fields
}
func NewQXmlName ¶
func NewQXmlName() *QXmlName
func NewQXmlName2 ¶
func NewQXmlName2(namePool QXmlNamePool_ITF, localName string, namespaceURI string, prefix string) *QXmlName
func NewQXmlNameFromPointer ¶
func (*QXmlName) LocalName ¶
func (ptr *QXmlName) LocalName(namePool QXmlNamePool_ITF) string
func (*QXmlName) NamespaceUri ¶
func (ptr *QXmlName) NamespaceUri(namePool QXmlNamePool_ITF) string
func (*QXmlName) Prefix ¶
func (ptr *QXmlName) Prefix(namePool QXmlNamePool_ITF) string
func (*QXmlName) QXmlName_PTR ¶
func (*QXmlName) SetPointer ¶
func (*QXmlName) ToClarkName ¶
func (ptr *QXmlName) ToClarkName(namePool QXmlNamePool_ITF) string
type QXmlNamePool ¶
type QXmlNamePool struct {
// contains filtered or unexported fields
}
func NewQXmlNamePool ¶
func NewQXmlNamePool() *QXmlNamePool
func NewQXmlNamePool2 ¶
func NewQXmlNamePool2(other QXmlNamePool_ITF) *QXmlNamePool
func NewQXmlNamePoolFromPointer ¶
func NewQXmlNamePoolFromPointer(ptr unsafe.Pointer) *QXmlNamePool
func (*QXmlNamePool) DestroyQXmlNamePool ¶
func (ptr *QXmlNamePool) DestroyQXmlNamePool()
func (*QXmlNamePool) Pointer ¶
func (p *QXmlNamePool) Pointer() unsafe.Pointer
func (*QXmlNamePool) QXmlNamePool_PTR ¶
func (ptr *QXmlNamePool) QXmlNamePool_PTR() *QXmlNamePool
func (*QXmlNamePool) SetPointer ¶
func (p *QXmlNamePool) SetPointer(ptr unsafe.Pointer)
type QXmlNamePool_ITF ¶
type QXmlNamePool_ITF interface {
QXmlNamePool_PTR() *QXmlNamePool
}
type QXmlName_ITF ¶
type QXmlName_ITF interface {
QXmlName_PTR() *QXmlName
}
type QXmlNodeModelIndex ¶
type QXmlNodeModelIndex struct {
// contains filtered or unexported fields
}
func NewQXmlNodeModelIndex ¶
func NewQXmlNodeModelIndex() *QXmlNodeModelIndex
func NewQXmlNodeModelIndex2 ¶
func NewQXmlNodeModelIndex2(other QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex
func NewQXmlNodeModelIndexFromPointer ¶
func NewQXmlNodeModelIndexFromPointer(ptr unsafe.Pointer) *QXmlNodeModelIndex
func (*QXmlNodeModelIndex) AdditionalData ¶
func (ptr *QXmlNodeModelIndex) AdditionalData() int64
func (*QXmlNodeModelIndex) Data ¶
func (ptr *QXmlNodeModelIndex) Data() int64
func (*QXmlNodeModelIndex) InternalPointer ¶
func (ptr *QXmlNodeModelIndex) InternalPointer() unsafe.Pointer
func (*QXmlNodeModelIndex) IsNull ¶
func (ptr *QXmlNodeModelIndex) IsNull() bool
func (*QXmlNodeModelIndex) Model ¶
func (ptr *QXmlNodeModelIndex) Model() *QAbstractXmlNodeModel
func (*QXmlNodeModelIndex) Pointer ¶
func (p *QXmlNodeModelIndex) Pointer() unsafe.Pointer
func (*QXmlNodeModelIndex) QXmlNodeModelIndex_PTR ¶
func (ptr *QXmlNodeModelIndex) QXmlNodeModelIndex_PTR() *QXmlNodeModelIndex
func (*QXmlNodeModelIndex) SetPointer ¶
func (p *QXmlNodeModelIndex) SetPointer(ptr unsafe.Pointer)
type QXmlNodeModelIndex_ITF ¶
type QXmlNodeModelIndex_ITF interface {
QXmlNodeModelIndex_PTR() *QXmlNodeModelIndex
}
type QXmlNodeModelIndex__DocumentOrder ¶
type QXmlNodeModelIndex__DocumentOrder int64
QXmlNodeModelIndex::DocumentOrder
type QXmlNodeModelIndex__NodeKind ¶
type QXmlNodeModelIndex__NodeKind int64
QXmlNodeModelIndex::NodeKind
type QXmlQuery ¶
type QXmlQuery struct {
// contains filtered or unexported fields
}
func NewQXmlQuery ¶
func NewQXmlQuery() *QXmlQuery
func NewQXmlQuery2 ¶
func NewQXmlQuery2(other QXmlQuery_ITF) *QXmlQuery
func NewQXmlQuery3 ¶
func NewQXmlQuery3(np QXmlNamePool_ITF) *QXmlQuery
func NewQXmlQuery4 ¶
func NewQXmlQuery4(queryLanguage QXmlQuery__QueryLanguage, np QXmlNamePool_ITF) *QXmlQuery
func NewQXmlQueryFromPointer ¶
func (*QXmlQuery) BindVariable ¶
func (ptr *QXmlQuery) BindVariable(name QXmlName_ITF, value QXmlItem_ITF)
func (*QXmlQuery) BindVariable2 ¶
func (ptr *QXmlQuery) BindVariable2(name QXmlName_ITF, device core.QIODevice_ITF)
func (*QXmlQuery) BindVariable3 ¶
func (ptr *QXmlQuery) BindVariable3(name QXmlName_ITF, query QXmlQuery_ITF)
func (*QXmlQuery) BindVariable4 ¶
func (ptr *QXmlQuery) BindVariable4(localName string, value QXmlItem_ITF)
func (*QXmlQuery) BindVariable5 ¶
func (ptr *QXmlQuery) BindVariable5(localName string, device core.QIODevice_ITF)
func (*QXmlQuery) BindVariable6 ¶
func (ptr *QXmlQuery) BindVariable6(localName string, query QXmlQuery_ITF)
func (*QXmlQuery) DestroyQXmlQuery ¶
func (ptr *QXmlQuery) DestroyQXmlQuery()
func (*QXmlQuery) MessageHandler ¶
func (ptr *QXmlQuery) MessageHandler() *QAbstractMessageHandler
func (*QXmlQuery) NetworkAccessManager ¶
func (ptr *QXmlQuery) NetworkAccessManager() *network.QNetworkAccessManager
func (*QXmlQuery) QXmlQuery_PTR ¶
func (*QXmlQuery) QueryLanguage ¶
func (ptr *QXmlQuery) QueryLanguage() QXmlQuery__QueryLanguage
func (*QXmlQuery) SetFocus ¶
func (ptr *QXmlQuery) SetFocus(item QXmlItem_ITF)
func (*QXmlQuery) SetInitialTemplateName ¶
func (ptr *QXmlQuery) SetInitialTemplateName(name QXmlName_ITF)
func (*QXmlQuery) SetInitialTemplateName2 ¶
func (*QXmlQuery) SetMessageHandler ¶
func (ptr *QXmlQuery) SetMessageHandler(aMessageHandler QAbstractMessageHandler_ITF)
func (*QXmlQuery) SetNetworkAccessManager ¶
func (ptr *QXmlQuery) SetNetworkAccessManager(newManager network.QNetworkAccessManager_ITF)
func (*QXmlQuery) SetPointer ¶
func (*QXmlQuery) SetQuery ¶
func (ptr *QXmlQuery) SetQuery(sourceCode core.QIODevice_ITF, documentURI core.QUrl_ITF)
func (*QXmlQuery) SetUriResolver ¶
func (ptr *QXmlQuery) SetUriResolver(resolver QAbstractUriResolver_ITF)
func (*QXmlQuery) UriResolver ¶
func (ptr *QXmlQuery) UriResolver() *QAbstractUriResolver
type QXmlQuery_ITF ¶
type QXmlQuery_ITF interface {
QXmlQuery_PTR() *QXmlQuery
}
type QXmlResultItems ¶
type QXmlResultItems struct {
// contains filtered or unexported fields
}
func NewQXmlResultItems ¶
func NewQXmlResultItems() *QXmlResultItems
func NewQXmlResultItemsFromPointer ¶
func NewQXmlResultItemsFromPointer(ptr unsafe.Pointer) *QXmlResultItems
func (*QXmlResultItems) DestroyQXmlResultItems ¶
func (ptr *QXmlResultItems) DestroyQXmlResultItems()
func (*QXmlResultItems) HasError ¶
func (ptr *QXmlResultItems) HasError() bool
func (*QXmlResultItems) ObjectNameAbs ¶
func (ptr *QXmlResultItems) ObjectNameAbs() string
func (*QXmlResultItems) Pointer ¶
func (p *QXmlResultItems) Pointer() unsafe.Pointer
func (*QXmlResultItems) QXmlResultItems_PTR ¶
func (ptr *QXmlResultItems) QXmlResultItems_PTR() *QXmlResultItems
func (*QXmlResultItems) SetObjectNameAbs ¶
func (ptr *QXmlResultItems) SetObjectNameAbs(name string)
func (*QXmlResultItems) SetPointer ¶
func (p *QXmlResultItems) SetPointer(ptr unsafe.Pointer)
type QXmlResultItems_ITF ¶
type QXmlResultItems_ITF interface {
QXmlResultItems_PTR() *QXmlResultItems
}
type QXmlSchema ¶
type QXmlSchema struct {
// contains filtered or unexported fields
}
func NewQXmlSchema ¶
func NewQXmlSchema() *QXmlSchema
func NewQXmlSchema2 ¶
func NewQXmlSchema2(other QXmlSchema_ITF) *QXmlSchema
func NewQXmlSchemaFromPointer ¶
func NewQXmlSchemaFromPointer(ptr unsafe.Pointer) *QXmlSchema
func (*QXmlSchema) DestroyQXmlSchema ¶
func (ptr *QXmlSchema) DestroyQXmlSchema()
func (*QXmlSchema) DocumentUri ¶
func (ptr *QXmlSchema) DocumentUri() *core.QUrl
func (*QXmlSchema) IsValid ¶
func (ptr *QXmlSchema) IsValid() bool
func (*QXmlSchema) Load2 ¶
func (ptr *QXmlSchema) Load2(source core.QIODevice_ITF, documentUri core.QUrl_ITF) bool
func (*QXmlSchema) Load3 ¶
func (ptr *QXmlSchema) Load3(data core.QByteArray_ITF, documentUri core.QUrl_ITF) bool
func (*QXmlSchema) MessageHandler ¶
func (ptr *QXmlSchema) MessageHandler() *QAbstractMessageHandler
func (*QXmlSchema) NetworkAccessManager ¶
func (ptr *QXmlSchema) NetworkAccessManager() *network.QNetworkAccessManager
func (*QXmlSchema) Pointer ¶
func (p *QXmlSchema) Pointer() unsafe.Pointer
func (*QXmlSchema) QXmlSchema_PTR ¶
func (ptr *QXmlSchema) QXmlSchema_PTR() *QXmlSchema
func (*QXmlSchema) SetMessageHandler ¶
func (ptr *QXmlSchema) SetMessageHandler(handler QAbstractMessageHandler_ITF)
func (*QXmlSchema) SetNetworkAccessManager ¶
func (ptr *QXmlSchema) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF)
func (*QXmlSchema) SetPointer ¶
func (p *QXmlSchema) SetPointer(ptr unsafe.Pointer)
func (*QXmlSchema) SetUriResolver ¶
func (ptr *QXmlSchema) SetUriResolver(resolver QAbstractUriResolver_ITF)
func (*QXmlSchema) UriResolver ¶
func (ptr *QXmlSchema) UriResolver() *QAbstractUriResolver
type QXmlSchemaValidator ¶
type QXmlSchemaValidator struct {
// contains filtered or unexported fields
}
func NewQXmlSchemaValidator ¶
func NewQXmlSchemaValidator() *QXmlSchemaValidator
func NewQXmlSchemaValidator2 ¶
func NewQXmlSchemaValidator2(schema QXmlSchema_ITF) *QXmlSchemaValidator
func NewQXmlSchemaValidatorFromPointer ¶
func NewQXmlSchemaValidatorFromPointer(ptr unsafe.Pointer) *QXmlSchemaValidator
func (*QXmlSchemaValidator) DestroyQXmlSchemaValidator ¶
func (ptr *QXmlSchemaValidator) DestroyQXmlSchemaValidator()
func (*QXmlSchemaValidator) MessageHandler ¶
func (ptr *QXmlSchemaValidator) MessageHandler() *QAbstractMessageHandler
func (*QXmlSchemaValidator) NetworkAccessManager ¶
func (ptr *QXmlSchemaValidator) NetworkAccessManager() *network.QNetworkAccessManager
func (*QXmlSchemaValidator) Pointer ¶
func (p *QXmlSchemaValidator) Pointer() unsafe.Pointer
func (*QXmlSchemaValidator) QXmlSchemaValidator_PTR ¶
func (ptr *QXmlSchemaValidator) QXmlSchemaValidator_PTR() *QXmlSchemaValidator
func (*QXmlSchemaValidator) SetMessageHandler ¶
func (ptr *QXmlSchemaValidator) SetMessageHandler(handler QAbstractMessageHandler_ITF)
func (*QXmlSchemaValidator) SetNetworkAccessManager ¶
func (ptr *QXmlSchemaValidator) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF)
func (*QXmlSchemaValidator) SetPointer ¶
func (p *QXmlSchemaValidator) SetPointer(ptr unsafe.Pointer)
func (*QXmlSchemaValidator) SetSchema ¶
func (ptr *QXmlSchemaValidator) SetSchema(schema QXmlSchema_ITF)
func (*QXmlSchemaValidator) SetUriResolver ¶
func (ptr *QXmlSchemaValidator) SetUriResolver(resolver QAbstractUriResolver_ITF)
func (*QXmlSchemaValidator) UriResolver ¶
func (ptr *QXmlSchemaValidator) UriResolver() *QAbstractUriResolver
func (*QXmlSchemaValidator) Validate ¶
func (ptr *QXmlSchemaValidator) Validate(source core.QUrl_ITF) bool
func (*QXmlSchemaValidator) Validate2 ¶
func (ptr *QXmlSchemaValidator) Validate2(source core.QIODevice_ITF, documentUri core.QUrl_ITF) bool
func (*QXmlSchemaValidator) Validate3 ¶
func (ptr *QXmlSchemaValidator) Validate3(data core.QByteArray_ITF, documentUri core.QUrl_ITF) bool
type QXmlSchemaValidator_ITF ¶
type QXmlSchemaValidator_ITF interface {
QXmlSchemaValidator_PTR() *QXmlSchemaValidator
}
type QXmlSchema_ITF ¶
type QXmlSchema_ITF interface {
QXmlSchema_PTR() *QXmlSchema
}
type QXmlSerializer ¶
type QXmlSerializer struct {
QAbstractXmlReceiver
}
func NewQXmlSerializer ¶
func NewQXmlSerializer(query QXmlQuery_ITF, outputDevice core.QIODevice_ITF) *QXmlSerializer
func NewQXmlSerializerFromPointer ¶
func NewQXmlSerializerFromPointer(ptr unsafe.Pointer) *QXmlSerializer
func (*QXmlSerializer) Codec ¶
func (ptr *QXmlSerializer) Codec() *core.QTextCodec
func (*QXmlSerializer) ConnectCharacters ¶
func (ptr *QXmlSerializer) ConnectCharacters(f func(value *core.QStringRef))
func (*QXmlSerializer) ConnectComment ¶
func (ptr *QXmlSerializer) ConnectComment(f func(value string))
func (*QXmlSerializer) ConnectEndDocument ¶
func (ptr *QXmlSerializer) ConnectEndDocument(f func())
func (*QXmlSerializer) ConnectEndElement ¶
func (ptr *QXmlSerializer) ConnectEndElement(f func())
func (*QXmlSerializer) ConnectEndOfSequence ¶
func (ptr *QXmlSerializer) ConnectEndOfSequence(f func())
func (*QXmlSerializer) ConnectStartDocument ¶
func (ptr *QXmlSerializer) ConnectStartDocument(f func())
func (*QXmlSerializer) ConnectStartOfSequence ¶
func (ptr *QXmlSerializer) ConnectStartOfSequence(f func())
func (*QXmlSerializer) DisconnectCharacters ¶
func (ptr *QXmlSerializer) DisconnectCharacters()
func (*QXmlSerializer) DisconnectComment ¶
func (ptr *QXmlSerializer) DisconnectComment()
func (*QXmlSerializer) DisconnectEndDocument ¶
func (ptr *QXmlSerializer) DisconnectEndDocument()
func (*QXmlSerializer) DisconnectEndElement ¶
func (ptr *QXmlSerializer) DisconnectEndElement()
func (*QXmlSerializer) DisconnectEndOfSequence ¶
func (ptr *QXmlSerializer) DisconnectEndOfSequence()
func (*QXmlSerializer) DisconnectStartDocument ¶
func (ptr *QXmlSerializer) DisconnectStartDocument()
func (*QXmlSerializer) DisconnectStartOfSequence ¶
func (ptr *QXmlSerializer) DisconnectStartOfSequence()
func (*QXmlSerializer) ObjectNameAbs ¶
func (ptr *QXmlSerializer) ObjectNameAbs() string
func (*QXmlSerializer) OutputDevice ¶
func (ptr *QXmlSerializer) OutputDevice() *core.QIODevice
func (*QXmlSerializer) QXmlSerializer_PTR ¶
func (ptr *QXmlSerializer) QXmlSerializer_PTR() *QXmlSerializer
func (*QXmlSerializer) SetCodec ¶
func (ptr *QXmlSerializer) SetCodec(outputCodec core.QTextCodec_ITF)
func (*QXmlSerializer) SetObjectNameAbs ¶
func (ptr *QXmlSerializer) SetObjectNameAbs(name string)
type QXmlSerializer_ITF ¶
type QXmlSerializer_ITF interface { QAbstractXmlReceiver_ITF QXmlSerializer_PTR() *QXmlSerializer }
Source Files ¶
- cgo_linux_amd64.go
- qabstractmessagehandler.go
- qabstracturiresolver.go
- qabstractxmlnodemodel.go
- qabstractxmlreceiver.go
- qsimplexmlnodemodel.go
- qsourcelocation.go
- qxmlformatter.go
- qxmlitem.go
- qxmlname.go
- qxmlnamepool.go
- qxmlnodemodelindex.go
- qxmlquery.go
- qxmlresultitems.go
- qxmlschema.go
- qxmlschemavalidator.go
- qxmlserializer.go
Click to show internal directories.
Click to hide internal directories.