NAME
WSST::Schema::Node - Schema::Node class of WSST
DESCRIPTION
This is a base class for tree structure of schema.
METHODS
new
Constructor.
name
Accessor for the name.
title
Accessor for the title.
desc
Accessor for the desc.
examples
Accessor for the examples.
type
Accessor for the type.
children
Accessor for the children.
multiple
Accessor for the multiple.
nullable
Accessor for the nullable.
path
Returns Node objects of path.
path_names
Returns names of path
to_array
Returns arrayref which contains all child nodes.
SEE ALSO
http://code.google.com/p/wsst/
AUTHORS
Mitsuhisa Oshikawa <mitsuhisa [at] gmail.com> Yusuke Kawasaki <u-suke [at] kawa.net>
COPYRIGHT AND LICENSE
Copyright 2008 WSS Project Team