new

new(top_level, file_name, content, options, stats) Class Public methods Prepare to parse a plain file

paragraph

paragraph(value) Instance Public methods Creates a paragraph for value

push

push(*parts) Instance Public methods Appends parts to the document

inc

inc(arg, default = nil) Class Public methods Returns an incremented value of default according to arg.

codepage=

WIN32OLE.codepage = CP Class Public methods Sets current codepage. The ::codepage is initialized according to Encoding.default_internal. If Encoding.default_internal is nil then ::codepage is initialized according to Encoding.default_external. WIN32OLE.codepage = WIN32OLE::CP_UTF8 WIN32OLE.codepage = 65001

areabind

areabind(context, *args) Instance Public methods

html

html(attributes = {}) Instance Public methods Generate a top-level HTML element as a string. The attributes of the element are specified as a hash. The pseudo-attribute âPRETTYâ can be used to specify that the generated HTML string should be indented. âPRETTYâ can also be specified as a string as the sole argument to this method. The pseudo-attribute âDOCTYPEâ, if given, is used as the leading DOCTYPE SGML tag; it should include the entire text of this tag, including angle brack

script_cmd

script_cmd(*args) Instance Public methods This routine is called for every <SCRIPT> markup

export 2

export() Instance Public methods

setup

ctx.setup => Qtrue # first timectx.setup => nil # thereafter Instance Public methods This method is called automatically when a new SSLSocket is created. Normally you do not need to call this method (unless you are writing an extension in C).