Class RD::Tree
In: lib/rd/tree.rb
Parent: Object

document tree

Methods

Included Modules

Enumerable

Constants

SYSTEM_NAME = "RDtool Framework -- Document Tree"
SYSTEM_VERSION = "$Version: "+RD::VERSION+"$"
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
TMP_DIR = "/tmp"

External Aliases

include_paths -> include_path
include_paths= -> include_path=
filters -> filter

Attributes

document_struct  [R] 
filters  [R] 
include_paths  [RW] 
root  [R] 
tmp_dir  [RW] 

Public Class methods

Public Instance methods

each(&block)

Alias for each_element

root=(element)

Alias for set_root

[Validate]