Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2025 Changes in this version + func GetAttrSafe(node *xmlquery.Node, key string) (string, bool) v0.0.1 Feb 26, 2025 Changes in this version + func AddAttrSafe(node *xmlquery.Node, key, value string) bool + func ChildNodes(node *xmlquery.Node) ([]*xmlquery.Node, error) + func Children(node *xmlquery.Node) []*xmlquery.Node + func GetAttributeNameFromExpression(expr string) (string, bool) + func HasAttr(node *xmlquery.Node, key string) bool + func HasAttributes(node *xmlquery.Node) bool + func IsAttributeExpression(expr string) bool + func IsElementLike(node *xmlquery.Node) bool + func LoadXML(filename string) (*xmlquery.Node, error) + func NormalizeXPath(expr string) string + func ParseXmlStr(xmlStr string) (*xmlquery.Node, error) + func RemoveAttrSafe(node *xmlquery.Node, key string) bool + func RemoveAttributeFromXPath(expr string) (string, bool) + func RemoveFromTreeSafe(node *xmlquery.Node) bool + func SaveXML(doc *xmlquery.Node, filename string) error + func Serialize(doc *xmlquery.Node) (string, error) + func SetAttrSafe(node *xmlquery.Node, key, value string) bool