package dom

Import Path
	github.com/masterzen/simplexml/dom (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files document.go element.go namespace.go
Package-Level Type Names (total 4)
/* sort by: | */
Name xml.Name Value string
DocType bool Indentation string PrettyPrint bool (*Document) SetRoot(node *Element) (*Document) String() string *Document : github.com/ChrisTrenkamp/goxpath/tree.Result *Document : fmt.Stringer func CreateDocument() *Document func github.com/masterzen/winrm/soap.MessageBuilder.Doc() *Document func github.com/masterzen/winrm/soap.(*SoapMessage).Doc() *Document
(*Element) AddChild(child *Element) *Element (*Element) Bytes(out *bytes.Buffer, indent bool, indentType string, level int) Add a namespace declaration to this node (*Element) DeclaredNamespaces() []*Namespace (*Element) RemoveChild(child *Element) *Element (*Element) SetAttr(name string, value string) *Element (*Element) SetContent(content string) *Element (*Element) SetNamespace(prefix string, uri string) (*Element) SetParent(parent *Element) *Element (*Element) String() string *Element : github.com/ChrisTrenkamp/goxpath/tree.Result *Element : fmt.Stringer func CreateElement(n string) *Element func (*Element).AddChild(child *Element) *Element func (*Element).DeclareNamespace(ns Namespace) *Element func (*Element).RemoveChild(child *Element) *Element func (*Element).SetAttr(name string, value string) *Element func (*Element).SetContent(content string) *Element func (*Element).SetParent(parent *Element) *Element func github.com/masterzen/winrm/soap.MessageBuilder.CreateBodyElement(string, Namespace) *Element func github.com/masterzen/winrm/soap.MessageBuilder.CreateElement(*Element, string, Namespace) *Element func github.com/masterzen/winrm/soap.MessageBuilder.NewBody() *Element func github.com/masterzen/winrm/soap.(*SoapMessage).CreateBodyElement(name string, ns Namespace) (element *Element) func github.com/masterzen/winrm/soap.(*SoapMessage).CreateElement(parent *Element, name string, ns Namespace) (element *Element) func github.com/masterzen/winrm/soap.(*SoapMessage).NewBody() (body *Element) func (*Document).SetRoot(node *Element) func (*Element).AddChild(child *Element) *Element func (*Element).RemoveChild(child *Element) *Element func (*Element).SetParent(parent *Element) *Element func (*Namespace).SetTo(node *Element) func github.com/masterzen/winrm/soap.AddUsualNamespaces(node *Element) func github.com/masterzen/winrm/soap.MessageBuilder.CreateElement(*Element, string, Namespace) *Element func github.com/masterzen/winrm/soap.MessageBuilder.SetBody(*Element) func github.com/masterzen/winrm/soap.(*SoapMessage).CreateElement(parent *Element, name string, ns Namespace) (element *Element)
Prefix string Uri string (*Namespace) SetTo(node *Element) func (*Element).DeclaredNamespaces() []*Namespace func (*Element).DeclareNamespace(ns Namespace) *Element func github.com/masterzen/winrm/soap.MessageBuilder.CreateBodyElement(string, Namespace) *Element func github.com/masterzen/winrm/soap.MessageBuilder.CreateElement(*Element, string, Namespace) *Element func github.com/masterzen/winrm/soap.(*SoapMessage).CreateBodyElement(name string, ns Namespace) (element *Element) func github.com/masterzen/winrm/soap.(*SoapMessage).CreateElement(parent *Element, name string, ns Namespace) (element *Element) var github.com/masterzen/winrm/soap.DOM_NS_ADDRESSING var github.com/masterzen/winrm/soap.DOM_NS_CIMBINDING var github.com/masterzen/winrm/soap.DOM_NS_ENUM var github.com/masterzen/winrm/soap.DOM_NS_SCHEMA_INST var github.com/masterzen/winrm/soap.DOM_NS_SOAP_ENV var github.com/masterzen/winrm/soap.DOM_NS_TRANSFER var github.com/masterzen/winrm/soap.DOM_NS_WIN_SHELL var github.com/masterzen/winrm/soap.DOM_NS_WSMAN_DMTF var github.com/masterzen/winrm/soap.DOM_NS_WSMAN_FAULT var github.com/masterzen/winrm/soap.DOM_NS_WSMAN_MSFT
Package-Level Functions (total 2)