Class
XTemplate::XMLListener
In:
lib/xtemplate/xml.rb
Parent:
Object
Methods
attlistdecl
cdata
comment
doctype
elementdecl
entity
entitydecl
instruction
new
notationdecl
tag_end
tag_start
text
xmldecl
Included Modules
XNodeManager
Public Class methods
new
()
Public Instance methods
attlistdecl
(content)
cdata
(s)
comment
(str)
doctype
(root, pub_sys, long_name, uri)
elementdecl
(content)
entity
(s)
entitydecl
(contents)
instruction
(target, pi)
notationdecl
(content)
tag_end
(name)
tag_start
(name, attrs)
text
(str)
xmldecl
(version, encoding, standalone)
[Validate]