xml

package
v0.0.0-...-83fd9e9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2015 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QDomImplementation__AcceptInvalidChars = QDomImplementation__InvalidDataPolicy(0)
	QDomImplementation__DropInvalidChars   = QDomImplementation__InvalidDataPolicy(1)
	QDomImplementation__ReturnNullNode     = QDomImplementation__InvalidDataPolicy(2)
)
View Source
const (
	QDomNode__EncodingFromDocument   = QDomNode__EncodingPolicy(1)
	QDomNode__EncodingFromTextStream = QDomNode__EncodingPolicy(2)
)
View Source
const (
	QDomNode__ElementNode               = QDomNode__NodeType(1)
	QDomNode__AttributeNode             = QDomNode__NodeType(2)
	QDomNode__TextNode                  = QDomNode__NodeType(3)
	QDomNode__CDATASectionNode          = QDomNode__NodeType(4)
	QDomNode__EntityReferenceNode       = QDomNode__NodeType(5)
	QDomNode__EntityNode                = QDomNode__NodeType(6)
	QDomNode__ProcessingInstructionNode = QDomNode__NodeType(7)
	QDomNode__CommentNode               = QDomNode__NodeType(8)
	QDomNode__DocumentNode              = QDomNode__NodeType(9)
	QDomNode__DocumentTypeNode          = QDomNode__NodeType(10)
	QDomNode__DocumentFragmentNode      = QDomNode__NodeType(11)
	QDomNode__NotationNode              = QDomNode__NodeType(12)
	QDomNode__BaseNode                  = QDomNode__NodeType(21)
	QDomNode__CharacterDataNode         = QDomNode__NodeType(22)
)

Variables

This section is empty.

Functions

func PointerFromQDomAttr

func PointerFromQDomAttr(ptr QDomAttr_ITF) unsafe.Pointer

func PointerFromQDomCDATASection

func PointerFromQDomCDATASection(ptr QDomCDATASection_ITF) unsafe.Pointer

func PointerFromQDomCharacterData

func PointerFromQDomCharacterData(ptr QDomCharacterData_ITF) unsafe.Pointer

func PointerFromQDomComment

func PointerFromQDomComment(ptr QDomComment_ITF) unsafe.Pointer

func PointerFromQDomDocument

func PointerFromQDomDocument(ptr QDomDocument_ITF) unsafe.Pointer

func PointerFromQDomDocumentFragment

func PointerFromQDomDocumentFragment(ptr QDomDocumentFragment_ITF) unsafe.Pointer

func PointerFromQDomDocumentType

func PointerFromQDomDocumentType(ptr QDomDocumentType_ITF) unsafe.Pointer

func PointerFromQDomElement

func PointerFromQDomElement(ptr QDomElement_ITF) unsafe.Pointer

func PointerFromQDomEntity

func PointerFromQDomEntity(ptr QDomEntity_ITF) unsafe.Pointer

func PointerFromQDomEntityReference

func PointerFromQDomEntityReference(ptr QDomEntityReference_ITF) unsafe.Pointer

func PointerFromQDomImplementation

func PointerFromQDomImplementation(ptr QDomImplementation_ITF) unsafe.Pointer

func PointerFromQDomNamedNodeMap

func PointerFromQDomNamedNodeMap(ptr QDomNamedNodeMap_ITF) unsafe.Pointer

func PointerFromQDomNode

func PointerFromQDomNode(ptr QDomNode_ITF) unsafe.Pointer

func PointerFromQDomNodeList

func PointerFromQDomNodeList(ptr QDomNodeList_ITF) unsafe.Pointer

func PointerFromQDomNotation

func PointerFromQDomNotation(ptr QDomNotation_ITF) unsafe.Pointer

func PointerFromQDomProcessingInstruction

func PointerFromQDomProcessingInstruction(ptr QDomProcessingInstruction_ITF) unsafe.Pointer

func PointerFromQDomText

func PointerFromQDomText(ptr QDomText_ITF) unsafe.Pointer

func PointerFromQXmlAttributes

func PointerFromQXmlAttributes(ptr QXmlAttributes_ITF) unsafe.Pointer

func PointerFromQXmlContentHandler

func PointerFromQXmlContentHandler(ptr QXmlContentHandler_ITF) unsafe.Pointer

func PointerFromQXmlDTDHandler

func PointerFromQXmlDTDHandler(ptr QXmlDTDHandler_ITF) unsafe.Pointer

func PointerFromQXmlDeclHandler

func PointerFromQXmlDeclHandler(ptr QXmlDeclHandler_ITF) unsafe.Pointer

func PointerFromQXmlDefaultHandler

func PointerFromQXmlDefaultHandler(ptr QXmlDefaultHandler_ITF) unsafe.Pointer

func PointerFromQXmlEntityResolver

func PointerFromQXmlEntityResolver(ptr QXmlEntityResolver_ITF) unsafe.Pointer

func PointerFromQXmlErrorHandler

func PointerFromQXmlErrorHandler(ptr QXmlErrorHandler_ITF) unsafe.Pointer

func PointerFromQXmlInputSource

func PointerFromQXmlInputSource(ptr QXmlInputSource_ITF) unsafe.Pointer

func PointerFromQXmlLexicalHandler

func PointerFromQXmlLexicalHandler(ptr QXmlLexicalHandler_ITF) unsafe.Pointer

func PointerFromQXmlLocator

func PointerFromQXmlLocator(ptr QXmlLocator_ITF) unsafe.Pointer

func PointerFromQXmlNamespaceSupport

func PointerFromQXmlNamespaceSupport(ptr QXmlNamespaceSupport_ITF) unsafe.Pointer

func PointerFromQXmlParseException

func PointerFromQXmlParseException(ptr QXmlParseException_ITF) unsafe.Pointer

func PointerFromQXmlReader

func PointerFromQXmlReader(ptr QXmlReader_ITF) unsafe.Pointer

func PointerFromQXmlSimpleReader

func PointerFromQXmlSimpleReader(ptr QXmlSimpleReader_ITF) unsafe.Pointer

func QDomImplementation_SetInvalidDataPolicy

func QDomImplementation_SetInvalidDataPolicy(policy QDomImplementation__InvalidDataPolicy)

Types

type QDomAttr

type QDomAttr struct {
	QDomNode
}

func NewQDomAttr

func NewQDomAttr() *QDomAttr

func NewQDomAttr2

func NewQDomAttr2(x QDomAttr_ITF) *QDomAttr

func NewQDomAttrFromPointer

func NewQDomAttrFromPointer(ptr unsafe.Pointer) *QDomAttr

func (*QDomAttr) Name

func (ptr *QDomAttr) Name() string

func (*QDomAttr) NodeType

func (ptr *QDomAttr) NodeType() QDomNode__NodeType

func (*QDomAttr) QDomAttr_PTR

func (ptr *QDomAttr) QDomAttr_PTR() *QDomAttr

func (*QDomAttr) SetValue

func (ptr *QDomAttr) SetValue(v string)

func (*QDomAttr) Specified

func (ptr *QDomAttr) Specified() bool

func (*QDomAttr) Value

func (ptr *QDomAttr) Value() string

type QDomAttr_ITF

type QDomAttr_ITF interface {
	QDomNode_ITF
	QDomAttr_PTR() *QDomAttr
}

type QDomCDATASection

type QDomCDATASection struct {
	QDomText
}

func NewQDomCDATASection

func NewQDomCDATASection() *QDomCDATASection

func NewQDomCDATASection2

func NewQDomCDATASection2(x QDomCDATASection_ITF) *QDomCDATASection

func NewQDomCDATASectionFromPointer

func NewQDomCDATASectionFromPointer(ptr unsafe.Pointer) *QDomCDATASection

func (*QDomCDATASection) NodeType

func (ptr *QDomCDATASection) NodeType() QDomNode__NodeType

func (*QDomCDATASection) QDomCDATASection_PTR

func (ptr *QDomCDATASection) QDomCDATASection_PTR() *QDomCDATASection

type QDomCDATASection_ITF

type QDomCDATASection_ITF interface {
	QDomText_ITF
	QDomCDATASection_PTR() *QDomCDATASection
}

type QDomCharacterData

type QDomCharacterData struct {
	QDomNode
}

func NewQDomCharacterData

