コード例 #1
0
ファイル: xml.xsd.go プロジェクト: mohantubati/go-xsd-pkg
//	Since TxsdSpace is just a simple String type, this merely returns the current string value.
func (me TxsdSpace) String() string { return xsdt.Token(me).String() }
コード例 #2
0
ファイル: xml.xsd.go プロジェクト: mohantubati/go-xsd-pkg
//	This convenience method just performs a simple type conversion to TxsdSpace's alias type xsdt.Token.
func (me TxsdSpace) ToXsdtToken() xsdt.Token { return xsdt.Token(me) }
コード例 #3
0
ファイル: xlink.xsd.go プロジェクト: mohantubati/go-xsd-pkg
//	Since TxsdActuate is just a simple String type, this merely returns the current string value.
func (me TxsdActuate) String() string { return xsdt.Token(me).String() }
コード例 #4
0
ファイル: xlink.xsd.go プロジェクト: mohantubati/go-xsd-pkg
//	This convenience method just performs a simple type conversion to TxsdActuate's alias type xsdt.Token.
func (me TxsdActuate) ToXsdtToken() xsdt.Token { return xsdt.Token(me) }
コード例 #5
0
ファイル: xlink.xsd.go プロジェクト: mohantubati/go-xsd-pkg
//	This convenience method just performs a simple type conversion to TxsdShow's alias type xsdt.Token.
func (me TxsdShow) ToXsdtToken() xsdt.Token { return xsdt.Token(me) }
コード例 #6
0
ファイル: xlink.xsd.go プロジェクト: mohantubati/go-xsd-pkg
//	Since TxsdShow is just a simple String type, this merely returns the current string value.
func (me TxsdShow) String() string { return xsdt.Token(me).String() }