_eval(str) Class Public methods
handle_special_RDOCLINK(special) Instance Public methods special is an rdoc-schemed link that will be converted into a hyperlink. For the rdoc-ref scheme the cross-reference will be looked up and the given name will be used. All other contents are handled by the superclass
suffix_pattern() Class Public methods Glob pattern for require-able path suffixes.
source_menu() Instance Public methods
next_token() Instance Public methods The method to fetch next token. If you use do_parse method, you must implement next_token. The format of return value is [TOKEN_SYMBOL, VALUE]. token-symbol is represented by Ruby's symbol by default, e.g. :IDENT for 'IDENT'. â;â (String) for ';'. The final symbol (End of file) must be false.
validate_options(options) Instance Protected methods
get_attribute( name ) Instance Public methods Fetches an attribute name the name by which to search for the attribute. Can be a prefix:name namespace name. Returns The first matching attribute, or nil if there was none. This value is an Attribute node, not the String value of the attribute. doc = Document.new '<a x:foo="1" foo="2" bar="3"/>' doc.root.attributes.get_attribute("foo").value #-> "2" doc.root.attributes.get_attribute("x:foo").value #-> "1"
itembind(tag, context, *args) Instance Public methods def itembind(tag, context, cmd=Proc.new, *args) _bind([path, "bind", tagid(tag)], context, cmd, *args) self end
new() Class Public methods RDoc::Markup::BlankLine is a singleton
parse_result(data) Instance Public methods
Page 123 of 2275