func NewQDomCharacterData() *QDomCharacterData

func NewQDomCharacterData2

func NewQDomCharacterData2(x QDomCharacterData_ITF) *QDomCharacterData

func NewQDomCharacterDataFromPointer

func NewQDomCharacterDataFromPointer(ptr unsafe.Pointer) *QDomCharacterData

func (*QDomCharacterData) AppendData

func (ptr *QDomCharacterData) AppendData(arg string)

func (*QDomCharacterData) Data

func (ptr *QDomCharacterData) Data() string

func (*QDomCharacterData) Length

func (ptr *QDomCharacterData) Length() int

func (*QDomCharacterData) NodeType

func (ptr *QDomCharacterData) NodeType() QDomNode__NodeType

func (*QDomCharacterData) QDomCharacterData_PTR

func (ptr *QDomCharacterData) QDomCharacterData_PTR() *QDomCharacterData

func (*QDomCharacterData) SetData

func (ptr *QDomCharacterData) SetData(v string)

type QDomCharacterData_ITF

type QDomCharacterData_ITF interface {
	QDomNode_ITF
	QDomCharacterData_PTR() *QDomCharacterData
}

type QDomComment

type QDomComment struct {
	QDomCharacterData
}

func NewQDomComment

func NewQDomComment() *QDomComment

func NewQDomComment2

func NewQDomComment2(x QDomComment_ITF) *QDomComment

func NewQDomCommentFromPointer

func NewQDomCommentFromPointer(ptr unsafe.Pointer) *QDomComment

func (*QDomComment) NodeType

func (ptr *QDomComment) NodeType() QDomNode__NodeType

func (*QDomComment) QDomComment_PTR

func (ptr *QDomComment) QDomComment_PTR() *QDomComment

type QDomComment_ITF

type QDomComment_ITF interface {
	QDomCharacterData_ITF
	QDomComment_PTR() *QDomComment
}

type QDomDocument

type QDomDocument struct {
	QDomNode
}

func NewQDomDocument

func NewQDomDocument() *QDomDocument

func NewQDomDocument2

func NewQDomDocument2(name string) *QDomDocument

func NewQDomDocument3

func NewQDomDocument3(doctype QDomDocumentType_ITF) *QDomDocument

func NewQDomDocument4

func NewQDomDocument4(x QDomDocument_ITF) *QDomDocument

func NewQDomDocumentFromPointer

func NewQDomDocumentFromPointer(ptr unsafe.Pointer) *QDomDocument

func (*QDomDocument) DestroyQDomDocument

func (ptr *QDomDocument) DestroyQDomDocument()

func (*QDomDocument) NodeType

func (ptr *QDomDocument) NodeType() QDomNode__NodeType

func (*QDomDocument) QDomDocument_PTR

func (ptr *QDomDocument) QDomDocument_PTR() *QDomDocument

func (*QDomDocument) SetContent

