Class Kwartz::Handler
In: lib/kwartz/converter.rb
Parent: Object

(abstract) handle directives

Methods

Included Modules

Assertion ConvertErrorHelper HandlerHelper Expander

Attributes

even  [R] 
filename  [RW] 
odd  [R] 

Public Class methods

Public Instance methods

handle directives (‘stag’, ‘etag’, ‘elem’, ‘cont’(=’value’))

return true if directive name is one of ‘stag’, ‘etag’, ‘elem’, ‘cont’, and ‘value’, else return false.

Protected Instance methods

(abstract) directive pattern, which is used to detect directives.

(abstract) mapping pattern, which is used to parse ‘attr’ directive.

(abstract) convert universal expression string to native expression string

[Validate]