Class
XTemplate::XPath::Action
In:
lib/xtemplate/xpath.rb
Parent:
Object
Methods
__sanitize__
__unsanitize__
_alt
_alt_exist?
_unalt
alt
array
attr
clear
clear_stack
copy
date
delete
dump
flatten
float
hash
import
index
int
node
p
pop
pop_all
push
rename
reverse
sanitize
size
sort
string
strip
tag
text
time
unalt
unattr
unsanitize
untag
Included Modules
XPath
Util
Public Instance methods
__sanitize__
(val)
Alias for
sanitize
__unsanitize__
(val)
Alias for
unsanitize
_alt
(name)
_alt_exist?
(name)
_unalt
(name)
alt
(val, *args)
array
(val)
attr
(val, *args)
clear
(val)
clear_stack
(val, name)
copy
(val, x, y)
date
(val, fmt, tag=nil)
Alias for
time
delete
(val, *args)
dump
(val, name=nil)
flatten
(val)
float
(val)
hash
(val)
Alias for
flatten
import
(val, *args)
index
(val, tag, ini=0)
int
(val)
node
(val)
p
(val, out=nil)
pop
(val, name)
pop_all
(val, name)
push
(val, name)
rename
(val, x, y)
reverse
(val)
sanitize
(val)
size
(val)
sort
(val, path=nil)
string
(val)
strip
(val)
tag
(val, tag)
text
(val)
time
(val, fmt, tag=nil)
unalt
(val, *args)
unattr
(val, *args)
unsanitize
(val)
untag
(val, tag)
[Validate]