xml

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package xml contains the functions for XML reading and writing.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Pkg is the xml package.
	Pkg = slip.Package{
		Name:      "xml",
		Nicknames: []string{"xml"},
		Doc:       "Home of symbols defined for the XML functions, variables, and constants.",
		PreSet:    slip.DefaultPreSet,
	}
)

Functions

This section is empty.

Types

type Read

type Read struct {
	slip.Function
}

Read represents the xml-read function.

func (*Read) Call

func (f *Read) Call(s *slip.Scope, args slip.List, depth int) slip.Object

Call the function with the arguments provided.

type Write

type Write struct {
	slip.Function
}

Write represents the xml-write function.

func (*Write) Call

func (f *Write) Call(s *slip.Scope, args slip.List, depth int) slip.Object

Call the function with the arguments provided.

Jump to

Keyboard shortcuts

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