Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( GUIDiXmlDocumentIO string = "6cd0e74e-ee65-4489-9ebf-ca43e87ba637" SignatureiXmlDocumentIO string = "{6cd0e74e-ee65-4489-9ebf-ca43e87ba637}" )
View Source
const SignatureXmlDocument string = "rc(Windows.Data.Xml.Dom.XmlDocument;{f7f3a506-1e87-42d6-bcfb-b8c809fa5494})"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XmlDocument ¶
type XmlDocument struct {
ole.IUnknown
}
func NewXmlDocument ¶
func NewXmlDocument() (*XmlDocument, error)
func (*XmlDocument) LoadXml ¶
func (impl *XmlDocument) LoadXml(xml string) error
Click to show internal directories.
Click to hide internal directories.