get_attribute_ns

get_attribute_ns(namespace, name) Instance Public methods The get_attribute_ns method retrieves a method by its namespace and name. Thus it is possible to reliably identify an attribute even if an XML processor has changed the prefix. Method contributed by Henrik Martensson

new

new(node=nil) Class Public methods Create a new element.

BinaryString

BinaryString(str) Class Public methods

accept_rule

accept_rule(markup_item) Instance Public methods Alias for: do_nothing

accept

accept(visitor) Instance Public methods Calls accept_verbatim on visitor

y2axis_cget_strict

y2axis_cget_strict(option) Instance Public methods

size

size(types) Class Public methods Returns the size needed for the union with the given types. Fiddle::CUnionEntity.size( [ Fiddle::TYPE_DOUBLE, Fiddle::TYPE_INT, Fiddle::TYPE_CHAR, Fiddle::TYPE_VOIDP ]) #=> 8

new

new(markup = nil) Class Public methods Returns a new ToBs that is ready for hot backspace action!

handle_special_HYPERLINK

handle_special_HYPERLINK(special) Instance Public methods special is a potential link. The following schemes are handled: mailto: Inserted as-is. http: Links are checked to see if they reference an image. If so, that image gets inserted using an <img> tag. Otherwise a conventional <a href> is used. link: Reference to a local file relative to the output directory.

modules_for_helpers

modules_for_helpers(args) Instance Public methods Overwrite #modules_for_helpers to accept :all as argument, which loads all helpers in helpers_path. Parameters args - A list of helpers Returns array - A normalized list of modules for the list of helpers provided.