Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Server ¶
func Server(i *interpreter.Interpreter)
Types ¶
type CommandButtonParameter ¶
type FormParameter ¶
type InputFieldParameter ¶
type LabelParameter ¶
type LabelParameter struct {
Value string
}
type Node ¶
type Node struct { XMLName xml.Name Attrs []xml.Attr `xml:"-"` Content []byte `xml:",innerxml"` Nodes []Node `xml:",any"` }
func (*Node) UnmarshalXML ¶
type PageBlockParameter ¶
type PageBlockParameter struct {
Body string
}
type PageParameter ¶
Click to show internal directories.
Click to hide internal directories.