func (ptr *QDomDocument) SetContent(data core.QByteArray_ITF, namespaceProcessing bool, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent2

func (ptr *QDomDocument) SetContent2(text string, namespaceProcessing bool, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent3

func (ptr *QDomDocument) SetContent3(dev core.QIODevice_ITF, namespaceProcessing bool, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent4

func (ptr *QDomDocument) SetContent4(source QXmlInputSource_ITF, namespaceProcessing bool, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent5

func (ptr *QDomDocument) SetContent5(text string, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent6

func (ptr *QDomDocument) SetContent6(buffer core.QByteArray_ITF, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent7

func (ptr *QDomDocument) SetContent7(dev core.QIODevice_ITF, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) SetContent8

func (ptr *QDomDocument) SetContent8(source QXmlInputSource_ITF, reader QXmlReader_ITF, errorMsg string, errorLine int, errorColumn int) bool

func (*QDomDocument) ToByteArray

func (ptr *QDomDocument) ToByteArray(indent int) *core.QByteArray

func (*QDomDocument) ToString

func (ptr *QDomDocument) ToString(indent int) string

type QDomDocumentFragment

type QDomDocumentFragment struct {
	QDomNode
}

func NewQDomDocumentFragment

func NewQDomDocumentFragment() *QDomDocumentFragment

func NewQDomDocumentFragmentFromPointer

func NewQDomDocumentFragmentFromPointer(ptr unsafe.Pointer) *QDomDocumentFragment

func (*QDomDocumentFragment) NodeType

func (ptr *QDomDocumentFragment) NodeType() QDomNode__NodeType

func (*QDomDocumentFragment) QDomDocumentFragment_PTR

func (ptr *QDomDocumentFragment) QDomDocumentFragment_PTR() *QDomDocumentFragment

type QDomDocumentFragment_ITF

type QDomDocumentFragment_ITF interface {
	QDomNode_ITF
	QDomDocumentFragment_PTR() *QDomDocumentFragment
}

type QDomDocumentType

type QDomDocumentType struct {
	QDomNode
}

func NewQDomDocumentType

func NewQDomDocumentType() *QDomDocumentType

func NewQDomDocumentType2

func NewQDomDocumentType2(n QDomDocumentType_ITF) *QDomDocumentType

func NewQDomDocumentTypeFromPointer

func NewQDomDocumentTypeFromPointer(ptr unsafe.Pointer) *QDomDocumentType

func (*QDomDocumentType) InternalSubset

func (ptr *QDomDocumentType) InternalSubset() string

func (*QDomDocumentType) Name

func (ptr *QDomDocumentType) Name() string

func (*QDomDocumentType) NodeType

func (ptr *QDomDocumentType) NodeType() QDomNode__NodeType

func (*QDomDocumentType) PublicId

func (ptr *QDomDocumentType) PublicId() string

func (*QDomDocumentType) QDomDocumentType_PTR

func (ptr *QDomDocumentType) QDomDocumentType_PTR() *QDomDocumentType

func (*QDomDocumentType) SystemId

func (ptr *QDomDocumentType) SystemId() string

type QDomDocumentType_ITF

type QDomDocumentType_ITF interface {
	QDomNode_ITF
	QDomDocumentType_PTR() *QDomDocumentType
}

type QDomDocument_ITF

type QDomDocument_ITF interface {
	QDomNode_ITF
	QDomDocument_PTR() *QDomDocument
}

type QDomElement

type QDomElement struct {
	QDomNode
}

func NewQDomElement

func NewQDomElement() *QDomElement

func NewQDomElement2

func NewQDomElement2(x QDomElement_ITF) *QDomElement

func NewQDomElementFromPointer

func NewQDomElementFromPointer(ptr unsafe.Pointer) *QDomElement

func (*QDomElement) Attribute

func (ptr *QDomElement) Attribute(name string, defValue string) string

func (*QDomElement) AttributeNS

func (ptr *QDomElement) AttributeNS(nsURI string, localName string, defValue string) string

func (*QDomElement) HasAttribute

func (ptr *QDomElement) HasAttribute(name string) bool

func (*QDomElement) HasAttributeNS

func (ptr *QDomElement) HasAttributeNS(nsURI string, localName string) bool

func (*QDomElement) NodeType

func (ptr *QDomElement) NodeType() QDomNode__NodeType

func (*QDomElement) QDomElement_PTR

func (ptr *QDomElement) QDomElement_PTR() *QDomElement

func (*QDomElement) RemoveAttribute

func (ptr *QDomElement) RemoveAttribute(name string)

func (*QDomElement) RemoveAttributeNS

func (ptr *QDomElement) RemoveAttributeNS(nsURI string, localName string)

func (*QDomElement) SetAttribute

func (ptr *QDomElement) SetAttribute(name string, value string)

func (*QDomElement) SetAttribute2

func (ptr *QDomElement) SetAttribute2(name string, value int)

func (*QDomElement) SetAttributeNS

func (ptr *QDomElement) SetAttributeNS(nsURI string, qName string, value string)

func (*QDomElement) SetAttributeNS2

func (ptr *QDomElement) SetAttributeNS2(nsURI string, qName string, value int)

func (*QDomElement) SetTagName

func (ptr *QDomElement) SetTagName(name string)

func (*QDomElement) TagName

func (ptr *QDomElement) TagName() string

func (*QDomElement) Text

func (ptr *QDomElement) Text() string

type QDomElement_ITF

type QDomElement_ITF interface {
	QDomNode_ITF
	QDomElement_PTR() *QDomElement
}

type QDomEntity

type QDomEntity struct {
	QDomNode
}

func NewQDomEntity

func NewQDomEntity() *QDomEntity

func NewQDomEntity2

func NewQDomEntity2(x QDomEntity_ITF) *QDomEntity

func NewQDomEntityFromPointer

func NewQDomEntityFromPointer(ptr unsafe.Pointer) *QDomEntity

func (*QDomEntity) NodeType

func (ptr *QDomEntity) NodeType() QDomNode__NodeType

func (*QDomEntity) NotationName

func (ptr *QDomEntity) NotationName() string

func (*QDomEntity) PublicId

func (ptr *QDomEntity) PublicId() string

func (*QDomEntity) QDomEntity_PTR

func (ptr *QDomEntity) QDomEntity_PTR() *QDomEntity

func (*QDomEntity) SystemId

func (ptr *QDomEntity) SystemId() string

type QDomEntityReference

type QDomEntityReference struct {
	QDomNode
}

func NewQDomEntityReference

func NewQDomEntityReference() *QDomEntityReference

func NewQDomEntityReferenceFromPointer

func NewQDomEntityReferenceFromPointer(ptr unsafe.Pointer) *QDomEntityReference

func (*QDomEntityReference) NodeType

func (ptr *QDomEntityReference) NodeType() QDomNode__NodeType

func (*QDomEntityReference) QDomEntityReference_PTR

func (ptr *QDomEntityReference) QDomEntityReference_PTR() *QDomEntityReference

type QDomEntityReference_ITF

type QDomEntityReference_ITF interface {
	QDomNode_ITF
	QDomEntityReference_PTR() *QDomEntityReference
}

type QDomEntity_ITF

type QDomEntity_ITF interface {
	QDomNode_ITF
	QDomEntity_PTR() *QDomEntity
}

type QDomImplementation

type QDomImplementation struct {
	// contains filtered or unexported fields
}

func NewQDomImplementation

func NewQDomImplementation() *QDomImplementation

func NewQDomImplementationFromPointer

func NewQDomImplementationFromPointer(ptr unsafe.Pointer) *QDomImplementation

func (*QDomImplementation) DestroyQDomImplementation

func (ptr *QDomImplementation) DestroyQDomImplementation()

func (*QDomImplementation) HasFeature

func (ptr *QDomImplementation) HasFeature(feature string, version string) bool

func (*QDomImplementation) IsNull

func (ptr *QDomImplementation) IsNull() bool

func (*QDomImplementation) Pointer

func (p *QDomImplementation) Pointer() unsafe.Pointer

func (*QDomImplementation) QDomImplementation_PTR

func (ptr *QDomImplementation) QDomImplementation_PTR() *QDomImplementation

func (*QDomImplementation) SetPointer

func (p *QDomImplementation) SetPointer(ptr unsafe.Pointer)

type QDomImplementation_ITF

type QDomImplementation_ITF interface {
	QDomImplementation_PTR() *QDomImplementation
}

type QDomImplementation__InvalidDataPolicy

type QDomImplementation__InvalidDataPolicy int64

QDomImplementation::InvalidDataPolicy

func QDomImplementation_InvalidDataPolicy

func QDomImplementation_InvalidDataPolicy() QDomImplementation__InvalidDataPolicy

type QDomNamedNodeMap

type QDomNamedNodeMap struct {
	// contains filtered or unexported fields
}

func NewQDomNamedNodeMap

func NewQDomNamedNodeMap() *QDomNamedNodeMap

func NewQDomNamedNodeMap2

func NewQDomNamedNodeMap2(n QDomNamedNodeMap_ITF) *QDomNamedNodeMap

func NewQDomNamedNodeMapFromPointer

func NewQDomNamedNodeMapFromPointer(ptr unsafe.Pointer) *QDomNamedNodeMap

func (*QDomNamedNodeMap) Contains

func (ptr *QDomNamedNodeMap) Contains(name string) bool

func (*QDomNamedNodeMap) Count

func (ptr *QDomNamedNodeMap) Count() int

func (*QDomNamedNodeMap) DestroyQDomNamedNodeMap

func (ptr *QDomNamedNodeMap) DestroyQDomNamedNodeMap()

func (*QDomNamedNodeMap) IsEmpty

func (ptr *QDomNamedNodeMap) IsEmpty() bool

func (*QDomNamedNodeMap) Length

func (ptr *QDomNamedNodeMap) Length() int

func (*QDomNamedNodeMap) Pointer

func (p *QDomNamedNodeMap) Pointer() unsafe.Pointer

func (*QDomNamedNodeMap) QDomNamedNodeMap_PTR

func (ptr *QDomNamedNodeMap) QDomNamedNodeMap_PTR() *QDomNamedNodeMap

func (*QDomNamedNodeMap) SetPointer

func (p *QDomNamedNodeMap) SetPointer(ptr unsafe.Pointer)

func (*QDomNamedNodeMap) Size

func (ptr *QDomNamedNodeMap) Size() int

type QDomNamedNodeMap_ITF

type QDomNamedNodeMap_ITF interface {
	QDomNamedNodeMap_PTR() *QDomNamedNodeMap
}

type QDomNode

type QDomNode struct {
	// contains filtered or unexported fields
}

func NewQDomNode

func NewQDomNode() *QDomNode

func NewQDomNode2

func NewQDomNode2(n QDomNode_ITF) *QDomNode

func NewQDomNodeFromPointer

func NewQDomNodeFromPointer(ptr unsafe.Pointer) *QDomNode

func (*QDomNode) Clear

func (ptr *QDomNode) Clear()

func (*QDomNode) ColumnNumber

func (ptr *QDomNode) ColumnNumber() int

func (*QDomNode) DestroyQDomNode

func (ptr *QDomNode) DestroyQDomNode()

func (*QDomNode) HasAttributes

func (ptr *QDomNode) HasAttributes() bool

func (*QDomNode) HasChildNodes

func (ptr *QDomNode) HasChildNodes() bool

func (*QDomNode) IsAttr

func (ptr *QDomNode) IsAttr() bool

func (*QDomNode) IsCDATASection

func (ptr *QDomNode) IsCDATASection() bool

func (*QDomNode) IsCharacterData

func (ptr *QDomNode) IsCharacterData() bool

func (*QDomNode) IsComment

func (ptr *QDomNode) IsComment() bool

func (*QDomNode) IsDocument

func (ptr *QDomNode) IsDocument() bool

func (*QDomNode) IsDocumentFragment

func (ptr *QDomNode) IsDocumentFragment() bool

func (*QDomNode) IsDocumentType

func (ptr *QDomNode) IsDocumentType() bool

func (*QDomNode) IsElement

func (ptr *QDomNode) IsElement() bool

func (*QDomNode) IsEntity

func (ptr *QDomNode) IsEntity() bool

func (*QDomNode) IsEntityReference

func (ptr *QDomNode) IsEntityReference() bool

func (*QDomNode) IsNotation

func (ptr *QDomNode) IsNotation() bool

func (*QDomNode) IsNull

func (ptr *QDomNode) IsNull() bool

func (*QDomNode) IsProcessingInstruction

func (ptr *QDomNode) IsProcessingInstruction() bool

func (*QDomNode) IsSupported

func (ptr *QDomNode) IsSupported(feature string, version string) bool

func (*QDomNode) IsText

func (ptr *QDomNode) IsText() bool

func (*QDomNode) LineNumber

func (ptr *QDomNode) LineNumber() int

func (*QDomNode) LocalName

func (ptr *QDomNode) LocalName() string

func (*QDomNode) NamespaceURI

func (ptr *QDomNode) NamespaceURI() string

func (*QDomNode) NodeName

func (ptr *QDomNode) NodeName() string

func (*QDomNode) NodeType

func (ptr *QDomNode) NodeType() QDomNode__NodeType

func (*QDomNode) NodeValue

func (ptr *QDomNode) NodeValue() string

func (*QDomNode) Normalize

func (ptr *QDomNode) Normalize()

func (*QDomNode) Pointer

func (p *QDomNode) Pointer() unsafe.Pointer

func (*QDomNode) Prefix

func (ptr *QDomNode) Prefix() string

func (*QDomNode) QDomNode_PTR

func (ptr *QDomNode) QDomNode_PTR() *QDomNode

func (*QDomNode) Save

func (ptr *QDomNode) Save(stream core.QTextStream_ITF, indent int, encodingPolicy QDomNode__EncodingPolicy)

func (*QDomNode) SetNodeValue

func (ptr *QDomNode) SetNodeValue(v string)

func (*QDomNode) SetPointer

func (p *QDomNode) SetPointer(ptr unsafe.Pointer)

func (*QDomNode) SetPrefix

func (ptr *QDomNode) SetPrefix(pre string)

type QDomNodeList

type QDomNodeList struct {
	// contains filtered or unexported fields
}

func NewQDomNodeList

func NewQDomNodeList() *QDomNodeList

func NewQDomNodeList2

func NewQDomNodeList2(n QDomNodeList_ITF) *QDomNodeList

func NewQDomNodeListFromPointer

func NewQDomNodeListFromPointer(ptr unsafe.Pointer) *QDomNodeList

func (*QDomNodeList) Count

func (ptr *QDomNodeList) Count() int

func (*QDomNodeList) DestroyQDomNodeList

func (ptr *QDomNodeList) DestroyQDomNodeList()

func (*QDomNodeList) IsEmpty

func (ptr *QDomNodeList) IsEmpty() bool

func (*QDomNodeList) Length

func (ptr *QDomNodeList) Length() int

func (*QDomNodeList) Pointer

func (p *QDomNodeList) Pointer() unsafe.Pointer

func (*QDomNodeList) QDomNodeList_PTR

func (ptr *QDomNodeList) QDomNodeList_PTR() *QDomNodeList

func (*QDomNodeList) SetPointer

func (p *QDomNodeList) SetPointer(ptr unsafe.Pointer)

func (*QDomNodeList) Size

func (ptr *QDomNodeList) Size() int

type QDomNodeList_ITF

type QDomNodeList_ITF interface {
	QDomNodeList_PTR() *QDomNodeList
}

type QDomNode_ITF

type QDomNode_ITF interface {
	QDomNode_PTR() *QDomNode
}

type QDomNode__EncodingPolicy

type QDomNode__EncodingPolicy int64

QDomNode::EncodingPolicy

type QDomNode__NodeType

type QDomNode__NodeType int64

QDomNode::NodeType

type QDomNotation

type QDomNotation struct {
	QDomNode
}

func NewQDomNotation

func NewQDomNotation() *QDomNotation

func NewQDomNotation2

func NewQDomNotation2(x QDomNotation_ITF) *QDomNotation

func NewQDomNotationFromPointer

func NewQDomNotationFromPointer(ptr unsafe.Pointer) *QDomNotation

func (*QDomNotation) NodeType

func (ptr *QDomNotation) NodeType() QDomNode__NodeType

func (*QDomNotation) PublicId

func (ptr *QDomNotation) PublicId() string

func (*QDomNotation) QDomNotation_PTR

func (ptr *QDomNotation) QDomNotation_PTR() *QDomNotation

func (*QDomNotation) SystemId

func (ptr *QDomNotation) SystemId() string

type QDomNotation_ITF

type QDomNotation_ITF interface {
	QDomNode_ITF
	QDomNotation_PTR() *QDomNotation
}

type QDomProcessingInstruction

type QDomProcessingInstruction struct {
	QDomNode
}

func NewQDomProcessingInstruction

func NewQDomProcessingInstruction() *QDomProcessingInstruction

func NewQDomProcessingInstructionFromPointer

func NewQDomProcessingInstructionFromPointer(ptr unsafe.Pointer) *QDomProcessingInstruction

func (*QDomProcessingInstruction) Data

func (ptr *QDomProcessingInstruction) Data() string

func (*QDomProcessingInstruction) NodeType

func (*QDomProcessingInstruction) QDomProcessingInstruction_PTR

func (ptr *QDomProcessingInstruction) QDomProcessingInstruction_PTR() *QDomProcessingInstruction

func (*QDomProcessingInstruction) SetData

func (ptr *QDomProcessingInstruction) SetData(d string)

func (*QDomProcessingInstruction) Target

func (ptr *QDomProcessingInstruction) Target() string

type QDomProcessingInstruction_ITF

type QDomProcessingInstruction_ITF interface {
	QDomNode_ITF
	QDomProcessingInstruction_PTR() *QDomProcessingInstruction
}

type QDomText

type QDomText struct {
	QDomCharacterData
}

func NewQDomText

func NewQDomText() *QDomText

func NewQDomText2

func NewQDomText2(x QDomText_ITF) *QDomText

func NewQDomTextFromPointer

func NewQDomTextFromPointer(ptr unsafe.Pointer) *QDomText

func (*QDomText) NodeType

func (ptr *QDomText) NodeType() QDomNode__NodeType

func (*QDomText) QDomText_PTR

func (ptr *QDomText) QDomText_PTR() *QDomText

type QDomText_ITF

type QDomText_ITF interface {
	QDomCharacterData_ITF
	QDomText_PTR() *QDomText
}

type QXmlAttributes

type QXmlAttributes struct {
	// contains filtered or unexported fields
}

func NewQXmlAttributes

func NewQXmlAttributes() *QXmlAttributes

func NewQXmlAttributesFromPointer

func NewQXmlAttributesFromPointer(ptr unsafe.Pointer) *QXmlAttributes

func (*QXmlAttributes) Append

func (ptr *QXmlAttributes) Append(qName string, uri string, localPart string, value string)

func (*QXmlAttributes) Clear

func (ptr *QXmlAttributes) Clear()

func (*QXmlAttributes) Count

func (ptr *QXmlAttributes) Count() int

func (*QXmlAttributes) DestroyQXmlAttributes

func (ptr *QXmlAttributes) DestroyQXmlAttributes()

func (*QXmlAttributes) Index

func (ptr *QXmlAttributes) Index(qName string) int

func (*QXmlAttributes) Index2

func (ptr *QXmlAttributes) Index2(qName core.QLatin1String_ITF) int

func (*QXmlAttributes) Index3

func (ptr *QXmlAttributes) Index3(uri string, localPart string) int

func (*QXmlAttributes) Length

func (ptr *QXmlAttributes) Length() int

func (*QXmlAttributes) LocalName

func (ptr *QXmlAttributes) LocalName(index int) string

func (*QXmlAttributes) ObjectNameAbs

func (ptr *QXmlAttributes) ObjectNameAbs() string

func (*QXmlAttributes) Pointer

func (p *QXmlAttributes) Pointer() unsafe.Pointer

func (*QXmlAttributes) QName

func (ptr *QXmlAttributes) QName(index int) string

func (*QXmlAttributes) QXmlAttributes_PTR

func (ptr *QXmlAttributes) QXmlAttributes_PTR() *QXmlAttributes

func (*QXmlAttributes) SetObjectNameAbs

func (ptr *QXmlAttributes) SetObjectNameAbs(name string)

func (*QXmlAttributes) SetPointer

func (p *QXmlAttributes) SetPointer(ptr unsafe.Pointer)

func (*QXmlAttributes) Type

func (ptr *QXmlAttributes) Type(index int) string

func (*QXmlAttributes) Type2

func (ptr *QXmlAttributes) Type2(qName string) string

func (*QXmlAttributes) Type3

func (ptr *QXmlAttributes) Type3(uri string, localName string) string

func (*QXmlAttributes) Uri

func (ptr *QXmlAttributes) Uri(index int) string

func (*QXmlAttributes) Value

func (ptr *QXmlAttributes) Value(index int) string

func (*QXmlAttributes) Value2

func (ptr *QXmlAttributes) Value2(qName string) string

func (*QXmlAttributes) Value3

func (ptr *QXmlAttributes) Value3(qName core.QLatin1String_ITF) string

func (*QXmlAttributes) Value4

func (ptr *QXmlAttributes) Value4(uri string, localName string) string

type QXmlAttributes_ITF

type QXmlAttributes_ITF interface {
	QXmlAttributes_PTR() *QXmlAttributes
}

type QXmlContentHandler

type QXmlContentHandler struct {
	// contains filtered or unexported fields
}

func NewQXmlContentHandlerFromPointer

func NewQXmlContentHandlerFromPointer(ptr unsafe.Pointer) *QXmlContentHandler

func (*QXmlContentHandler) Characters

func (ptr *QXmlContentHandler) Characters(ch string) bool

func (*QXmlContentHandler) DestroyQXmlContentHandler

func (ptr *QXmlContentHandler) DestroyQXmlContentHandler()

func (*QXmlContentHandler) EndDocument

func (ptr *QXmlContentHandler) EndDocument() bool

func (*QXmlContentHandler) EndElement

func (ptr *QXmlContentHandler) EndElement(namespaceURI string, localName string, qName string) bool

func (*QXmlContentHandler) EndPrefixMapping

func (ptr *QXmlContentHandler) EndPrefixMapping(prefix string) bool

func (*QXmlContentHandler) ErrorString

func (ptr *QXmlContentHandler) ErrorString() string

func (*QXmlContentHandler) IgnorableWhitespace

func (ptr *QXmlContentHandler) IgnorableWhitespace(ch string) bool

func (*QXmlContentHandler) ObjectNameAbs

func (ptr *QXmlContentHandler) ObjectNameAbs() string

func (*QXmlContentHandler) Pointer

func (p *QXmlContentHandler) Pointer() unsafe.Pointer

func (*QXmlContentHandler) ProcessingInstruction

func (ptr *QXmlContentHandler) ProcessingInstruction(target string, data string) bool

func (*QXmlContentHandler) QXmlContentHandler_PTR

func (ptr *QXmlContentHandler) QXmlContentHandler_PTR() *QXmlContentHandler

func (*QXmlContentHandler) SetDocumentLocator

func (ptr *QXmlContentHandler) SetDocumentLocator(locator QXmlLocator_ITF)

func (*QXmlContentHandler) SetObjectNameAbs

func (ptr *QXmlContentHandler) SetObjectNameAbs(name string)

func (*QXmlContentHandler) SetPointer

func (p *QXmlContentHandler) SetPointer(ptr unsafe.Pointer)

func (*QXmlContentHandler) SkippedEntity

func (ptr *QXmlContentHandler) SkippedEntity(name string) bool

func (*QXmlContentHandler) StartDocument

func (ptr *QXmlContentHandler) StartDocument() bool

func (*QXmlContentHandler) StartElement

func (ptr *QXmlContentHandler) StartElement(namespaceURI string, localName string, qName string, atts QXmlAttributes_ITF) bool

func (*QXmlContentHandler) StartPrefixMapping

func (ptr *QXmlContentHandler) StartPrefixMapping(prefix string, uri string) bool

type QXmlContentHandler_ITF

type QXmlContentHandler_ITF interface {
	QXmlContentHandler_PTR() *QXmlContentHandler
}

type QXmlDTDHandler

type QXmlDTDHandler struct {
	// contains filtered or unexported fields
}

func NewQXmlDTDHandlerFromPointer

func NewQXmlDTDHandlerFromPointer(ptr unsafe.Pointer) *QXmlDTDHandler

func (*QXmlDTDHandler) DestroyQXmlDTDHandler

func (ptr *QXmlDTDHandler) DestroyQXmlDTDHandler()

func (*QXmlDTDHandler) ErrorString

func (ptr *QXmlDTDHandler) ErrorString() string

func (*QXmlDTDHandler) NotationDecl

func (ptr *QXmlDTDHandler) NotationDecl(name string, publicId string, systemId string) bool

func (*QXmlDTDHandler) ObjectNameAbs

func (ptr *QXmlDTDHandler) ObjectNameAbs() string

func (*QXmlDTDHandler) Pointer

func (p *QXmlDTDHandler) Pointer() unsafe.Pointer

func (*QXmlDTDHandler) QXmlDTDHandler_PTR

func (ptr *QXmlDTDHandler) QXmlDTDHandler_PTR() *QXmlDTDHandler

func (*QXmlDTDHandler) SetObjectNameAbs

func (ptr *QXmlDTDHandler) SetObjectNameAbs(name string)

func (*QXmlDTDHandler) SetPointer

func (p *QXmlDTDHandler) SetPointer(ptr unsafe.Pointer)

func (*QXmlDTDHandler) UnparsedEntityDecl

func (ptr *QXmlDTDHandler) UnparsedEntityDecl(name string, publicId string, systemId string, notationName string) bool

type QXmlDTDHandler_ITF

type QXmlDTDHandler_ITF interface {
	QXmlDTDHandler_PTR() *QXmlDTDHandler
}

type QXmlDeclHandler

type QXmlDeclHandler struct {
	// contains filtered or unexported fields
}

func NewQXmlDeclHandlerFromPointer

func NewQXmlDeclHandlerFromPointer(ptr unsafe.Pointer) *QXmlDeclHandler

func (*QXmlDeclHandler) AttributeDecl

func (ptr *QXmlDeclHandler) AttributeDecl(eName string, aName string, ty string, valueDefault string, value string) bool

func (*QXmlDeclHandler) DestroyQXmlDeclHandler

func (ptr *QXmlDeclHandler) DestroyQXmlDeclHandler()

func (*QXmlDeclHandler) ErrorString

func (ptr *QXmlDeclHandler) ErrorString() string

func (*QXmlDeclHandler) ExternalEntityDecl

func (ptr *QXmlDeclHandler) ExternalEntityDecl(name string, publicId string, systemId string) bool

func (*QXmlDeclHandler) InternalEntityDecl

func (ptr *QXmlDeclHandler) InternalEntityDecl(name string, value string) bool

func (*QXmlDeclHandler) ObjectNameAbs

func (ptr *QXmlDeclHandler) ObjectNameAbs() string

func (*QXmlDeclHandler) Pointer

func (p *QXmlDeclHandler) Pointer() unsafe.Pointer

func (*QXmlDeclHandler) QXmlDeclHandler_PTR

func (ptr *QXmlDeclHandler) QXmlDeclHandler_PTR() *QXmlDeclHandler

func (*QXmlDeclHandler) SetObjectNameAbs

func (ptr *QXmlDeclHandler) SetObjectNameAbs(name string)

func (*QXmlDeclHandler) SetPointer

func (p *QXmlDeclHandler) SetPointer(ptr unsafe.Pointer)

type QXmlDeclHandler_ITF

type QXmlDeclHandler_ITF interface {
	QXmlDeclHandler_PTR() *QXmlDeclHandler
}

type QXmlDefaultHandler

func NewQXmlDefaultHandler

func NewQXmlDefaultHandler() *QXmlDefaultHandler

func NewQXmlDefaultHandlerFromPointer

func NewQXmlDefaultHandlerFromPointer(ptr unsafe.Pointer) *QXmlDefaultHandler

func (*QXmlDefaultHandler) AttributeDecl

func (ptr *QXmlDefaultHandler) AttributeDecl(eName string, aName string, ty string, valueDefault string, value string) bool

func (*QXmlDefaultHandler) Characters

func (ptr *QXmlDefaultHandler) Characters(ch string) bool

func (*QXmlDefaultHandler) Comment

func (ptr *QXmlDefaultHandler) Comment(ch string) bool

func (*QXmlDefaultHandler) ConnectSetDocumentLocator

func (ptr *QXmlDefaultHandler) ConnectSetDocumentLocator(f func(locator *QXmlLocator))

func (*QXmlDefaultHandler) DestroyQXmlDefaultHandler

func (ptr *QXmlDefaultHandler) DestroyQXmlDefaultHandler()

func (*QXmlDefaultHandler) DisconnectSetDocumentLocator

func (ptr *QXmlDefaultHandler) DisconnectSetDocumentLocator()

func (*QXmlDefaultHandler) EndCDATA

func (ptr *QXmlDefaultHandler) EndCDATA() bool

func (*QXmlDefaultHandler) EndDTD

func (ptr *QXmlDefaultHandler) EndDTD() bool

func (*QXmlDefaultHandler) EndDocument

func (ptr *QXmlDefaultHandler) EndDocument() bool

func (*QXmlDefaultHandler) EndElement

func (ptr *QXmlDefaultHandler) EndElement(namespaceURI string, localName string, qName string) bool

func (*QXmlDefaultHandler) EndEntity

func (ptr *QXmlDefaultHandler) EndEntity(name string) bool

func (*QXmlDefaultHandler) EndPrefixMapping

func (ptr *QXmlDefaultHandler) EndPrefixMapping(prefix string) bool

func (*QXmlDefaultHandler) Error

func (ptr *QXmlDefaultHandler) Error(exception QXmlParseException_ITF) bool

func (*QXmlDefaultHandler) ErrorString

func (ptr *QXmlDefaultHandler) ErrorString() string

func (*QXmlDefaultHandler) ExternalEntityDecl

func (ptr *QXmlDefaultHandler) ExternalEntityDecl(name string, publicId string, systemId string) bool

func (*QXmlDefaultHandler) FatalError

func (ptr *QXmlDefaultHandler) FatalError(exception QXmlParseException_ITF) bool

func (*QXmlDefaultHandler) IgnorableWhitespace

func (ptr *QXmlDefaultHandler) IgnorableWhitespace(ch string) bool

func (*QXmlDefaultHandler) InternalEntityDecl

func (ptr *QXmlDefaultHandler) InternalEntityDecl(name string, value string) bool

func (*QXmlDefaultHandler) NotationDecl

func (ptr *QXmlDefaultHandler) NotationDecl(name string, publicId string, systemId string) bool

func (*QXmlDefaultHandler) ObjectNameAbs

func (ptr *QXmlDefaultHandler) ObjectNameAbs() string

func (*QXmlDefaultHandler) Pointer

func (p *QXmlDefaultHandler) Pointer() unsafe.Pointer

func (*QXmlDefaultHandler) ProcessingInstruction

func (ptr *QXmlDefaultHandler) ProcessingInstruction(target string, data string) bool

func (*QXmlDefaultHandler) QXmlDefaultHandler_PTR

func (ptr *QXmlDefaultHandler) QXmlDefaultHandler_PTR() *QXmlDefaultHandler

func (*QXmlDefaultHandler) SetObjectNameAbs

func (ptr *QXmlDefaultHandler) SetObjectNameAbs(name string)

func (*QXmlDefaultHandler) SetPointer

func (p *QXmlDefaultHandler) SetPointer(ptr unsafe.Pointer)

func (*QXmlDefaultHandler) SkippedEntity

func (ptr *QXmlDefaultHandler) SkippedEntity(name string) bool

func (*QXmlDefaultHandler) StartCDATA

func (ptr *QXmlDefaultHandler) StartCDATA() bool

func (*QXmlDefaultHandler) StartDTD

func (ptr *QXmlDefaultHandler) StartDTD(name string, publicId string, systemId string) bool

func (*QXmlDefaultHandler) StartDocument

func (ptr *QXmlDefaultHandler) StartDocument() bool

func (*QXmlDefaultHandler) StartElement

func (ptr *QXmlDefaultHandler) StartElement(namespaceURI string, localName string, qName string, atts QXmlAttributes_ITF) bool

func (*QXmlDefaultHandler) StartEntity

func (ptr *QXmlDefaultHandler) StartEntity(name string) bool

func (*QXmlDefaultHandler) StartPrefixMapping

func (ptr *QXmlDefaultHandler) StartPrefixMapping(prefix string, uri string) bool

func (*QXmlDefaultHandler) UnparsedEntityDecl

func (ptr *QXmlDefaultHandler) UnparsedEntityDecl(name string, publicId string, systemId string, notationName string) bool

func (*QXmlDefaultHandler) Warning

func (ptr *QXmlDefaultHandler) Warning(exception QXmlParseException_ITF) bool

type QXmlEntityResolver

type QXmlEntityResolver struct {
	// contains filtered or unexported fields
}

func NewQXmlEntityResolverFromPointer

func NewQXmlEntityResolverFromPointer(ptr unsafe.Pointer) *QXmlEntityResolver

func (*QXmlEntityResolver) DestroyQXmlEntityResolver

func (ptr *QXmlEntityResolver) DestroyQXmlEntityResolver()

func (*QXmlEntityResolver) ErrorString

func (ptr *QXmlEntityResolver) ErrorString() string

func (*QXmlEntityResolver) ObjectNameAbs

func (ptr *QXmlEntityResolver) ObjectNameAbs() string

func (*QXmlEntityResolver) Pointer

func (p *QXmlEntityResolver) Pointer() unsafe.Pointer

func (*QXmlEntityResolver) QXmlEntityResolver_PTR

func (ptr *QXmlEntityResolver) QXmlEntityResolver_PTR() *QXmlEntityResolver

func (*QXmlEntityResolver) SetObjectNameAbs

func (ptr *QXmlEntityResolver) SetObjectNameAbs(name string)

func (*QXmlEntityResolver) SetPointer

func (p *QXmlEntityResolver) SetPointer(ptr unsafe.Pointer)

type QXmlEntityResolver_ITF

type QXmlEntityResolver_ITF interface {
	QXmlEntityResolver_PTR() *QXmlEntityResolver
}

type QXmlErrorHandler

type QXmlErrorHandler struct {
	// contains filtered or unexported fields
}

func NewQXmlErrorHandlerFromPointer

func NewQXmlErrorHandlerFromPointer(ptr unsafe.Pointer) *QXmlErrorHandler

func (*QXmlErrorHandler) DestroyQXmlErrorHandler

func (ptr *QXmlErrorHandler) DestroyQXmlErrorHandler()

func (*QXmlErrorHandler) Error

func (ptr *QXmlErrorHandler) Error(exception QXmlParseException_ITF) bool

func (*QXmlErrorHandler) ErrorString

func (ptr *QXmlErrorHandler) ErrorString() string

func (*QXmlErrorHandler) FatalError

func (ptr *QXmlErrorHandler) FatalError(exception QXmlParseException_ITF) bool

func (*QXmlErrorHandler) ObjectNameAbs

func (ptr *QXmlErrorHandler) ObjectNameAbs() string

func (*QXmlErrorHandler) Pointer

func (p *QXmlErrorHandler) Pointer() unsafe.Pointer

func (*QXmlErrorHandler) QXmlErrorHandler_PTR

func (ptr *QXmlErrorHandler) QXmlErrorHandler_PTR() *QXmlErrorHandler

func (*QXmlErrorHandler) SetObjectNameAbs

func (ptr *QXmlErrorHandler) SetObjectNameAbs(name string)

func (*QXmlErrorHandler) SetPointer

func (p *QXmlErrorHandler) SetPointer(ptr unsafe.Pointer)

func (*QXmlErrorHandler) Warning

func (ptr *QXmlErrorHandler) Warning(exception QXmlParseException_ITF) bool

type QXmlErrorHandler_ITF

type QXmlErrorHandler_ITF interface {
	QXmlErrorHandler_PTR() *QXmlErrorHandler
}

type QXmlInputSource

type QXmlInputSource struct {
	// contains filtered or unexported fields
}

func NewQXmlInputSource

func NewQXmlInputSource() *QXmlInputSource

func NewQXmlInputSource2

func NewQXmlInputSource2(dev core.QIODevice_ITF) *QXmlInputSource

func NewQXmlInputSourceFromPointer

func NewQXmlInputSourceFromPointer(ptr unsafe.Pointer) *QXmlInputSource

func (*QXmlInputSource) ConnectFetchData

func (ptr *QXmlInputSource) ConnectFetchData(f func())

func (*QXmlInputSource) ConnectReset

func (ptr *QXmlInputSource) ConnectReset(f func())

func (*QXmlInputSource) ConnectSetData

func (ptr *QXmlInputSource) ConnectSetData(f func(dat string))

func (*QXmlInputSource) Data

func (ptr *QXmlInputSource) Data() string

func (*QXmlInputSource) DestroyQXmlInputSource

func (ptr *QXmlInputSource) DestroyQXmlInputSource()

func (*QXmlInputSource) DisconnectFetchData

func (ptr *QXmlInputSource) DisconnectFetchData()

func (*QXmlInputSource) DisconnectReset

func (ptr *QXmlInputSource) DisconnectReset()

func (*QXmlInputSource) DisconnectSetData

func (ptr *QXmlInputSource) DisconnectSetData()

func (*QXmlInputSource) ObjectNameAbs

func (ptr *QXmlInputSource) ObjectNameAbs() string

func (*QXmlInputSource) Pointer

func (p *QXmlInputSource) Pointer() unsafe.Pointer

func (*QXmlInputSource) QXmlInputSource_PTR

func (ptr *QXmlInputSource) QXmlInputSource_PTR() *QXmlInputSource

func (*QXmlInputSource) SetObjectNameAbs

func (ptr *QXmlInputSource) SetObjectNameAbs(name string)

func (*QXmlInputSource) SetPointer

func (p *QXmlInputSource) SetPointer(ptr unsafe.Pointer)

type QXmlInputSource_ITF

type QXmlInputSource_ITF interface {
	QXmlInputSource_PTR() *QXmlInputSource
}

type QXmlLexicalHandler

type QXmlLexicalHandler struct {
	// contains filtered or unexported fields
}

func NewQXmlLexicalHandlerFromPointer

func NewQXmlLexicalHandlerFromPointer(ptr unsafe.Pointer) *QXmlLexicalHandler

func (*QXmlLexicalHandler) Comment

func (ptr *QXmlLexicalHandler) Comment(ch string) bool

func (*QXmlLexicalHandler) DestroyQXmlLexicalHandler

func (ptr *QXmlLexicalHandler) DestroyQXmlLexicalHandler()

func (*QXmlLexicalHandler) EndCDATA

func (ptr *QXmlLexicalHandler) EndCDATA() bool

func (*QXmlLexicalHandler) EndDTD

func (ptr *QXmlLexicalHandler) EndDTD() bool

func (*QXmlLexicalHandler) EndEntity

func (ptr *QXmlLexicalHandler) EndEntity(name string) bool

func (*QXmlLexicalHandler) ErrorString

func (ptr *QXmlLexicalHandler) ErrorString() string

func (*QXmlLexicalHandler) ObjectNameAbs

func (ptr *QXmlLexicalHandler) ObjectNameAbs() string

func (*QXmlLexicalHandler) Pointer

func (p *QXmlLexicalHandler) Pointer() unsafe.Pointer

func (*QXmlLexicalHandler) QXmlLexicalHandler_PTR

func (ptr *QXmlLexicalHandler) QXmlLexicalHandler_PTR() *QXmlLexicalHandler

func (*QXmlLexicalHandler) SetObjectNameAbs

func (ptr *QXmlLexicalHandler) SetObjectNameAbs(name string)

func (*QXmlLexicalHandler) SetPointer

func (p *QXmlLexicalHandler) SetPointer(ptr unsafe.Pointer)

func (*QXmlLexicalHandler) StartCDATA

func (ptr *QXmlLexicalHandler) StartCDATA() bool

func (*QXmlLexicalHandler) StartDTD

func (ptr *QXmlLexicalHandler) StartDTD(name string, publicId string, systemId string) bool

func (*QXmlLexicalHandler) StartEntity

func (ptr *QXmlLexicalHandler) StartEntity(name string) bool

type QXmlLexicalHandler_ITF

type QXmlLexicalHandler_ITF interface {
	QXmlLexicalHandler_PTR() *QXmlLexicalHandler
}

type QXmlLocator

type QXmlLocator struct {
	// contains filtered or unexported fields
}

func NewQXmlLocatorFromPointer

func NewQXmlLocatorFromPointer(ptr unsafe.Pointer) *QXmlLocator

func (*QXmlLocator) ColumnNumber

func (ptr *QXmlLocator) ColumnNumber() int

func (*QXmlLocator) DestroyQXmlLocator

func (ptr *QXmlLocator) DestroyQXmlLocator()

func (*QXmlLocator) LineNumber

func (ptr *QXmlLocator) LineNumber() int

func (*QXmlLocator) ObjectNameAbs

func (ptr *QXmlLocator) ObjectNameAbs() string

func (*QXmlLocator) Pointer

func (p *QXmlLocator) Pointer() unsafe.Pointer

func (*QXmlLocator) QXmlLocator_PTR

func (ptr *QXmlLocator) QXmlLocator_PTR() *QXmlLocator

func (*QXmlLocator) SetObjectNameAbs

func (ptr *QXmlLocator) SetObjectNameAbs(name string)

func (*QXmlLocator) SetPointer

func (p *QXmlLocator) SetPointer(ptr unsafe.Pointer)

type QXmlLocator_ITF

type QXmlLocator_ITF interface {
	QXmlLocator_PTR() *QXmlLocator
}

type QXmlNamespaceSupport

type QXmlNamespaceSupport struct {
	// contains filtered or unexported fields
}

func NewQXmlNamespaceSupport

func NewQXmlNamespaceSupport() *QXmlNamespaceSupport

func NewQXmlNamespaceSupportFromPointer

func NewQXmlNamespaceSupportFromPointer(ptr unsafe.Pointer) *QXmlNamespaceSupport

func (*QXmlNamespaceSupport) DestroyQXmlNamespaceSupport

func (ptr *QXmlNamespaceSupport) DestroyQXmlNamespaceSupport()

func (*QXmlNamespaceSupport) Pointer

func (p *QXmlNamespaceSupport) Pointer() unsafe.Pointer

func (*QXmlNamespaceSupport) PopContext

func (ptr *QXmlNamespaceSupport) PopContext()

func (*QXmlNamespaceSupport) Prefix

func (ptr *QXmlNamespaceSupport) Prefix(uri string) string

func (*QXmlNamespaceSupport) Prefixes

func (ptr *QXmlNamespaceSupport) Prefixes() []string

func (*QXmlNamespaceSupport) Prefixes2

func (ptr *QXmlNamespaceSupport) Prefixes2(uri string) []string

func (*QXmlNamespaceSupport) PushContext

func (ptr *QXmlNamespaceSupport) PushContext()

func (*QXmlNamespaceSupport) QXmlNamespaceSupport_PTR

func (ptr *QXmlNamespaceSupport) QXmlNamespaceSupport_PTR() *QXmlNamespaceSupport

func (*QXmlNamespaceSupport) Reset

func (ptr *QXmlNamespaceSupport) Reset()

func (*QXmlNamespaceSupport) SetPointer

func (p *QXmlNamespaceSupport) SetPointer(ptr unsafe.Pointer)

func (*QXmlNamespaceSupport) SetPrefix

func (ptr *QXmlNamespaceSupport) SetPrefix(pre string, uri string)

func (*QXmlNamespaceSupport) Uri

func (ptr *QXmlNamespaceSupport) Uri(prefix string) string

type QXmlNamespaceSupport_ITF

type QXmlNamespaceSupport_ITF interface {
	QXmlNamespaceSupport_PTR() *QXmlNamespaceSupport
}

type QXmlParseException

type QXmlParseException struct {
	// contains filtered or unexported fields
}

func NewQXmlParseException

func NewQXmlParseException(name string, c int, l int, p string, s string) *QXmlParseException

func NewQXmlParseException2

func NewQXmlParseException2(other QXmlParseException_ITF) *QXmlParseException

func NewQXmlParseExceptionFromPointer

func NewQXmlParseExceptionFromPointer(ptr unsafe.Pointer) *QXmlParseException

func (*QXmlParseException) ColumnNumber

func (ptr *QXmlParseException) ColumnNumber() int

func (*QXmlParseException) DestroyQXmlParseException

func (ptr *QXmlParseException) DestroyQXmlParseException()

func (*QXmlParseException) LineNumber

func (ptr *QXmlParseException) LineNumber() int

func (*QXmlParseException) Message

func (ptr *QXmlParseException) Message() string

func (*QXmlParseException) Pointer

func (p *QXmlParseException) Pointer() unsafe.Pointer

func (*QXmlParseException) PublicId

func (ptr *QXmlParseException) PublicId() string

func (*QXmlParseException) QXmlParseException_PTR

func (ptr *QXmlParseException) QXmlParseException_PTR() *QXmlParseException

func (*QXmlParseException) SetPointer

func (p *QXmlParseException) SetPointer(ptr unsafe.Pointer)

func (*QXmlParseException) SystemId

func (ptr *QXmlParseException) SystemId() string

type QXmlParseException_ITF

type QXmlParseException_ITF interface {
	QXmlParseException_PTR() *QXmlParseException
}

type QXmlReader

type QXmlReader struct {
	// contains filtered or unexported fields
}

func NewQXmlReaderFromPointer

func NewQXmlReaderFromPointer(ptr unsafe.Pointer) *QXmlReader

func (*QXmlReader) ContentHandler

func (ptr *QXmlReader) ContentHandler() *QXmlContentHandler

func (*QXmlReader) DTDHandler

func (ptr *QXmlReader) DTDHandler() *QXmlDTDHandler

func (*QXmlReader) DeclHandler

func (ptr *QXmlReader) DeclHandler() *QXmlDeclHandler

func (*QXmlReader) DestroyQXmlReader

func (ptr *QXmlReader) DestroyQXmlReader()

func (*QXmlReader) EntityResolver

func (ptr *QXmlReader) EntityResolver() *QXmlEntityResolver

func (*QXmlReader) ErrorHandler

func (ptr *QXmlReader) ErrorHandler() *QXmlErrorHandler

func (*QXmlReader) Feature

func (ptr *QXmlReader) Feature(name string, ok bool) bool

func (*QXmlReader) HasFeature

func (ptr *QXmlReader) HasFeature(name string) bool

func (*QXmlReader) HasProperty

func (ptr *QXmlReader) HasProperty(name string) bool

func (*QXmlReader) LexicalHandler

func (ptr *QXmlReader) LexicalHandler() *QXmlLexicalHandler

func (*QXmlReader) ObjectNameAbs

func (ptr *QXmlReader) ObjectNameAbs() string

func (*QXmlReader) Parse

func (ptr *QXmlReader) Parse(input QXmlInputSource_ITF) bool

func (*QXmlReader) Pointer

func (p *QXmlReader) Pointer() unsafe.Pointer

func (*QXmlReader) Property

func (ptr *QXmlReader) Property(name string, ok bool) unsafe.Pointer

func (*QXmlReader) QXmlReader_PTR

func (ptr *QXmlReader) QXmlReader_PTR() *QXmlReader

func (*QXmlReader) SetContentHandler

func (ptr *QXmlReader) SetContentHandler(handler QXmlContentHandler_ITF)

func (*QXmlReader) SetDTDHandler

func (ptr *QXmlReader) SetDTDHandler(handler QXmlDTDHandler_ITF)

func (*QXmlReader) SetDeclHandler

func (ptr *QXmlReader) SetDeclHandler(handler QXmlDeclHandler_ITF)

func (*QXmlReader) SetEntityResolver

func (ptr *QXmlReader) SetEntityResolver(handler QXmlEntityResolver_ITF)

func (*QXmlReader) SetErrorHandler

func (ptr *QXmlReader) SetErrorHandler(handler QXmlErrorHandler_ITF)

func (*QXmlReader) SetFeature

func (ptr *QXmlReader) SetFeature(name string, value bool)

func (*QXmlReader) SetLexicalHandler

func (ptr *QXmlReader) SetLexicalHandler(handler QXmlLexicalHandler_ITF)

func (*QXmlReader) SetObjectNameAbs

func (ptr *QXmlReader) SetObjectNameAbs(name string)

func (*QXmlReader) SetPointer

func (p *QXmlReader) SetPointer(ptr unsafe.Pointer)

type QXmlReader_ITF

type QXmlReader_ITF interface {
	QXmlReader_PTR() *QXmlReader
}

type QXmlSimpleReader

type QXmlSimpleReader struct {
	QXmlReader
}

func NewQXmlSimpleReader

func NewQXmlSimpleReader() *QXmlSimpleReader

func NewQXmlSimpleReaderFromPointer

func NewQXmlSimpleReaderFromPointer(ptr unsafe.Pointer) *QXmlSimpleReader

func (*QXmlSimpleReader) ConnectSetContentHandler

func (ptr *QXmlSimpleReader) ConnectSetContentHandler(f func(handler *QXmlContentHandler))

func (*QXmlSimpleReader) ConnectSetDTDHandler

func (ptr *QXmlSimpleReader) ConnectSetDTDHandler(f func(handler *QXmlDTDHandler))

func (*QXmlSimpleReader) ConnectSetDeclHandler

func (ptr *QXmlSimpleReader) ConnectSetDeclHandler(f func(handler *QXmlDeclHandler))

func (*QXmlSimpleReader) ConnectSetEntityResolver

func (ptr *QXmlSimpleReader) ConnectSetEntityResolver(f func(handler *QXmlEntityResolver))

func (*QXmlSimpleReader) ConnectSetErrorHandler

func (ptr *QXmlSimpleReader) ConnectSetErrorHandler(f func(handler *QXmlErrorHandler))

func (*QXmlSimpleReader) ConnectSetFeature

func (ptr *QXmlSimpleReader) ConnectSetFeature(f func(name string, enable bool))

func (*QXmlSimpleReader) ConnectSetLexicalHandler

func (ptr *QXmlSimpleReader) ConnectSetLexicalHandler(f func(handler *QXmlLexicalHandler))

func (*QXmlSimpleReader) ContentHandler

func (ptr *QXmlSimpleReader) ContentHandler() *QXmlContentHandler

func (*QXmlSimpleReader) DTDHandler

func (ptr *QXmlSimpleReader) DTDHandler() *QXmlDTDHandler

func (*QXmlSimpleReader) DeclHandler

func (ptr *QXmlSimpleReader) DeclHandler() *QXmlDeclHandler

func (*QXmlSimpleReader) DestroyQXmlSimpleReader

func (ptr *QXmlSimpleReader) DestroyQXmlSimpleReader()

func (*QXmlSimpleReader) DisconnectSetContentHandler

func (ptr *QXmlSimpleReader) DisconnectSetContentHandler()

func (*QXmlSimpleReader) DisconnectSetDTDHandler

func (ptr *QXmlSimpleReader) DisconnectSetDTDHandler()

func (*QXmlSimpleReader) DisconnectSetDeclHandler

func (ptr *QXmlSimpleReader) DisconnectSetDeclHandler()

func (*QXmlSimpleReader) DisconnectSetEntityResolver

func (ptr *QXmlSimpleReader) DisconnectSetEntityResolver()

func (*QXmlSimpleReader) DisconnectSetErrorHandler

func (ptr *QXmlSimpleReader) DisconnectSetErrorHandler()

func (*QXmlSimpleReader) DisconnectSetFeature

func (ptr *QXmlSimpleReader) DisconnectSetFeature()

func (*QXmlSimpleReader) DisconnectSetLexicalHandler

func (ptr *QXmlSimpleReader) DisconnectSetLexicalHandler()

func (*QXmlSimpleReader) EntityResolver

func (ptr *QXmlSimpleReader) EntityResolver() *QXmlEntityResolver

func (*QXmlSimpleReader) ErrorHandler

func (ptr *QXmlSimpleReader) ErrorHandler() *QXmlErrorHandler

func (*QXmlSimpleReader) Feature

func (ptr *QXmlSimpleReader) Feature(name string, ok bool) bool

func (*QXmlSimpleReader) HasFeature

func (ptr *QXmlSimpleReader) HasFeature(name string) bool

func (*QXmlSimpleReader) HasProperty

func (ptr *QXmlSimpleReader) HasProperty(name string) bool

func (*QXmlSimpleReader) LexicalHandler

func (ptr *QXmlSimpleReader) LexicalHandler() *QXmlLexicalHandler

func (*QXmlSimpleReader) ObjectNameAbs

func (ptr *QXmlSimpleReader) ObjectNameAbs() string

func (*QXmlSimpleReader) Parse

func (ptr *QXmlSimpleReader) Parse(input QXmlInputSource_ITF) bool

func (*QXmlSimpleReader) ParseContinue

func (ptr *QXmlSimpleReader) ParseContinue() bool

func (*QXmlSimpleReader) Property

func (ptr *QXmlSimpleReader) Property(name string, ok bool) unsafe.Pointer

func (*QXmlSimpleReader) QXmlSimpleReader_PTR

func (ptr *QXmlSimpleReader) QXmlSimpleReader_PTR() *QXmlSimpleReader

func (*QXmlSimpleReader) SetObjectNameAbs

func (ptr *QXmlSimpleReader) SetObjectNameAbs(name string)

type QXmlSimpleReader_ITF

type QXmlSimpleReader_ITF interface {
	QXmlReader_ITF
	QXmlSimpleReader_PTR() *QXmlSimpleReader
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL